Bitwise-01 / YouTubeViews-

YouTube view bot
488 stars 257 forks source link

Error: Unable to access the internet #43

Open nigelhiggs opened 4 years ago

nigelhiggs commented 4 years ago

I went through installed tor onto my kali linux machine then git clone the repository and even fixed the error "cannot import getoutput as shell" and now i'm stuck with this problem. I assume this repository is basically broken ? any help would be nice thanks.

Buhorl commented 4 years ago

I went through installed tor onto my kali linux machine then git clone the repository and even fixed the error "cannot import getoutput as shell" and now i'm stuck with this problem. I assume this repository is basically broken ? any help would be nice thanks.

Im stuck in the same spot. I tried running both scripts both in windows and Kali and got nothing in return. Did you or anyone manage to progress some more?

nigelhiggs commented 4 years ago

No I did not, this repository isn't being updated. I would suggest looking into the youtube.py code and if you notice line 62 to 69 the function called " def connection(self):" the except statement hosts the print function related to the error.

def connection(self): try: br = self.createBrowser() br.open('https://example.com', timeout=2.5) br.close() except: print('Error: Unable to access the internet') self.exit() I basically just stopped caring after solving the first error I ran into but if your persistent you can probably trace back the error. Let me know if you figure it out.