-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid 2FA code. #2568
Comments
have the same problem |
same here.... |
i found some extra logging.
|
i have the same issue! |
I have the same issue using amazon.de |
I found a solution! |
Those are WARNINGS only. The blocking calls have always existed. They only block the event loop for the duration of the call (fractions of a second). HA is just getting more astute in detecting them and issuing a warning as they are trying to get the event loop to be as efficient as possible and just acknowledge a call, process it quickly and move on to the next call. Operations like reading or writing storage take much longer and they want operations like that performed asynchronously or offloaded it to an executor loop. Python libraries like https were coded way back when to do things synchronously so ultimately they need to be rewritten for HA to be happy. They however are external common python libraries and not something HA has a lot of influence on or can change. HA has no choice but to use them as-is and the coder has to figure out how to circumvent their behaviour. I've eliminated 2 other |
IMPORTANT: Please search the issues, including closed issues, and the FAQ before opening a new issue. The template is mandatory; failure to use it will result in issue closure.
Describe the bug
When setting up the app i enter amazon.nl username password and 2fa. then i get the message invalid 2fa code
To Reproduce
setup
Expected behavior
Screenshots
System details
const.py
or HA startup log): 4.13.2pip show alexapy
in homeasssistant container or HA startup log): unknow as it has not setup.Debug Logs (alexa_media & alexapy)
Please provide logs.
Additional context
Logger: alexapy.alexalogin
Bron: custom_components/alexa_media/config_flow.py:278
integratie: Alexa Media Player (documentatie, problemen)
Eerst voorgekomen: 20:39:15 (4 gebeurtenissen)
Laatst gelogd: 20:42:17
Error creating TOTP; ****** likely invalid
The text was updated successfully, but these errors were encountered: