Code: Select all
--def jellyfin="jellyfin_host:api_key"
Code: Select all
2025-02-06 17:05:50.239
POST: https://jellyfin_host:8920/Library/Refresh?api_key=api_key
2025-02-06 17:05:50.358
Network Connection Error: java.net.ConnectException at WebRequest::doRequest < WebRequest::httpRequestV2 < WebRequest::post < WebRequest::post < ScriptShellMethods::post
I have tested the request using curl and confirmed that port 8920 fails and 8096 succeeds.
It would be great if we could configure the Jellyfin port used for the refresh request. This would also be handy for users who have configured non-standard ports on their Jellyfin setup.