Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nonetwork during connection to Telos mainnet (desktop) #121

Open
kv-gits opened this issue Jun 11, 2019 · 1 comment
Open

Nonetwork during connection to Telos mainnet (desktop) #121

kv-gits opened this issue Jun 11, 2019 · 1 comment

Comments

@kv-gits
Copy link

kv-gits commented Jun 11, 2019

This is network object which tries to connect to scatter.

a {name: "", protocol: "https", host: "api.telosfoundation.io", port: 443, blockchain: "eos", …}
blockchain: "eos" (also tried telos and EOSIO with the same result)
chainId: " 4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11"
host: "api.telosfoundation.io"
name: ""
port: 443
protocol: "https"
token: null
__proto__: Object

Got this error with the standart example code (eosjs 20+)

{type: "no_network", message: "This user does not have this network in their Scatter.", code: 402, isError: true}
code: 402
isError: true
message: "This user does not have this network in their Scatter."
type: "no_network"
__proto__: Object

The network in scatter is established and account loaded, and also scatter succesfully performs actions from inside scatter desktop

@nsjames
Copy link
Contributor

nsjames commented Jun 11, 2019

Do you have the telos network enabled in Scatter?
The chainId in your codeblock also has a space in it. That might be causing it if you do have the network in there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants