Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Error trying to dispatch two connections #44

Open
kharysiri opened this issue Apr 9, 2015 · 1 comment
Open

Error trying to dispatch two connections #44

kharysiri opened this issue Apr 9, 2015 · 1 comment

Comments

@kharysiri
Copy link

Hi! i have two connections and when i try to use jdownloader or any torrent client throws me this errors:
(note: using socks or http option, both of them doesnt work, any ideas?)

C:\Windows\system32>dispatch start
SOCKS server started on localhost:1080
Dispatching to addresses 10.0.0.99@1, 10.0.0.6@1
events.js:85
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at exports._errnoException (util.js:746:11)
at TCP.onread (net.js:559:26)

C:\Windows\system32>dispatch start --http
HTTP server started on localhost:8080
Dispatching to addresses 10.0.0.99@1, 10.0.0.6@1
^C¿Desea terminar el trabajo por lotes (S/N)? s

C:\Windows\system32>dispatch start
SOCKS server started on localhost:1080
Dispatching to addresses 10.0.0.99@1, 10.0.0.6@1
events.js:85
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at exports._errnoException (util.js:746:11)
at TCP.onread (net.js:559:26)

C:\Windows\system32>dispatch start --http
HTTP server started on localhost:8080
Dispatching to addresses 10.0.0.99@1, 10.0.0.6@1
^C¿Desea terminar el trabajo por lotes (S/N)? s

C:\Windows\system32>dispatch start
SOCKS server started on localhost:1080
Dispatching to addresses 10.0.0.99@1, 10.0.0.6@1
C:\Users\Server\AppData\Roaming\npm\node_modules\dispatch-proxy\node_modules\soc
ks-handler\lib\socks4\index.js:23
return request.call(this, chunk);
^
TypeError: undefined is not a function
at Stream. (C:\Users\Server\AppData\Roaming\npm\node_modules\disp
atch-proxy\node_modules\socks-handler\lib\socks4\index.js:23:24)
at Stream.stream.write (C:\Users\Server\AppData\Roaming\npm\node_modules\dis
patch-proxy\node_modules\socks-handler\node_modules\through\index.js:26:11)
at Socket.ondata (_stream_readable.js:540:20)
at Socket.emit (events.js:129:20)
at readableAddChunk (_stream_readable.js:163:16)
at Socket.Readable.push (_stream_readable.js:126:10)
at TCP.onread (net.js:538:20)

Ty for your time!

@smed79
Copy link

smed79 commented May 9, 2015

Try running it on an other port "dispatch start --http -p 1025" (for port 1025).
source: #19 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants