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
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
I was testing beam on some various places and found this one strange one
success creating the sending beam
running the receiving beam I get this
spork beam REDACTED > received-file.json
▶ Connecting pipe...
▶ Joined the DHT - remote address is ---REDACTED---
▶ Success! Encrypted tunnel established to remote peer
node:internal/errors:464
ErrorCaptureStackTrace(err);
^
Error [ERR_SOCKET_DGRAM_NOT_RUNNING]: Not running
at new NodeError (node:internal/errors:371:5)
at healthCheck (node:dgram:909:11)
at Socket.address (node:dgram:760:3)
at HyperDHT._checkIfFirewalled (/home/ryan/.nave/installed/16.x/lib/node_modules/@atek-cloud/spork/node_modules/dht-rpc/index.js:590:79)
at HyperDHT._updateNetworkState (/home/ryan/.nave/installed/16.x/lib/node_modules/@atek-cloud/spork/node_modules/dht-rpc/index.js:505:54)
at HyperDHT.bootstrap (/home/ryan/.nave/installed/16.x/lib/node_modules/@atek-cloud/spork/node_modules/dht-rpc/index.js:179:24)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
code: 'ERR_SOCKET_DGRAM_NOT_RUNNING'
spork exits, and the file received-file.json exists - but the error message is a bit disturbing.
I was testing beam on some various places and found this one strange one
spork exits, and the file
received-file.json
exists - but the error message is a bit disturbing.I see the same error is reported (and resolved) here holepunchto/dht-rpc#30
I also have checked the version of dht-rpc locally, and it looks like the most recent version
So I am not sure if this is still an dht-rpc issue, or somehow spork can ignore this and not print it out.
The text was updated successfully, but these errors were encountered: