navidrome / navidrome

🎧☁️ Your Personal Streaming Service
https://www.navidrome.org
GNU General Public License v3.0
11.8k stars 883 forks source link

lot of MP3 not playing in Navidrome Player #1981

Closed Moacc95 closed 1 year ago

Moacc95 commented 1 year ago

Description

Hello, several of my MP3 files do not play in Navidrome (it works in VLC)

Additional information

here are the logs :

level=debug msg="Streaming RAW file" id=8c0a513da763345e131404057aa1666e originalBitrate=0 originalFormat=mp3 path=/music/test.mp3 requestBitrate=0 requestFormat= requestId=073667d28924/ozFX4eklfh-000033 selectedBitrate=0 selectedFormat=raw

level=info msg="Streaming file" artist="[Unknown Artist]" bitRate=0 cached=false format=raw originalBitRate=0 originalFormat=mp3 title=test transcoding=false user=Morgan

warning msg="API: Failed response" error=0 message="Internal Error" requestId=073667d28924/ozFX4eklfh-000033

My stack in Docker :

version: "3" services: navidrome: container_name: navidrome image: deluan/navidrome:latest user: 1002:100 # should be owner of volumes networks:

networks: reverse-proxy-net: external: true

deluan commented 1 year ago

Does any MP3 plays in Navidrome? Maybe it is a misconfiguration in the reverse proxy? Can you send me (deluan AT navidrome.org) one file that does not play?

Moacc95 commented 1 year ago

Hello, I solved my problem. It was a directory access problem.

Thank you.

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.