-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to run tor-router with instances #12
Comments
On which platform do you run it? Documentation by granax states that they only download the Tor Browser bundle on Mac and Windows, but on Linux one has to specify the path to the binary.
(Compare https://deadcanaries.gitlab.io/granax/tutorial-getting-started.html) |
Situations like the one you've encountered are exactly why I recommend using Docker lol. As specified in the documentation using Docker you can run That being said, I'm assuming you're on Linux because of the reference to |
This is according to global installation and replace the line
with this:
then there should be no error. |
when I am trying to run
tor-router -j 3 -s 127.0.0.1:16379
withnode v10.17.0
andnpm 6.13.0
`info: [control]: control server listening on tcp://:9077
info: [tor]: starting 3 tor instance(s)...
info: [socks]: listening on socks5://127.0.0.1:16379
events.js:174
throw er; // Unhandled 'error' event
^
Error: spawn /home/shibu/Downloads/node_modules/granax/bin/tor-browser_en-US/Browser/TorBrowser/Tor/tor ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
at onErrorNT (internal/child_process.js:415:16)
at process._tickCallback (internal/process/next_tick.js:63:19)
Emitted 'error' event at:
at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12)
at onErrorNT (internal/child_process.js:415:16)
at process._tickCallback (internal/process/next_tick.js:63:19)
`
Also, granax dependencies are changes to
@deadcanaries/granax
. Can you please help me fixing the issue.The text was updated successfully, but these errors were encountered: