Open maxkpower opened 2 months ago
Could you send me the config (it will be put out when log level is DEBUG)? Please be aware to remove your mail and pass :)
Same error here… looks like, if we cant completely deactivate 2FA in Amazon Account. 2FA is deactived in Amazon Account but still sends sms with OTP. config is the original from your docker example … -e AMAZON_USERNAME='[ MAIL]' \ -e AMAZON_PASSWORD='[ PW]' \ -e AMAZON_TLD='de' \ -e AMAZON_YEAR_FILTER='2024' \ -e AMAZON_PAGE_FILTER='1' \ -e LOG_LEVEL='debug' \ …
I've faced the same issue in another task. 2FA was off and Passkeys were also deactivated. After opening amazon with a an inprivate session of a random browser that issue was magically gone.
But if that persists, I cureently don't have any idea to get over this.
First and foremost, thank you sooo, so much for this project - i cant wait to get it up and running!
I'm using the npm package to scrape Amazon orders. Even though I don't have 2FA enabled, Amazon is requiring OTP (i'm receiving codes via SMS).
For some reason the logs show that the scraper logs in successfully, but then no orders are retrieved.