YouTubeViews-
YouTubeViews- copied to clipboard
Please Install Tor
when i run the comand i get this
Installing Tor ... Please Install Tor
i got the same issue
Can someone please help with this issue. even though i installed tor i still get this.
Same issue
Which OS do you guys use? On Ubuntu/Debian linux: "sudo apt install tor" (without quotes)
hi i'm using mac os after installing tor still giving Installing Tor ... Please Install Tor as u are passing /usr/sbin/tor as path of tor but its unable to find . i have passed real path as well but still same issue (my path is like /Applications/TorBrowser.app)
on Mac I tried brew install tor
and commented line 119 to 123 in youtube.py.
Somehow it works. But still have Network unreachable
problems sometimes.
It will not work on windows/mac as the tor location is different. Use a "Linux distro"
Try changing Tor directory in youtube.py
pkg install nano
nano youtube.py
i got same issue to i think we need to install tor service
pkg install nano
nano youtube.py
what is this nano youtube.py
change line 119 in youtube.py
if not path.exists('/usr/sbin/tor'):
to
if not path.exists('/usr/local/Cellar/tor/0.4.3.6'):
probably it could be other path (use brew info tor
to discover proper path)
after that run:
brew services start tor
and run the script
on Mac I tried
brew install tor
and commented line 119 to 123 in youtube.py. Somehow it works. But still haveNetwork unreachable
problems sometimes.
have you got the solution to this problem yet?
Think it has to do with youtube having switched up their systems against this kind of requests.