aleksilassila / reiverr

Reiverr is a clean combined interface for Jellyfin, TMDB, Radarr and Sonarr, as well as a replacement to Overseerr
GNU Affero General Public License v3.0
1.45k stars 44 forks source link

Jellyfin movies all marked as Unavailable #67

Closed HelamanWarrior closed 1 year ago

HelamanWarrior commented 1 year ago

After updating to v0.4.0, I noticed that all of the movies in my library were marked Unavailable. Just yesterday they were all marked as Available. I also noticed in the movie page the "Open in Jellyfin" button is grayed out.

I checked the logs in Reiverr, Jellyfin, and Radarr, but I didn't see anything related to this issue.

If I need to take further steps to debug this issue, let me know, I would love to help

aleksilassila commented 1 year ago

Were you able to play the items before 0.4.0? Also is your jellyfin api keys & urls correct in your environment? Previously items were marked as available if radarr or sonarr said they had files, now they are marked available only if they have been imported to jellyfin.

Could you also see if you have any errors in your browsers console? (F12 or inspect elements > console)

HelamanWarrior commented 1 year ago

Ohhh this was totally my bad. Sorry about that, when I put in the reverse proxied url https://jellyfin.example.com/ I left a trailing slash. I was able to fix it by removing the trailing slash like this https://jellyfin.example.com.

Everything works now, thanks for the help.