We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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()
authenticate()
logout()
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Closing in favor of GetScatter/scatter-js#82
No branches or pull requests
with ScatterWebExtension(Scatter Classic)
get Error
when fire
authenticate()
orlogout()
aftergetIdentity()
with Scatter Desktop it works
reload()
authenticate()
also works after reload pageThe text was updated successfully, but these errors were encountered: