-
Notifications
You must be signed in to change notification settings - Fork 3
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: Procssor exits with AssertionError #181
Comments
Update:
I will see if I can reproduce the issue. |
Update: |
Update: |
@coesensbert @hossnys My test instance is still going well. {"level":2,"time":1717756541668,"ns":"sqd:processor","msg":"2445019 / 2445039, rate: 150 blocks/sec, mapping: 895 blocks/sec, 9 items/sec, ingest: 115 blocks/sec, eta: 0s"} Here is my stack versions Can you please confirm the processor image and tag that shows the error? |
Update: |
as @AhmedHanafy725 asked, I deployed a machine on devnet and ran the indexer/processor stack for qanet, the processor has now processed all blocks on qanet, currently on block
|
also, as @sameh-farouk mentioned, the |
I'm closing this issue. |
deploying TFChain squid today on QANet snapshot creator machine failed as the processor exited with an error. @hossnys and @coesensbert reported it.
The deployment on that machine has been rolled back pending a fix by the development team.
logs:
{"level":5,"time":1717688117149,"ns":"sqd:processor","err":{"generatedMessage":true,"code":"ERR_ASSERTION","actual":false,"expected":true,"operator":"==","stack":"AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:\n\n (0, assert_1.default)(typeof value == \"boolean\")\n\n at decodePrimitive (/squid/node_modules/@subsquid/scale-codec/lib/codec-json.js:164:34)\n at JsonCodec.decode (/squid/node_modules/@subsquid/scale-codec/lib/codec-json.js:24:24)\n at JsonCodec.decodeStruct (/squid/node_modules/@subsquid/scale-codec/lib/codec-json.js:92:35)\n at JsonCodec.decode (/squid/node_modules/@subsquid/scale-codec/lib/codec-json.js:36:29)\n at Chain.decodeTuple (/squid/node_modules/@subsquid/substrate-processor/lib/chain.js:150:35)\n at Chain.decode (/squid/node_modules/@subsquid/substrate-processor/lib/chain.js:138:25)\n at Chain.decodeEvent (/squid/node_modules/@subsquid/substrate-processor/lib/chain.js:128:21)\n at get asV101 [as asV101] (/squid/lib/types/events.js:759:28)\n at farmUpdated (/squid/lib/mappings/farms.js:146:51)\n at handleEvents (/squid/lib/processor.js:100:73)"}} error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered: