Application error 0x1 (remote) #3115
Unanswered
hivenet-mathieu-lacage
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Internal error would be a transport error, not an application error. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I got the following logs while running a client which was attempting to establish a connection to a relay:
I traced the above to be a quic error of type InternalError (0x1) returned by the remote over the stream that was established.
Now, I am trying to figure out what could make a remote do this. My best guess is that the remote has reset the stream which might make the underlying quic code decide to send back an InternalError.
But I do not have any logs on the remote with the message from line 518 despite enabling DEBUG logging with GOLOG_LOG_LEVEL=debug. I also have that remote setup with an infinite limits resource manager so, I feel this is not a serious lead.
Would anyone, by chance, have a hint as to where I should be digging into to figure out what might cause the remote peer to return this quic internal error when attempting to negotiate the identity protocol over a stream ?
Beta Was this translation helpful? Give feedback.
All reactions