-
Notifications
You must be signed in to change notification settings - Fork 18
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
Uncaught error. e.call.metadata.metadataAtVersion is not a function (polkadot js apps) #87
Comments
Thanks for reporting and opening issue on Polkadot-js repo. Looks like a thing on Polkadot-js app, as we did not change anything. Other issue: polkadot-js/10802 |
Seems like you haven't upgraded to v15 since API doesn't return metadataAtVersion. (This is just my assumption based a very shallow research) |
I'm pretty confident it's not just polkadot js issue (you haven't implemented support for the new Ledger app ): https://dashboards.data.paritytech.io/metadata.html |
Thanks for the link, support for the new Ledger app is on our Testnet now, it is expected to reach Mainnet next week. We will check it then, also this issue does not exists on Testnet with new version: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fparachain-testnet-rpc.origin-trail.network%2F#/settings/metadata |
Is it live now? |
Describe the bug
Uncaught error. e.call.metadata.metadataAtVersion is not a function at polkadot js org /settings/metadata
To Reproduce
It's very easy to reproduce. Just go to polkadot js org / apps and switch to Neuroweb and then go to settings -> metadata and you will see the error. I tried different browsers and got the same errror.
Expected behavior
I should see upgradable extensions and chain specifications
Screenshots
Environment (please complete the following information):
Web
Additional context
It seems to be on your side because other parachains unaffected.
The text was updated successfully, but these errors were encountered: