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
When I send a large message, it's sometimes successful and sometimes I get
There was an unhandled exception with peer id b'2KCJu...'. This peer is being disconnected, and the relevant exception is added to the debug queue. If you'd like to report this, please post a copy of your MeshSocket.status to git.p2p.today/issues.
but it doesn't actually show the exception after the message and I can't find where I can show the status or find a log file containing the exception. Is there an option in the Python Library that I have to enable for it show in the error?
The text was updated successfully, but these errors were encountered:
Sorry, I don't think there is. This library is currently not maintained, actually. I am, in my spare time, trying to rewrite it properly this time, and include a protocol spec, but it is slow going so far.
Would you mind telling me what you wanted to use this for, so I can try to make sure that use case is covered in the next one?
When I send a large message, it's sometimes successful and sometimes I get
There was an unhandled exception with peer id b'2KCJu...'. This peer is being disconnected, and the relevant exception is added to the debug queue. If you'd like to report this, please post a copy of your MeshSocket.status to git.p2p.today/issues.
but it doesn't actually show the exception after the message and I can't find where I can show the status or find a log file containing the exception. Is there an option in the Python Library that I have to enable for it show in the error?
The text was updated successfully, but these errors were encountered: