Images in the media library cannot be viewed, and neither images nor videos can be downloaded. #17235
-
Title[Help] Media downloads fail (prompts to log in via a .txt file) and original images won't load, but video streaming works fine. BodyHi everyone! Following the community guidelines, I am opening a discussion here to seek help from the community and volunteers before treating this as a bug. I've been struggling with a very weird network/authentication issue on my local Jellyfin deployment. Server Environment:
The Symptoms:
My Assessment: Troubleshooting Steps I've Already Taken:
Has anyone encountered this "pseudo-unauthorized" download interception before? Are there specific logs I should check or network settings (like CORS or local HTTP policies) I might have missed? Any guidance would be greatly appreciated! Thank you for your time. |
Beta Was this translation helpful? Give feedback.





The screenshots line up with your assessment: the viewer is trying to load the full image, but the center shows a broken-image icon, and Chrome’s download bubble says
Download.txtwith “Please log into the corresponding website first before trying to download.” That is very consistent with the final file request returning401 Unauthorized/ auth challenge instead of media bytes.The useful next check is DevTools, not CORS yet. In Chrome, open F12 → Network, reproduce the broken original-image view and the download, then click the failed
Download/Imagesrequest. Check:401,403,404, or something else