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
While testing the GUI this morning, I ran into the following uncaught error:
2023-12-06T15:02:10.695Z spvnode Attempt connection with 133.71.33.7
/dogecoin-spv-gui/node_modules/dogecoin-spv/src/spvnode/peer.js:69
reject(new Error('Connection closed.'))
^
Error: Connection closed.
at Peer.<anonymous> (/dogecoin-spv-gui/node_modules/dogecoin-spv/src/spvnode/peer.js:69:18)
at Peer.emit (node:events:513:28)
at Peer._onClose (/dogecoin-spv-gui/node_modules/dogecoin-spv/src/spvnode/peer.js:171:10)
at Socket.emit (node:events:513:28)
at TCP.<anonymous> (node:net:313:12)
The text was updated successfully, but these errors were encountered:
While testing the GUI this morning, I ran into the following uncaught error:
The text was updated successfully, but these errors were encountered: