-
Notifications
You must be signed in to change notification settings - Fork 348
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
Subql-node v1.6.0 and v1.5.2-4 docker broken #1220
Comments
Faced the same issue with onfinality/subql-node:latest (1.6.0). Downgrading to 1.5.1 indeed helped. Glad the fix is on its way 👍 |
I'm facing the same problem, right now, I change the health test endpoint in |
May I ask, how long does it take for the update to reach dockerhub? |
Hi @cy6erninja I think within this week will have a patch release for this, and new docker image will build and publish together |
This should be fixed with 1.6.1 |
I m still facing this issue |
Prerequisites
Description
I'm working on some indexing for Polkadot staking extrinsics, and yesterday everything was working fine. I try it again today (without changing any code) and get:
when trying to run the docker image. When inspecting the health status, seems it tries to curl some endpoint that isn't available:
I tried a few different things, including a different rpc node, removing the dictionary, etc. What was weird is that
subql-node -f .
worked fine. I then tried downgrading thesubql-node
docker image tov1.5.2-4
, which resulted in the same thing, and thenv1.5.1
, which then worked. So this was something introduced introduced inv1.5.2-4
andv1.6.0
, which queries something that isn't returning right.The text was updated successfully, but these errors were encountered: