-
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
fix: public url missing #2676
fix: public url missing #2676
Conversation
for more information, see https://pre-commit.ci
I don't understand this error: E ImportError: cannot import name 'in_progress_instances' from partially initialized module 'custom_components.alexa_media.config_flow' (most likely due to a circular import) I've not touched changed that part since the def name error was fixed and a filter added to include only flows where entry["handler"] == DOMAIN to ensure accurate identification and management of in-progress flows for the Alexa Media integration (ref #2541). I don't understand the possible circular reference or how to rectify it. |
Yah no idea. I'd assume the test handler has a circular import but no idea. |
Wow, that's a lot of changes to the config flow. Does it have to be that much? |
Maybe I went overboard trying to address possible complications from yaml setup?
In view of this, do not merge but close it instead and I'll do a new PR that reverts the changes in 4.13.8, unless you can just delete v4.13.8 and revert to 4.13.7 as the current version? Looking for guidance on the best way to proceed. |
We can't just delete releases as it will confuse anyone who downloaded it. |
Ok, so the issue I have here is this PR says it's fixing public urls but appears to do much more. Please make sure you do things atomicly so that we can easily revert things if need be. If you want to just do a revert of the last pr, you can submit a PR for that. Then we can do whatever you're doing to the import code. Again, the import code really shouldn't be used by anyone as we haven't really supported yaml for like 3 years. |
Okay, I'll do a PR with code from 4.13.7 to undo 4.13.8. As for legacy yaml, I think it best to deprecate it and I'll not worry about trying to fix errors related to it. |
This should fix issue Upgraded to 4.13.8: Missing public url #2672