You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oops Error: Invalid byte array: (object) null
at ByteArraySchema.fromPreparedMsgpack (file:///home/dontbesilly/+gtmp/repro-algosdk-3-get-block-issue/node_modules/.pnpm/[email protected]/node_modules/algosdk/dist/esm/encoding/schema/bytearray.js:23:15)
at file:///home/dontbesilly/+gtmp/repro-algosdk-3-get-block-issue/node_modules/.pnpm/[email protected]/node_modules/algosdk/dist/esm/encoding/schema/array.js:22:65
at Array.map (<anonymous>)
at ArraySchema.fromPreparedMsgpack (file:///home/dontbesilly/+gtmp/repro-algosdk-3-get-block-issue/node_modules/.pnpm/[email protected]/node_modules/algosdk/dist/esm/encoding/schema/array.js:22:28)
at OptionalSchema.fromPreparedMsgpack (file:///home/dontbesilly/+gtmp/repro-algosdk-3-get-block-issue/node_modules/.pnpm/[email protected]/node_modules/algosdk/dist/esm/encoding/schema/optional.js:38:33)
at NamedMapSchema.fromPreparedMsgpack (file:///home/dontbesilly/+gtmp/repro-algosdk-3-get-block-issue/node_modules/.pnpm/[email protected]/node_modules/algosdk/dist/esm/encoding/schema/map.js:106:54)
at NamedMapSchema.fromPreparedMsgpack (file:///home/dontbesilly/+gtmp/repro-algosdk-3-get-block-issue/node_modules/.pnpm/[email protected]/node_modules/algosdk/dist/esm/encoding/schema/map.js:106:54)
at file:///home/dontbesilly/+gtmp/repro-algosdk-3-get-block-issue/node_modules/.pnpm/[email protected]/node_modules/algosdk/dist/esm/encoding/schema/array.js:22:65
at Array.map (<anonymous>)
at ArraySchema.fromPreparedMsgpack (file:///home/dontbesilly/+gtmp/repro-algosdk-3-get-block-issue/node_modules/.pnpm/[email protected]/node_modules/algosdk/dist/esm/encoding/schema/array.js:22:28)
Your environment
algosdk: v3.0.0
Operating System: Ubuntu 22.04
Node: v20.11.0
Steps to reproduce
See above
Expected behaviour
Block returned
Actual behaviour
Error thrown
The text was updated successfully, but these errors were encountered:
Subject of the issue
Certain blocks make algodv2 client throw this error:
Error: Invalid byte array: (object) null
One such block is
44295768
Repro:
Results in:
Your environment
Steps to reproduce
Expected behaviour
Block returned
Actual behaviour
Error thrown
The text was updated successfully, but these errors were encountered: