Bitwise-01 / YouTubeViews-

YouTube view bot
486 stars 259 forks source link

Error:Network unreachable #7

Open androidpersonal opened 6 years ago

androidpersonal commented 6 years ago

Please help why error print ??

teenrock commented 6 years ago

the same (and no more views on YT videos: visit count working but not real effective)

ghost commented 3 years ago

@teenrock @androidpersonal

This is because you either:

  1. Do not have the tor service running

      Windows: run C:\Users\username\Desktop\TorBrowser\Browser\TorBrowser\Tor\tor.exe
    
      Linux: sudo service start tor
  2. You need to edit lines 119 and 122 in the youtube.py script to point to the proper tor directory

     Windows: C:\\Users\\username\\Desktop\\TorBrowser\\Browser\\TorBrowser\\Tor\\tor.exe
    
     IMPORTANT (for Windows): remove spaces from Tor directory and be sure to use double \ in the directory path as shown above)
    
     Linux: /usr/sbin/tor