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

"Missing Registry" error using Ledger Migration App on People Chain #1502

Closed
filippoweb3 opened this issue Jul 2, 2024 · 5 comments
Closed
Labels
bug A bug

Comments

@filippoweb3
Copy link

When I try to remove my identity or add a proxy on People Chain using a Ledger account imported through the Migration App, I get the error "Missing Registry" on the extension

@filippoweb3 filippoweb3 added the bug A bug label Jul 2, 2024
@chidg
Copy link
Contributor

chidg commented Jul 4, 2024

Hi @filippoweb3 ,
how is the extrinsic constructed? Has the dapp you're using (assuming you're using a dapp) been updated with the latest polkadot.js api library?

@filippoweb3
Copy link
Author

hey the dapp is Polkadot JS UI, updated
I think this PR will fix the issue polkadot-fellows/runtimes#371, apparently there was some missing stuff for People Chain on Kusama

@chidg
Copy link
Contributor

chidg commented Jul 5, 2024

Will leave this open, please let us know if that solves it.

@0xKheops
Copy link
Contributor

0xKheops commented Jul 5, 2024

I can reproduce easily.

Error occurs because Talisman doesn't know about this chain, so it doesn't know any rpc to fetch metadata from.
Error is handled gracefully so no actual bug there.

image
image

We just need to register that chain in chaindata.

Thank you @filippoweb3 for the heads up!

@chidg
Copy link
Contributor

chidg commented Jul 8, 2024

Hi @filippoweb3 , People Chain has now been added to our chaindata config - please let us know if this problem is solved.

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

No branches or pull requests

3 participants