Strip3s / PhoenixBot

Phoenix Bot - A Bird Bot Resurrection
MIT License
262 stars 111 forks source link

[BUG] Won't log in to Gamestop #109

Closed Primetime146 closed 3 years ago

Primetime146 commented 3 years ago

Expected Behavior

Open browser window and log into Gamestop

Actual Behaviour

Browser window opens, bot says logging in, never logs in

Capture

Desktop Configuration

Windows 10 Professional Chrome Version 89

ghost commented 3 years ago

The same thing is happening to me, please fix! :)

pyrometheous commented 3 years ago

I fixed this today. Changed url on line 59 to: self.browser.get("https://www.gamestop.com/?openLoginModal=accountModal") Changed the wait to a sleep, and changed some buttons into xpaths instead of finding element by link test. Modded script attached: gamestop.zip So far it appears to work. I haven't had it actually check out yet. It also does not verify the max price, it'll just add it to the cart if it's in stock.

jack60612 commented 3 years ago

Issue was fixed with above pull request

Primetime146 commented 3 years ago

Thank you.