andrewelick / amazon-giveaway-bot

Bot that automatically enters you in to hundreds of instant amazon giveaways
13 stars 6 forks source link

Var reference issue #4

Closed mbauer599 closed 5 years ago

mbauer599 commented 5 years ago

Ubuntu 16.04, all reqs should be there// Ideas?

Could not load page Traceback (most recent call last): File "amazoncontest.py", line 380, in load_login_info() File "amazoncontest.py", line 371, in load_login_info amazon_bot(email, password, name, want_follow) File "amazoncontest.py", line 326, in amazon_bot browser.quit() UnboundLocalError: local variable 'browser' referenced before assignment

mbauer599 commented 5 years ago

This issue can be closed. I'm using an older version of geckodriver and it was breaking the python3 version of selenium. Recomend putting in some form of logging in try loops so we can know where it breaks.