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've followed the README instructions, and it often throw error and exit as below when logging into rooms by using Hubs and Reticulum. Anyone may help with the problem? Very appreciated...
I've followed the README instructions, and it often throw error and exit as below when logging into rooms by using Hubs and Reticulum. Anyone may help with the problem? Very appreciated...
**node:events:368
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20)
Emitted 'error' event on TLSSocket instance at:
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -104,
code: 'ECONNRESET',
syscall: 'read'
}**
The text was updated successfully, but these errors were encountered: