polkadot-js / apps

Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node. This is the main user-facing application, allowing access to all features available on Substrate chains.
https://dotapps.io
Apache License 2.0
1.75k stars 1.54k forks source link

1002: Verification Error: Litentry #4626

Closed robinbobbin closed 3 years ago

robinbobbin commented 3 years ago

I'm trying to send some token to the Litentry app account I just imported into polkadot.js.org, but this message is coming up:

1002: Verification Error: Execution(ApiError("Could not convert parameter tx between node and runtime: No such variant in enum MultiSignature")): RuntimeApi, Execution, ApiError, \"Could not convert parameter tx between node and runtime: No such variant in enum MultiSignature\

I'm new to the space, and I have no idea what to do. Anybody here who can help me?

Thanks a bunch.

jacogr commented 3 years ago

See https://polkadot.js.org/docs/api/FAQ#i-cannot-send-transactions-sending-yields-decoding-failures

The API/UI defaults to the Substrate master types, in this case it is MultiAddress. If the chain uses a different Address format, the type adjustments like above should be applied in settings -> developer

polkadot-js-bot commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.