2023-08-14, 03:41 PM
(2023-08-14, 12:53 PM)niels Wrote: Without any logs we can only guess, is the response invalid? Does the server throw an exception? Please give us some more detail.
Yep, my bad. I'm getting an HTTP 400, so my request is wrong.
Code:
[2023-08-14 09:57:05.122 -04:00] [INF] [67] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "Kenny" has succeeded.
[2023-08-14 09:57:05.122 -04:00] [INF] [67] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "Kenny": 3/0
[2023-08-14 09:57:05.124 -04:00] [INF] [67] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user blahblahblahblah
[2023-08-14 09:57:05.361 -04:00] [ERR] [67] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Items".
System.ArgumentNullException: Value cannot be null. (Parameter 'user')
I'm still tinkering with this (learning as I go) so I'm sure I'll get it figured out.