![]() |
Jellyfin / Docker:Playback failed because the media is not supported by this client. - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Jellyfin / Docker:Playback failed because the media is not supported by this client. (/t-jellyfin-docker-playback-failed-because-the-media-is-not-supported-by-this-client) Pages:
1
2
|
Jellyfin / Docker:Playback failed because the media is not supported by this client. - Darlor - 2024-10-31 Hello, I installed Jellyfin on Docker without any problem by following this tutorial: https://doc.ubuntu-fr.org/jellyfin My music is on 2nd internal SSD dedicated only to music files. I created a new user / password for Jellyfin. OS: Xubuntu 24.10 Nom du serveur: 4623b75e6915 Version du serveur 10.10.0 Version web 10.10.0 Numéro de build10.10.0 The docker-compose.yml file is suitable for my configuration: Code: services: Immediately after running the command: Code: sudo docker-compose up all my music was easily accessible and readable from the Jellyfin web interface. But after restarting Xubuntu 24.10, access to the Jellyfin interface starts fine, I can browse all the music, but when I start listening I get the following error message: Code: "Reading error and in the log file I have the following error: Code: [2024-10-31 08:18:43.909 +00:00] [ERR] [8] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/New 07-2024/Kpop/TWS 2nd Mini Album 'SUMMER BEAT!'/YOU+ME=7942.flac'". URL "GET" "/Audio/910dbc060ba72f569e9035bb8c347da7/universal". Do you have any idea of the origin of this error? Could it be a problem with the access rights of the Jellybin user? Thank you in advance for your advice ![]() RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - TheDreadPirate - 2024-10-31 Is the volume the music is located on a network share? RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - Darlor - 2024-10-31 It's an internal disk : dev/sda it contains all audio files, it is not on a network share. OS: Xubuntu 24.10 and Jellyfin are on the system disk: /dev/sdb2 RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - TheDreadPirate - 2024-10-31 I noticed this. In your docker compose Code: /media/vortex/Zic:/media And in your log Code: /media/Zic/New 07-2024/Kpop/TWS 2nd Mini Album 'SUMMER BEAT!'/YOU+ME=7942.flac On the host, is your music located in /media/vortex/Zic/Zic? RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - Darlor - 2024-10-31 On the host, the music is located : /media/vortex/Zic1/Zic ![]() RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - theguymadmax - 2024-10-31 Change your docker-compose to Code: /media/vortex/Zic1:/media RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - Darlor - 2024-10-31 I execute the command again: Code: sudo docker-compose up The result : Code: vortex@AK2PLUS:~$ sudo docker-compose up RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - theguymadmax - 2024-10-31 You can try this: Code: sudo docker-compose down RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - Darlor - 2024-10-31 Thanks for the help. I deleted the container, Code: sudo docker rm 4623b75e6915 -v then recreated it again, with modified docker-compose.yml: Code: /media/vortex/Zic1:/media At first start everything works perfectly. But after restarting the PC, I have the same problem: access to the Jellyfin interface starts fine, I can browse all the music, but when I start listening I get the following error message: Code: "Reading error I tried with Firefox (Linux) , Chrome (Windows 11) and Android Jellyfin application ![]() RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - theguymadmax - 2024-10-31 Can you post your new server logs. |