Ok I got elemental chat compiled into a DNA but I got errors when trying to run it with the conductor using the holochain-run-dna util:
[nix-shell:~/holochain/elemental-chat]$ holochain-run-dna ./elemental-chat.dna.gz
#lair-keystore-ready#
#lair-keystore-version:0.0.1-alpha.10#
Using config file at path: /run/user/1000/tmp-7189-7GgLLwV1NZkN/config.yaml
+ [[ -n '' ]]
+ test -d /home/david/holochain
+ test -w /home/david/holochain
+ export HC_TARGET_PREFIX=/home/david/holochain
+ HC_TARGET_PREFIX=/home/david/holochain
+ crate=holochain
+ shift
+ cargo run --target-dir=/home/david/holochain/target --manifest-path=/home/david/holochain/crates/holochain/Cargo.toml -- -c /run/user/1000/tmp-7189-7GgLLwV1NZkN/config.yaml
Finished dev [unoptimized + debuginfo] target(s) in 0.29s
Running `/home/david/holochain/target/debug/holochain -c /run/user/1000/tmp-7189-7GgLLwV1NZkN/config.yaml`
Jan 14 16:04:08.913 INFO holochain::conductor::conductor::builder: self.config=ConductorConfig { environment_path: EnvironmentRootPath("/run/user/1000/tmp-7189-7GgLLwV1NZkN"), use_dangerous_test_keystore: false, signing_service_uri: None, encryption_service_uri: None, decryption_service_uri: None, dpki: None, keystore_path: Some("/run/user/1000/tmp-7189-7GgLLwV1NZkN/keystore"), passphrase_service: None, admin_interfaces: Some([AdminInterfaceConfig { driver: Websocket { port: 41371 } }]), network: Some(KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }) }
Jan 14 16:04:08.924 INFO holochain_websocket::websocket_listener: bind local_addr=ws://127.0.0.1:41371/
Jan 14 16:04:08.924 INFO holochain: Conductor successfully initialized.
Conductor ready.
(-m FLAG OFF) Generating single agent pub key for all apps.
Jan 14 16:04:13.663 WARN genesis_workflow{args=GenesisWorkflowArgs { dna_file: DnaFile(dna = HoloHashed(DnaDef { name: "elemental-chat", uuid: "9a28aac8-337c-11eb-adc1-0Z02acw20115", properties: null, zomes: [(ZomeName("chat"), Wasm(WasmZome { wasm_hash: WasmHash(uhCokE1fAGGb_upBDl8HrYHohmlanLC3zGOTRyiXtbwiasSRwSixd) }))] })), agent_pubkey: AgentPubKey(uhCAkb75dx33MfgMAQIAjBqvmc6Q5DqMuudsAM0-Dv-cNesZzem9n), membrane_proof: None }}: holochain::conductor::api::api_cell: Using placeholder dpki
Jan 14 16:04:13.670 INFO holochain::conductor::conductor: CREATE CELL cell_id=CellId(DnaHash(uhC0kzSLEBkHKvE_4CH2Chl6-lA1W4hwZCAJTWF_c9Drh5V0ANj7R), AgentPubKey(uhCAkb75dx33MfgMAQIAjBqvmc6Q5DqMuudsAM0-Dv-cNesZzem9n))
Jan 14 16:04:14.023 INFO holochain::conductor::conductor: ADD CELL cell_id=CellId(DnaHash(uhC0kzSLEBkHKvE_4CH2Chl6-lA1W4hwZCAJTWF_c9Drh5V0ANj7R), AgentPubKey(uhCAkb75dx33MfgMAQIAjBqvmc6Q5DqMuudsAM0-Dv-cNesZzem9n))
Jan 14 16:04:14.027 INFO holochain_websocket::websocket_listener: bind local_addr=ws://127.0.0.1:8888/
Successfully installed app on port 8888
Jan 14 16:04:14.032 INFO holochain_websocket::task_socket_stream: closing websocket remote_addr=ws://127.0.0.1:44742/#hIy8EthXTBLQJ3fOXK_R1 code=0 reason=
Jan 14 16:04:14.032 INFO holochain_websocket::task_socket_stream: socket stream task ended remote_addr=ws://127.0.0.1:44742/#hIy8EthXTBLQJ3fOXK_R1
Jan 14 16:04:14.032 INFO holochain_websocket::task_dispatch_incoming: dispatch incoming task ended remote_addr=ws://127.0.0.1:44742/#hIy8EthXTBLQJ3fOXK_R1
Jan 14 16:04:14.032 INFO holochain_websocket::task_socket_sink: socket sink task ended remote_addr=ws://127.0.0.1:44742/#hIy8EthXTBLQJ3fOXK_R1
Jan 14 16:04:14.036 INFO holochain_websocket::task_socket_stream: closing websocket remote_addr=ws://127.0.0.1:48582/#sfIBpWhnkhj3r43pcS_Uo code=0 reason=
Jan 14 16:04:14.036 INFO holochain_websocket::task_socket_stream: socket stream task ended remote_addr=ws://127.0.0.1:48582/#sfIBpWhnkhj3r43pcS_Uo
Jan 14 16:04:14.036 INFO holochain_websocket::task_dispatch_incoming: dispatch incoming task ended remote_addr=ws://127.0.0.1:48582/#sfIBpWhnkhj3r43pcS_Uo
Jan 14 16:04:14.036 ERROR holochain_websocket::task_socket_sink: error=ConnectionClosed
Jan 14 16:04:14.036 INFO holochain_websocket::task_socket_sink: socket sink task ended remote_addr=ws://127.0.0.1:48582/#sfIBpWhnkhj3r43pcS_Uo
Jan 14 16:04:14.036 WARN holochain::conductor::interface::websocket: Admin socket failed to close: channel closed
Jan 14 16:04:44.126 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:05:14.154 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:05:44.185 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:06:14.214 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:06:44.243 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:07:14.273 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:07:44.301 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:08:14.331 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:08:44.361 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:09:14.390 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:09:44.421 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:10:14.451 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:10:44.480 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:11:14.513 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:11:44.542 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:12:14.572 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:12:44.601 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:13:14.630 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:13:44.658 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:14:14.688 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:14:44.717 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:15:14.873 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:15:45.256 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:16:15.481 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:16:45.512 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:17:15.542 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:17:45.573 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:18:15.602 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:18:45.633 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:19:15.664 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:19:45.693 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:20:15.722 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Jan 14 16:20:45.752 WARN gossip_loop{config=KitsuneP2pConfig { transport_pool: [Quic { bind_to: None, override_host: None, override_port: None }], bootstrap_service: Some(Url2 { url: "https://bootstrap.holo.host/" }), tuning_params: KitsuneP2pTuningParams { gossip_loop_iteration_delay_ms: 10, default_notify_remote_agent_count: 5, default_notify_timeout_ms: 1000, default_rpc_single_timeout_ms: 2000, default_rpc_multi_remote_agent_count: 2, default_rpc_multi_timeout_ms: 2000, agent_info_expires_after_ms: 1200000 } }}: kitsune_p2p::spawn::actor::gossip: msg="gossip loop error" e=TransportError(Other(TimedOut))
Any ideas? Looks like the conductor starts fine, it then installs and runs the hApp, creates and adds a cell but then it is unable to connect using the admin socket? But the error message does not give a reason above?
I presume 127.0.0.1:48582 is the admin port for the conductor?
Any ideas?
It then looks like it timesout attempting to do gossip protocol?
Any help would be really appreciated thanks.
@guillemcordoba @paul
Thanks.