-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting some issues setting this up #2
Comments
Ah, this is my fault—it's throwing an error because I didn't mention that you should download the chrome extensions I'm using for proxy authentication and ad blocking. I'll add a quick check and a link to these instructions, but a lot of the code should realistically be refactored at a later date. Instructions:
You (@SmitzyxD) should also update/redownload the contents of this repository before doing the above steps. I'm sorry about the trouble thus far. Please let me know if you have any additional issues (honestly, I haven't tested this program particularly recently). |
im still getting errors . File "c:\Python39\lib\site-packages\selenium\webdriver\common\service.py", line 78 i was getting an error before that was cmd = [self.path] invalid indent then i fixed that but now this came up. cant seem to fix it |
Can you also send the error you were having before that you fixed? You haven't changed any of the Selenium code, have you? |
I havnt changed the slenium code. i was getting an error that was like 1 code of line that said that cmd = [self.path] File "c:\Python39\lib\site-packages\selenium\webdriver\common\service.py", line 76 invalid indentation. i fixed it by doing autopep8 -i "c:\Python39\lib\site-packages\selenium\webdriver\common\service.py. |
Okay, using
If you do all of that, we can eliminate potential modification of the Selenium library as a failure point. Please check back afterwards to let me know if that's fixed your problems. |
Okay. I ran the farmer.py and this is what im getting.
Traceback (most recent call last): and if i open the accounts creator.py this is what i get |
Hello? |
Apologies for the delay. If you want, I'm happy to hop on a call and help you get fully set up once and for all. |
how do i fix this error: Starting idling...
Traceback (most recent call last):
File "c:\Users\User\Downloads\twitch-drop-farmer-master\farmer.py", line 329, in
bot_list = cavalry(num_bots, headless, verbose, proxy) # store the bots in a list for easy closing later
File "c:\Users\User\Downloads\twitch-drop-farmer-master\farmer.py", line 165, in cavalry
driver = launch(username, password, headless, verbose)
File "c:\Users\User\Downloads\twitch-drop-farmer-master\farmer.py", line 30, in launch
driver = start_driver(headless, proxy) # start the driver and store it (will be returned)
File "c:\Users\User\Downloads\twitch-drop-farmer-master\farmer.py", line 57, in start_driver
options.add_extension("Proxy Auto Auth.crx")
File "C:\Python39\lib\site-packages\selenium\webdriver\chrome\options.py", line 131, in add_extension
raise IOError("Path to the extension doesn't exist")
OSError: Path to the extension doesn't exist
The text was updated successfully, but these errors were encountered: