-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
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
MPD + Python 3.10 = Unexpected keyword argument 'loop' #59006
Comments
mpd documentation |
Hey there @fabaff, mind taking a look at this issue as it has been labeled with an integration ( |
Looks like an issue in the upstream library. A fix looks to have been made but I don't think a release is available. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
please reopen: Mic92/python-mpd2#181 has been merged and published as v3.0.5, https://github.com/home-assistant/core/blob/dev/homeassistant/components/mpd/manifest.json needs to bump this dependency. |
Home Assistant core-2022.3.8 \ Python 3.10.4Error: mpd: Error on device update! |
fix home-assistant#59006 python3.10 bug Unexpected keyword argument 'loop'
The problem
Hello,
I've updated to Python 3.10 and installed HA 2021.11.0 but now im getting
error at startup and my android integration is broken
What version of Home Assistant Core has the issue?
2021.11.0
What was the last working version of Home Assistant Core?
2021.10.6 with Python 3.8.9
What type of installation are you running?
Home Assistant Core
Integration causing the issue
MPD
Link to integration documentation on our website
https://www.home-assistant.io/integrations/mpd/
Example YAML snippet
Anything in the logs that might be useful for us?
Full startup log:
Additional information
The line
also appeared since updating to Python 3.10 but i don't know if its related to this or i need to submit a new issue. if i run
sudo apt install sqlite3
it says i'm running the latest versionThe text was updated successfully, but these errors were encountered: