-
Notifications
You must be signed in to change notification settings - Fork 69
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
jacogr/polkadot-js-tools metadata tool - abnormal closure error #486
Comments
The 1006 is coming from the RPC node. The docker tooling is only reporting that there has been a closure. There is nothing code-wise that can be done, the above is local setup related. |
Do you have any suggestions what to look at, I'm a little lost? |
@ghzlatarev I am testing a solution: Use Testing it out now for our own upgrade. It also means you can remove
Should know if it works later today. |
@ghzlatarev Looks like that was a bust. So |
Found a solution:
I don't know why, but the docker is just not connecting to the host network (or not the right/same one at least). I just created a new docker network and ran the node in the docker. It is actually nice in a few ways, but it solved the issue for me. |
We have a CI workflow that is supposed to use the metadata diff tool to check whether we need to bump transaction_version of our runtime. Pretty much identical to https://github.com/paritytech/polkadot/blob/master/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml
Yesterday I noticed our own workflow is failing with the following error:
I tested locally on my machine by running 2 nodes and the following
And reproduced the error
Version:
Environment:
Language:
The text was updated successfully, but these errors were encountered: