subsquid / squid-sdk

The main repo of the squid SDK
Apache License 2.0
1.22k stars 151 forks source link

RpcClient error of execution #128

Closed Hayden0323 closed 1 year ago

Hayden0323 commented 1 year ago

The processor is running fine locally but after uploading to Aquarium gives me this error and keeps stuck around block 1558856, what could be the reason

repo: https://github.com/zenlinkpro/zenlink-astar-subsquid

logs from Aquarium: image

local logs image

belopash commented 1 year ago

https://github.com/zenlinkpro/zenlink-astar-subsquid/blob/fc0181c8e1db84b168097a1939fbb1af319ec5e0/src/consts.ts#L5 Do you have secret with such name? Maybe it belongs to another chain?

Hayden0323 commented 1 year ago

https://github.com/zenlinkpro/zenlink-astar-subsquid/blob/fc0181c8e1db84b168097a1939fbb1af319ec5e0/src/consts.ts#L5 Do you have secret with such name? Maybe it belongs to another chain?

yes, I used blastapi node when deploying, which is the only difference from local. I'll try to remove the secret and use the default node.

belopash commented 1 year ago

Did it help?

Hayden0323 commented 1 year ago

Did it help?

Looks good now. It turns out that some third-party endpoints will have an effect, but I'm sure it's astar's endpoint not the other chain's, and I'll close the issue when it's done syncing