jellyfin / Swiftfin

Native Jellyfin Client for iOS and tvOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trailing slash in server URL breaks connection.

sgsunder opened this issue · comments

Describe the bug

Attempting to connect to my Jellyfin server with the URL https://jellyfin.example.com/ fails with a 404 error message. When I check my server logs, I see the following:

"GET //System/Info/Public HTTP/2.0" 404 0 "-" "-" 1593 "jellyfin@docker" "http://172.18.0.6:8096" 4ms

i.e. the app doubles up the trailing slash when sending the request, causing it to fail.

Removing the trailing slash from the URL input to the app (https://jellyfin.example.com) rectifies the issue and stops doubling up the slash when sending requests.

Application version

1.1 (78)

Where did you install the app from?

App Store

Device information

iPhone 15 Pro Max

OS version

17.5.1

Jellyfin server version

10.9.7