From 38975e811bac5133a0895ae450de7a7a5a3f2b9d Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Thu, 31 Aug 2023 23:08:29 +0200 Subject: [PATCH] eg: error: Incorrect repsonse for captcha! --- epic-games.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epic-games.js b/epic-games.js index f23f229..4c0e7bd 100644 --- a/epic-games.js +++ b/epic-games.js @@ -90,7 +90,7 @@ try { await notify('epic-games: got captcha during login. Please check.'); }).catch(_ => { }); page.waitForSelector('h6:has-text("Incorrect response.")').then(async () => { - console.error('CAPTCHA!') + console.error('Incorrect repsonse for captcha!') }).catch(_ => { }); // handle MFA, but don't await it page.waitForURL('**/id/login/mfa**').then(async () => {