2024-07-11, 03:04 PM
(This post was last modified: 2024-07-11, 03:27 PM by grunwalski. Edited 1 time in total.)
Same problem here. I could be just clueless, but I tried a lot by now.
Running in v10.9.7 in Docker
From a container in the same stack every one of these is met with a 401 / Request completley sent off:
Responses all come with the same result:
And Jellyfin only logs
Right now, even with *arr connect webhooks, I cannot trigger a library refresh.
Any ideas would be greatly appreciated. I am out of them.
[edit:]just be sure, i've found posts where there was this in the logs. but i only get the challenged entry "CustomAuthentication was not authenticated. Failure message: Invalid token." Cn.
Running in v10.9.7 in Docker
From a container in the same stack every one of these is met with a 401 / Request completley sent off:
Code:
curl -v -X POST "http://172.29.0.10:8096/Library/Refresh" -H "Authorization: ApiKeyCopiedFromJellyfin"
curl -v -X POST "http://172.29.0.10:8096/Library/Refresh" -H "Authorization: MediaBrowser ApiKeyCopiedFromJellyfin"
curl -v -X POST "http://172.29.0.10:8096/Library/Refresh" --user ApiKeyCopiedFromJellyfin:
Responses all come with the same result:
Code:
* Trying 172.29.0.10:8096...
* Connected to 172.29.0.10 (172.29.0.10) port 8096
> POST /Library/Refresh HTTP/1.1
> Host: 172.29.0.10:8096
> User-Agent: curl/8.8.0
> Accept: */*
> Authorization: MediaBrowser ApiKeyCopiedFromJellyfin
>
* Request completely sent off
< HTTP/1.1 401 Unauthorized
< Content-Length: 0
< Date: Thu, 11 Jul 2024 14:10:05 GMT
< Server: Kestrel
< X-Response-Time-ms: 0.2319
<
* Connection #0 to host 172.29.0.10 left intact
And Jellyfin only logs
Code:
[INF] [42] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was challenged.
Right now, even with *arr connect webhooks, I cannot trigger a library refresh.
Any ideas would be greatly appreciated. I am out of them.
[edit:]just be sure, i've found posts where there was this in the logs. but i only get the challenged entry "CustomAuthentication was not authenticated. Failure message: Invalid token." Cn.