Fallenbagel / jellyseerr

Fork of overseerr for jellyfin support.
https://docs.jellyseerr.dev/
MIT License
3.81k stars 240 forks source link

slightly corrupt jellyfin link when clicking on request #220

Closed Ceredril closed 2 years ago

Ceredril commented 2 years ago

Description

jellyseer

When clicking on the green "Available" here it opens up the jellyfin entry of this movie/episode. This is quite practical, however the link that is opened is in the following format:

instead of

there is one "/" too many.

Version

1.1.1

Steps to Reproduce

Go to Requests and click on an entry marked as "Available"

Screenshots

No response

Logs

No response

Platform

desktop

Device

irrelevant

Operating System

irrelevant

Browser

irrelevant

Additional Context

No response

Code of Conduct

Amcro commented 2 years ago

Yup, i have exact same problem with profile picture getting pulled from jellyfin, looking at the sqlite database shows double // in the exact same spot, right after port number. I wanted to open ticket but as it seems it's the same issue so i'm just going to add comment on this one.

Edit: So it looks like it's setting up issue, when setting up Jellyfin URL (on first setup screen) if you add / on the end of the link Jellyseerr adds another / on every link including opening external links and displaying profile pictures. As a temporary fix you can set external URL under jellyfin settings without last / you can solve issue with opening links on jellyfin but it wont solve issue with profile pictures.

Ceredril commented 2 years ago

Thx for the temporary (or for me permanent) fix!

Fallenbagel commented 2 years ago

For the permanent fix, you can stop the container, go to the config folder and you should see the settings.json file, open it and remove the trailing slash

Fallenbagel commented 2 years ago

:tada: This issue has been resolved in version 1.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: