athrowaway2021 / comix

Seamlessly download and de-drm comics and manga from Kindle in highest possible quality
MIT License
61 stars 20 forks source link

Still Getting 2FA error #44

Closed MrNiceGuyBR closed 1 year ago

MrNiceGuyBR commented 1 year ago

Still Getting 2FA error. I'm still getting "Could not get auth token" error, even after login/logout in my account and running the program again:

C:\comix-main>python comix.py list Getting auth token . . . {"response": {"challenge": {"challenge_reason": "HandleOnWebView", "uri": "https://www.amazon.com/ap/challenge?arb=370d12b1-17b0-4720-b6be-c2f4d779cef3"}}, "request_id": "01cd1df43kilokh521548c0132066"} Amazon needs to reconfirm your identity with 2FA. Please logout and login again in your browser. Traceback (most recent call last): File "C:\comix-main\comix.py", line 152, in cmx = Cmx(None) ^^^^^^^^^ File "C:\comix-main\comix.py", line 27, in init raise Exception("Could not get auth token") Exception: Could not get auth token

MrNiceGuyBR commented 1 year ago

Solved: I've just deleted the device_ID file from comix-main and then hit the "python comix.py list" again.