You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of the Home Assistant Integration have you got installed?
2024.9.1
Have you tried everything in the Troubleshooting FAQ and reviewed the Open and Closed Issues and Discussions to resolve this yourself?
Yes
The problem
I can't call the mass.search service via pyscript. When i try to call the service with minimal params i get the folowing error: TypeError: Function.service_call() got multiple values for argument 'name'
If somebody could change line 23 in services.py from ATTR_SEARCH_NAME = "name"
to ATTR_SEARCH_NAME = "searchname"
i'm pretty sure it would work again.
How to reproduce
In pyscript do: service.call("mass", "search", name="queen")
Music Providers
youtube music
Player Providers
chromecast
Full log output
No response
Additional information
No response
What version of Home Assistant Core are your running
2024.9.3
What type of installation are you running?
Home Assistant OS
On what type of hardware are you running?
Generic x86-64 (e.g. Intel NUC)
The text was updated successfully, but these errors were encountered:
What version of Music Assistant has the issue?
2.2.6
What version of the Home Assistant Integration have you got installed?
2024.9.1
Have you tried everything in the Troubleshooting FAQ and reviewed the Open and Closed Issues and Discussions to resolve this yourself?
The problem
I can't call the mass.search service via pyscript. When i try to call the service with minimal params i get the folowing error:
TypeError: Function.service_call() got multiple values for argument 'name'
If somebody could change line 23 in services.py from
ATTR_SEARCH_NAME = "name"
to
ATTR_SEARCH_NAME = "searchname"
i'm pretty sure it would work again.
How to reproduce
In pyscript do:
service.call("mass", "search", name="queen")
Music Providers
youtube music
Player Providers
chromecast
Full log output
No response
Additional information
No response
What version of Home Assistant Core are your running
2024.9.3
What type of installation are you running?
Home Assistant OS
On what type of hardware are you running?
Generic x86-64 (e.g. Intel NUC)
The text was updated successfully, but these errors were encountered: