YouTubeViews- icon indicating copy to clipboard operation
YouTubeViews- copied to clipboard

Please Install Tor

Open xYurix opened this issue 5 years ago • 14 comments

when i run the comand i get this

Installing Tor ... Please Install Tor

xYurix avatar Oct 13 '19 17:10 xYurix

i got the same issue

cryptec95 avatar Oct 17 '19 20:10 cryptec95

Can someone please help with this issue. even though i installed tor i still get this.

Shogun05 avatar Oct 27 '19 06:10 Shogun05

Same issue

yunoth avatar Nov 02 '19 14:11 yunoth

Which OS do you guys use? On Ubuntu/Debian linux: "sudo apt install tor" (without quotes)

Zattstudio avatar Jan 02 '20 21:01 Zattstudio

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)

abhishek11cse134 avatar Feb 06 '20 16:02 abhishek11cse134

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.

jguo1002 avatar Apr 19 '20 01:04 jguo1002

It will not work on windows/mac as the tor location is different. Use a "Linux distro"

PvtSec avatar May 06 '20 03:05 PvtSec

Try changing Tor directory in youtube.py

Sevada797 avatar May 18 '20 07:05 Sevada797

pkg install nano
nano youtube.py

Sevada797 avatar May 18 '20 07:05 Sevada797

i got same issue to i think we need to install tor service

abhithedev200 avatar May 31 '20 06:05 abhithedev200

pkg install nano

nano youtube.py

what is this nano youtube.py

asif-faizan avatar Jun 18 '20 20:06 asif-faizan

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

ojczeo avatar Jul 18 '20 22:07 ojczeo

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.

have you got the solution to this problem yet?

Raghav10026 avatar Aug 14 '21 13:08 Raghav10026

Think it has to do with youtube having switched up their systems against this kind of requests.

Zattstudio avatar Aug 14 '21 14:08 Zattstudio