-
Notifications
You must be signed in to change notification settings - Fork 152
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
[BUG]: Unable to decode session.validators
(Tracking issue)
#1299
Labels
I2 - Bug 🐜
Sidecar has a bug
P5 - Sometime Soon
Worth doing soon
Q5 - Hard
Requires deep knowledge of Substrate
Comments
TarikGul
added
I2 - Bug 🐜
Sidecar has a bug
P5 - Sometime Soon
Worth doing soon
Q5 - Hard
Requires deep knowledge of Substrate
labels
Jul 3, 2023
Hi I got this error when I try to query meta data ( {"code":500,"message":"createType(Vec<([u8;8],u32)>):: decodeU8aVec: failed at 0x000000… (index 2/16): ([u8;8],u32):: decodeU8a: failed at 0x000000… (index 1/2): [u8;8]:: Expected input with 8 bytes (64 bits), found 3 bytes","stack":"Error: createType(Vec<([u8;8],u32)>):: decodeU8aVec: failed at 0x000000… (index 2/16): ([u8;8],u32):: decodeU8a: failed at 0x000000… (index 1/2): [u8;8]:: Expected input with 8 bytes (64 bits), found 3 bytes\n at createTypeUnsafe (/usr/src/app/node_modules/@polkadot/types-create/cjs/create/type.js:54:22)\n at TypeRegistry.createType (/usr/src/app/node_modules/@polkadot/types/cjs/create/registry.js:270:52)\n at sanitizeMetadataExceptionsV14 (/usr/src/app/build/src/sanitize/sanitizeNumbers.js:236:52)\n at sanitizeMetadataExceptions (/usr/src/app/build/src/sanitize/sanitizeNumbers.js:192:13)\n at /usr/src/app/build/src/sanitize/sanitizeNumbers.js:56:17\n at Array.reduce (<anonymous>)\n at sanitizeCodec (/usr/src/app/build/src/sanitize/sanitizeNumbers.js:45:30)\n at sanitizeNumbers (/usr/src/app/build/src/sanitize/sanitizeNumbers.js:125:16)\n at /usr/src/app/build/src/sanitize/sanitizeNumbers.js:96:35\n at Type.map (<anonymous>)","level":"error"} I wonder if this is similar to your case, I am using version v15.0.0. |
Hello, we had the following error also ( Version: 17.1.1
|
Similar error reported in this issue #1400 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I2 - Bug 🐜
Sidecar has a bug
P5 - Sometime Soon
Worth doing soon
Q5 - Hard
Requires deep knowledge of Substrate
The following is a tracking issue for when this error shows up. It has been an error that has been reported for a long time that we have not been able to reproduce. A pattern we have noticed is this only comes up when there are instances that have been running for a long time, and the usual fix is to restart the instance and everything goes back to normal.
The Error
It would be good to get this investigated, and sorted. Step 1 would be to find a way to reproduce this issue, and then we can move forward from there.
The text was updated successfully, but these errors were encountered: