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
I was having issues connecting to mars earlier,(could netcat to it, but ipfs failed to dial) and the only errors i got back were 'dial attempt failed' which is rather unhelpful when the actual error was i/o timeout. It would be nice if that error also embedded the actual failure so the user can have a slightly better idea of whats going on.
The text was updated successfully, but these errors were encountered:
update on the issue, it appears the problem i was having is due to something on the listener end, mars was in an 'unhealthy' state, where connecting to it failed, but the node was still 'up'. A really quick way to check if a node is in this state is if you use netcat to connect to the node and receive no data from it. A healthy node should immediately send you a handshake blob.
I was having issues connecting to mars earlier,(could netcat to it, but ipfs failed to dial) and the only errors i got back were 'dial attempt failed' which is rather unhelpful when the actual error was
i/o timeout
. It would be nice if that error also embedded the actual failure so the user can have a slightly better idea of whats going on.The text was updated successfully, but these errors were encountered: