vogler / free-games-claimer

Automatically claims free games on the Epic Games Store, Amazon Prime Gaming and GOG.
GNU Affero General Public License v3.0
2.21k stars 139 forks source link

Send Notification For Captcha #191

Closed kevinmatthe closed 10 months ago

kevinmatthe commented 10 months ago

It seems to be sending notification only after all games was claimed(or tried) currently. However, when using crontab to start a docker container, I could only receive captcha info after timout exceeded, and was not able to Resolve it in VNC; Is it supposed to add a notification that sends after meeting captcha?(or any other situation requires VNC)

kevinmatthe commented 10 months ago

It seems to be set in code, however it's not working, I'll check this

OJ7 commented 10 months ago

I think it's missing an await before the notify here:

notify('epic-games: got captcha during login. Please check.');

kevinmatthe commented 10 months ago

I got a fix in this PR #195 (I'm not familiar in front-end develop, so if there's any problem, please just directly point out~

vogler commented 10 months ago

The async/await shouldn't make a difference. Did you already get a captcha during login? You probably stay logged in and just got a captcha during checkout, and there's not notify there. I can add one there as well.