-
Notifications
You must be signed in to change notification settings - Fork 291
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
config_flow.py line 815: hass_url
undefined
#2408
Comments
Any ETA to fix this? I can "install" the integration, but none of my devices are listed now. Reconfiguring just causes error. |
Hi, same issue here on 2024.8 |
Same here, does anyone know if this is an issue on all alexa Media integrations under the new 2024.8? or just a small number? |
Same Error here... |
Same problem here on 2024.8.0 |
Not sure how you deleted line 622. There's an open |
hass_url error is fixable by changing the line to
if you are in US then this will be enough. For the others countries alexapy will also need a fix #2407 |
Sorry. That doesn't fix the entire issue. The integration loads, but no devices are listed. A reconfigure still errors. |
as I am seeing also,,,
|
This fixed the issue for me! Thanks! |
While this resolved the ‘failed to setup’ issue and everything is functioning again, some of my devices, like my Amazon smart plug, are no longer appearing. Any ideas on how to fix this? |
Sorry everyone but I just had an automatic re-auth situation which triggered the
update_schema_defaults
and unfortunately there was a pre-existingself.config.pop("hass_url")
at line 621 inasync def _test_login
makinghass_url
unavailable after that.I removed lines 621-622, restarted and the problem was resolved.
Issuing a new PR for it...
The text was updated successfully, but these errors were encountered: