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

"There is no identity with an account set on your Scatter instance.", Error with scatter-js #178

Closed
johanninos opened this issue Jan 15, 2019 · 2 comments

Comments

@johanninos
Copy link

with ScatterWebExtension(Scatter Classic)

get Error

 {
     type: "There is no identity with an account set on your Scatter instance.",
     message: undefined,
     code: 423,
     isError: true
}

when fire authenticate() or logout() after getIdentity()

await scatter.getIdentity({
    accounts:[network]
})

scatter.authenticate('something').then(res => console.log(res))

with Scatter Desktop it works

await scatter.getIdentity({
    accounts:[network]
})

reload()

scatter.authenticate('something').then(res => console.log(res))

authenticate() also works after reload page

@mlockett42
Copy link

I have been having a similar issue over the last few days with scatterdesktop.

I updated all of my requirements and explicitly supplied the signing authorisation and it started working again

see eosphere/eos-voter@55f48ed

@nsjames
Copy link
Contributor

nsjames commented Jan 15, 2019

Closing in favor of GetScatter/scatter-js#82

@nsjames nsjames closed this as completed Jan 15, 2019
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

3 participants