QIN2DIM / epic-awesome-gamer

🍷 Gracefully claim weekly free games and monthly content from Epic Store.
https://echosec.notion.site/Epic-7c74f1e29117420dbac5551e4b031f82?pvs=4
GNU General Public License v3.0
886 stars 364 forks source link

I detected a bug which is quite simple to correct #211

Closed KinGhost-90 closed 11 months ago

KinGhost-90 commented 11 months ago

Hello, I have this error which occurred image I looked at the code and it happens when it asks for a second confirmation Capture d'écran 2023-09-23 022812 just click on i agree like this

iagree_button = wpc.locator("//button[@class='payment-btn payment-confirm__btn payment-btn--primary']")
await iagree_button.click()

just after line 205 in epic_games.py

you also need to check if this one is there before

QIN2DIM commented 11 months ago

Is this an EU account?

KinGhost-90 commented 11 months ago

yes

QIN2DIM commented 11 months ago

This appears to be an exception only for EU accounts🤦‍♂️There seem to be a few places that have such restrictions, and I'm working on it,