-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Songpal discover giving errors #122
Labels
Comments
You could either try the linked PR which should fix it or alternatively, downgrade async_upnp_client to 0.31. |
rytilahti
added a commit
that referenced
this issue
Mar 17, 2023
This maintenance release adds support to python 3.11 and bumps the required async_upnp_client version. [Full Changelog](release/0.15.1...0.15.2) **Fixed bugs:** - Songpal discover giving errors [#122](#122) - Python 3.11 not supported (asyncio.coroutine has been removed) [#120](#120) - Fix python 3.11 support, bump async_upnp_client dependency [#121](#121) (@rytilahti) **Closed issues:** - SRS-ZR7 integration connection issues [#119](#119)
Merged
rytilahti
added a commit
that referenced
this issue
Mar 17, 2023
This maintenance release adds support to python 3.11 and bumps the required async_upnp_client version. [Full Changelog](release/0.15.1...0.15.2) **Fixed bugs:** - Songpal discover giving errors [#122](#122) - Python 3.11 not supported (asyncio.coroutine has been removed) [#120](#120) - Fix python 3.11 support, bump async_upnp_client dependency [#121](#121) (@rytilahti) **Closed issues:** - SRS-ZR7 integration connection issues [#119](#119)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run songpal discover, I get the following message:
File "/usr/local/lib/python3.10/dist-packages/songpal/discovery.py", line 78, in discover await async_search( TypeError: async_search() got an unexpected keyword argument 'service_type'
Songpal version 0.15.1 is installed and I am running python 3.10.6 on PopOS!
I am trying to get an endpoint for my new Sony HT-A7000 so I can use the Home Assistant integration.
The text was updated successfully, but these errors were encountered: