You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I get though is this in the log. It doesn't even wait for the prompt:
{"level":"debug","message":"Entering OTP code","metadata":{},"timestamp":"2022-01-04T01:36:36.285Z"}
what is otp Code? {"level":"debug","message":"nick remember device input","metadata":{},"timestamp":"2022-01-04T01:36:36.290Z"}
{"level":"debug","message":"Clicking input[type=submit]","metadata":{},"timestamp":"2022-01-04T01:36:36.309Z"}
{"level":"debug","message":"Account fixup","metadata":{},"timestamp":"2022-01-04T01:36:36.897Z"}
/Users/klauern/dev/js-ts/amazon-order-reports-api/lib/index.js:198
throw new Error(message ?? `Assertion failed! No element matching selector: ${selector}`);
^
Error: No sign-out link detected, failed to sign in?
... bunch of stacktrace
Waiting for the debugger to disconnect...
The text was updated successfully, but these errors were encountered:
Hello!
This might be a newbie question, but I am attempting to create an otpFn to prompt for the MFA code, and it seems to keep returning early:
What I get though is this in the log. It doesn't even wait for the prompt:
The text was updated successfully, but these errors were encountered: