Tor_internal keeps getting timed out. Am I implementing it incorrectly? #288
-
Hi all, I have some code trying to use Tor_internal as my proxy. I've implemented it as below:
But whenever I run that, Tor opens a browser with two open tabs: https://__reloadtorrconsighup/ and https://0.0.0.0/ However, I click "try again" and it just repeats the same error. When I close the browser I get the following Traceback:
Can someone help? What am I missing? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Seems to be an issue with your Tor installation. You need to give permissions to Tor to write to your filesystem, especially the location where the torrc is stored |
Beta Was this translation helpful? Give feedback.
-
After messing around with it, I figured out it was two problems. The first was the permissions, as ipeirotis mentioned, but the second was that I had implemented it incorrectly. I was pointing to the firefox.exe file not the tor.exe file. My bad, but now fixed. |
Beta Was this translation helpful? Give feedback.
After messing around with it, I figured out it was two problems. The first was the permissions, as ipeirotis mentioned, but the second was that I had implemented it incorrectly. I was pointing to the firefox.exe file not the tor.exe file. My bad, but now fixed.