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

Songpal discover giving errors #122

Closed
NeilS1966 opened this issue Dec 2, 2022 · 1 comment · Fixed by #121
Closed

Songpal discover giving errors #122

NeilS1966 opened this issue Dec 2, 2022 · 1 comment · Fixed by #121
Labels

Comments

@NeilS1966
Copy link

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.

@rytilahti
Copy link
Owner

rytilahti commented Dec 3, 2022

You could either try the linked PR which should fix it or alternatively, downgrade async_upnp_client to 0.31.

@rytilahti rytilahti added the bug label Dec 3, 2022
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)
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
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants