socks5-client icon indicating copy to clipboard operation
socks5-client copied to clipboard

socket hang up Fedora 32

Open TheGP opened this issue 4 years ago • 2 comments

Fedora 32 socket5 proxy emits: (but on Ubuntu/Mac it works well) Node v15.9.0

socket hang up at connResetException (node:internal/errors:642:14) at Socks5ClientSocket.socketOnEnd (node:_http_client:486:23) at Socks5ClientSocket.emit (node:events:390:22) at TLSSocket.<anonymous> (/root/dotalaning/node_modules/socks5-client/lib/Socket.js:146:8) at TLSSocket.emit (node:events:390:22) at endReadableNT (node:internal/streams/readable:1307:12) at processTicksAndRejections (node:internal/process/task_queues:81:21) { code: 'ECONNRESET' } {

TheGP avatar Mar 19 '21 19:03 TheGP

did you fix it somehow?

aicanfly avatar Jun 23 '21 16:06 aicanfly

Nope, I switched to curlrequest library and making requests with curl which supports socket5 proxies and many others.

TheGP avatar Jun 25 '21 13:06 TheGP