Closed AidanHilt closed 4 months ago
Turns out this wasn't a buildarr thing, but due to a change in how the Jellyseerr API works. The change can be found here: https://github.com/Fallenbagel/jellyseerr/blob/4fddf8908444d8568dcebf84af7a1e46b4c3e474/server/routes/auth.ts#L219. I'll go ahead and close this, then fork and open a PR.
Hi! I'm trying to set up Buildarr to automatically initialize Jellyseerr, and I'm running into an issue. When I try to add the Jellyfin authentication, Buildarr reports this error:
The logs for Jellyseerr have the following entry:
This is my Jellyfin configuration block in buildarr.yml:
All of these are running in Docker containers in a local Kubernetes cluster. It looks to me like something is attempting to "turn" the server_url field into a URL, since it's adding the 'http://' protocol. If you don't have time to look into this, do you have any idea where this might be happening?