Skip to content
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

Error Config flow could not be loaded: 500 Internal Server Error Server got itself in trouble #7

Closed
droopanu opened this issue Jul 3, 2023 · 1 comment

Comments

@droopanu
Copy link

droopanu commented Jul 3, 2023

I get this error when trying to reconfigure the integration:

Error
Config flow could not be loaded: 500 Internal Server Error Server got itself in trouble

Cheers,
Liviu

make-all added a commit that referenced this issue Jul 3, 2023
async_get is apparently has the async prefix because it is a callback,
not because it is awaitable.  Not sure why this only stopped working
in HA 2023.6, but there appear to have been some dropped deprecations
of older truly async functions for which this was the replacement, so
it seems some compatibility shim has been removed.

Issue #7
@make-all
Copy link
Owner

make-all commented Jul 3, 2023

Thanks, this seems to be an API change that wasn't highlighted when they recommended async_get as a replacement for async_get_registry which got removed in 2023.5, and recently turned into an error due to an optimisation in HA 2023.6.

@make-all make-all closed this as completed Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants