Music Assistant client not ready

Hello everyone. I installed MA on Synology NAS using Docker. I have HA installed in the same way. I can log in directly using the IP address on MA, unfortunately HA displays the information “Music Assistant client not ready”. What am I doing wrong?

Summary

Logger: homeassistant
Source: /usr/src/homeassistant/homeassistant/runner.py:145
First occurred: 18:57:03 (31 occurrences)
Last logged: 19:40:30

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “”, line 62, in mashumaro_from_dict
File “/usr/local/lib/python3.11/enum.py”, line 712, in call
return cls.new(cls, value)
^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/enum.py”, line 1135, in new
raise ve_exc
ValueError: ‘off’ is not a valid PlayerState

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/local/lib/python3.11/site-packages/music_assistant/client/client.py”, line 201, in fetch_initial_state
await self._players.fetch_state()
File “/usr/local/lib/python3.11/site-packages/music_assistant/client/players.py”, line 294, in fetch_state
for player in await self.get_players():
^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/music_assistant/client/players.py”, line 65, in get_players
return [Player.from_dict(item) for item in await self.client.send_command(“players/all”)]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/music_assistant/client/players.py”, line 65, in
return [Player.from_dict(item) for item in await self.client.send_command(“players/all”)]
^^^^^^^^^^^^^^^^^^^^^^
File “”, line 64, in mashumaro_from_dict
mashumaro.exceptions.InvalidFieldValue: Field “state” of type PlayerState in Player has invalid value ‘off’

1 Like