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
When getting archiver stats if the archiver has no cycleinfo it is an empty array and fails with a not very useful error undefined => undefined
When this is most likely to happen is when starting up a local network if you start the RPC before the network is processing you get this error. This could be logged more gracefully
i am facing this issue right now while trying to run it locally, i have shardus and shardeum running and monitoring it on localhost:3000 but when i try to run the jsonrpcserver it guves this error how did you fix it?
When getting archiver stats if the archiver has no cycleinfo it is an empty array and fails with a not very useful error
undefined => undefined
When this is most likely to happen is when starting up a local network if you start the RPC before the network is processing you get this error. This could be logged more gracefully
json-rpc-server/src/utils.ts
Lines 223 to 235 in e34f7fb
The text was updated successfully, but these errors were encountered: