-
Notifications
You must be signed in to change notification settings - Fork 304
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
Captcha results in 500 Internal Server Error Server got itself in trouble #2426
Comments
Same issue here |
On reboot of HA I had an integration error notice that required me to re-authenticate with Alexa Media. Upon doing that I get the 500 error on the IP of the HA install: |
Yes, mine is also exhibiting the same exact error. You can set the 2FA up but comes back with a 500 error when you verify. |
with 2FA it is not returning 500 but it returns "Alexa Media Player could not log in." |
Same issue also for me |
Same issue |
Same here !
|
Updated to 4.12.5 still the same - 2 separate installs |
answer here : #2418 update alexapy requirement in manifest.json file
|
@LiloBzH I had this as alexapy>=1.28.2 and changed it to alexapy==1.28.2 problem still exists for amazon.co.uk |
It works for me for amazon.es |
with manifest.json file changes its not working in v4.12.6 for .com and co.uk |
This fixed my login captcha error, thank you. Amazon US. |
with manifest.json file changes its not working in v4.12.6 for .de |
Not working with and without manifest changes on 4.12.6 with HA 2024.08 for .de |
There will be debug logs up to that point.
|
logs? |
1 similar comment
logs? |
logs? |
logs? |
` The above exception was the direct cause of the following exception: Traceback (most recent call last): |
You may need what's still coming in PR#2423 |
I've seen that before. The callback URL is not getting back to HA. In the case I worked on, it ended up being an issue with the user's amazon account and the login was not completing. Make sure you can log in normally with a browser and the URL, email, password & 2FA TOTP 6-digit code generated from the 52 character secret that you're giving AMP. |
confirmed to work for amazon.it |
yep - it worked for me for amazon.it as well after rebooting HA |
With amazon.de it is not working. 😞 |
i have this in the US and still having a problem after updating alexapy here is the logs... thoughts? `Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Updated to 4.12.7 but .de still not working. |
Working for me. I still got the error about the partitioned cookie issue that seems to still happen -- but reloading the integration seems to get that working still. |
updated to 4.12.7 still broken amazon.co.uk |
Same for Amazon.de |
|
Yes, I was getting a "Reauthentication" message myself and all of my Alexa devices were "unavailable" (I live in the US) and couldn't figure it out. The logs said something about a failed Captcha. Luckily, I found this post. I dug into my Studio Code Server and found the manifest.json file and updated the apexapy version number (I had 1.27.10). Once updated, I rebooted Home Assistant and all is working again! Thank you! |
@JoshuaSeidel
|
Correct, that issue remains. I've tried every which way from Sunday to resolve that but in the end, the only options are:
|
It still doesnt work for me. since this issue was closed i opened a new one |
@ColinSainsbury |
Disable ipv6. Login. Reenable. |
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
Recent prior AMP build caused issues resulting in me uninstalling a previous successful instance to reinstall integration.
Instructions followed through the entire sequence until I get the Captcha. Submit the Captcha and receive a 500 Internal Server Error Server got itself in trouble. Multiple attempts result in same issue.
Integration never completes installation so cannot enable logging.
500 error comes from internal IP address for HA instance.
To Reproduce
Expected behavior
Captcha should correctly return and integration install
Screenshots
System details
const.py
or HA startup): 4.12.6 plus manifest.json edit to force alexapy>=1.28.2pip show alexapy
or HA startup): 1.28.2Yes
Logs
Please provide logs.
Logs not available as integration never completes installation
Additional context
The text was updated successfully, but these errors were encountered: