Hi,
Apologies if this question is asked previously but I like to play music files from automation/node red for files saved in the media directory using the path below. i am using HA supervised no ubuntu headless server.
service: media_player.play_media
data:
media_content_id: http://192.168.1.6:8123/media/03.mp3
media_content_type: music
target:
entity_id: media_player.mediacontroller
i get following error.
Login attempt failed
Login attempt or request with invalid authentication from 40817795-mopidy.local.hass.io (172.30.33.3). See the log for details.
can anyone advise how i can set automation to play files stored in /media or /share/mopidy directory?
i can confirm that if i store files in the www folder there is no issue so i might be missing some authentication values in the media content id i guess? thanks in advance.