From 621032e459df85beb2996fa69ff93e8aeb526b9a Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Wed, 30 Aug 2023 19:20:28 +0200 Subject: [PATCH] eg: notify about captcha before claim, closes #191 --- epic-games.js | 1 + 1 file changed, 1 insertion(+) diff --git a/epic-games.js b/epic-games.js index 9211042..6e0b62c 100644 --- a/epic-games.js +++ b/epic-games.js @@ -204,6 +204,7 @@ try { captcha.waitFor().then(async () => { // don't await, since element may not be shown // console.info(' Got hcaptcha challenge! NopeCHA extension will likely solve it.') console.error(' Got hcaptcha challenge! Lost trust due to too many login attempts? You can solve the captcha in the browser or get a new IP address.') + await notify('epic-games: got captcha challenge right before claim. Use VNC to solve it manually.') // await page.waitForTimeout(2000); // const p = path.resolve(cfg.dir.screenshots, 'epic-games', 'captcha', `${filenamify(datetime())}.png`); // await captcha.screenshot({ path: p });