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
Hi, this means that the container-3085 failed to start its p2p server. The error is that the port is already used, but not sure what is using it, it could be the other container or it could be another process. This can cause problems if you are trying to run a public node, because it will not be able to accept inbound connections, but the node should work ok without it
You can try to change the port using --port 12345 flag (you need to pass that to container flags, so after the first -- but before the second --).
Could it be a timing issue? Node restarted and it looks like it first connects to Container-3054, 10 seconds later tries to connect to Container-3085 which first doesn't succeed. 20 seconds later it does connect to Container-3085 and proposes a block.
After upgrading to v0.6.1 en restarting the Tanssi node:
The text was updated successfully, but these errors were encountered: