I´ve installed Music Assistant at my Home Assistant (Docker) but nothing seems to work.
When I try to play local music every “folder” seems to be empty (Artits, Albums, Tracks) but there are some Playlists Available that doesn´t work, same for TuneIn:
[139863729143760] 'NoneType' object has no attribute 'url'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 200, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1787, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1824, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 213, in handle_service
await service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 680, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 968, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 720, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/components/cast/media_player.py", line 644, in async_play_media
sourced_media = await media_source.async_resolve_media(
File "/usr/src/homeassistant/homeassistant/components/media_source/__init__.py", line 155, in async_resolve_media
return await item.async_resolve()
File "/usr/src/homeassistant/homeassistant/components/media_source/models.py", line 83, in async_resolve
return await self.async_media_source().async_resolve_media(self)
File "/config/custom_components/mass/media_source.py", line 118, in async_resolve_media
return PlayMedia(player.active_queue.stream.url, f"audio/{content_type}")
AttributeError: 'NoneType' object has no attribute 'url'