Issue with switch networks and uploading file

Hi,

I am having an issue with switching safe network to comnet following this guide. Here is the error log:

Feb 28 01:23:45.510 DEBUG safe: Starting Safe CLI...
Feb 28 01:23:45.511 DEBUG safe::cli: Processing command: CmdArgs { cmd: Some(Networks { cmd: Some(Switch { network_name: "comnet" }) }), output_fmt: None, output_json: false, dry: false, xorurl_base: None }
Feb 28 01:23:45.511 DEBUG safe::operations::config: Config settings retrieved from '/home/tamunosiki/.safe/cli/config.json': Settings { networks: {"comnet": ConnInfoLocation("https://sn-comnet.s3.eu-west-2.amazonaws.com/node_connection_info.config")} }
Feb 28 01:23:45.511 DEBUG safe::operations::config: Config settings at '/home/tamunosiki/.safe/cli/config.json' updated with: Settings { networks: {"comnet": ConnInfoLocation("https://sn-comnet.s3.eu-west-2.amazonaws.com/node_connection_info.config")} }
Feb 28 01:23:45.511 DEBUG safe::subcommands::networks: Switching to 'comnet' network...
Switching to 'comnet' network...
Fetching 'comnet' network connection information from 'https://sn-comnet.s3.eu-west-2.amazonaws.com/node_connection_info.config' ...
Error:
   0: expected value at line 1 column 1

Location:
   sn_cli/src/operations/config.rs:412

Backtrace omitted.
Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.

I was able to connect to the local node baby-fleming follow the guide from the github repo but encountered an when I tried to upload a file. Here is the error log:

Error:
   0: ClientError: Problem finding sufficient elders. A supermajority of responses is unobtainable. 1 were known in this section, 3 needed. Section pk: PublicKey(1067..b7df)
   1: Problem finding sufficient elders. A supermajority of responses is unobtainable. 1 were known in this section, 3 needed. Section pk: PublicKey(1067..b7df)

Location:
   /rustc/db9d1b20bba1968c1ec1fc49616d4742c1725b4b/library/core/src/result.rs:1911

Backtrace omitted.
Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.

I am using a fish shell on an arch base linux.

I am super excited about the Safe Network and will like to build my Rust apps on the network. I will like to start playing with the network through the CLI before jumping into the API. So please I need help figuring out what my issues are.

I assume your post contains images, but I somehow can not see them… :grimacing:

Answered here: https://github.com/maidsafe/safe_network/issues/1045#issuecomment-1053970947

Apparently, there were image of my terminal but it was not uploaded because I am a new user. I have now replaced these images with text.

This topic was automatically closed after 59 days. New replies are no longer allowed.