Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: Authentication/Login Errors #11620

Open
1 task done
JkBoyo opened this issue May 14, 2024 · 36 comments
Open
1 task done

[Issue]: Authentication/Login Errors #11620

JkBoyo opened this issue May 14, 2024 · 36 comments
Labels
bug Something isn't working

Comments

@JkBoyo
Copy link

JkBoyo commented May 14, 2024

Please describe your bug

I upgraded to Jellyfin 10.9.1 yesterday and made sure my reverse proxy containers (swag, duckdns) were also up to date. This morning I went to help a friend with a password that seemingly didn't work. I attempted logging in from my mobile app and it didn't work so I logged back into admin to change his password and then logged out to attempt to use the new password. From there I could no longer access the server from my phone. I then got home did some config file fixing on Swags end as when that updates it tends to cause edited files to not be changed. I found that at that point I could login to my PC using my domain. Attempted again to login with my mobile app and it hung. I looked at the logs and when this hanging happens (which happens on my pc now too) it says that the tokens are invalid invalid authentication or invalid token etc. Thankfully it still seems to work for my home instance using the local IP address. Every time I opened the clients that seemingly were breaking auth it would crash swag so that I couldn't login to my nextcloud either. There are waaaaaayyyyy more logs was trying to get in all day if they would help lemme know.

Reproduction Steps

  1. attempting to log into a user
  2. getting impatient with it not loading so exit the client mid authentication
  3. proceed to have borked client and lose your mind the rest of the day

Jellyfin Version

10.9.0

if other:

10.9.1

Environment

- OS: Unraid v 6.12.8
- Linux Kernel: 
- Virtualization: Docker
- Clients: Android and Web
- Browser: Chrome
- FFmpeg Version: 6.0.1 not relevant?
- Playback Method: 
- Hardware Acceleration: not setup
- GPU Model: Don't have one
- Plugins: Base ones that come with it
- Reverse Proxy: nginx
- Base URL: not sure?
- Networking: bridge
- Storage: local

Jellyfin logs

[2024-05-13 05:08:35.937 -04:00] [INF] [99] Emby.Server.Implementations.Library.LibraryManager: Found duplicate path: "/data/tvshows/Doctor Who (2005)"
[2024-05-13 05:08:35.946 -04:00] [WRN] [99] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/data/playlists" is inaccessible or empty, skipping
[2024-05-13 05:08:49.747 -04:00] [INF] [121] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library" Completed after 0 minute(s) and 13 seconds
[2024-05-13 05:08:49.878 -04:00] [INF] [116] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/movies"
[2024-05-13 05:08:49.903 -04:00] [INF] [127] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/tvshows"
[2024-05-13 09:43:13.506 -04:00] [INF] [164] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.18.0.1" request
[2024-05-13 09:43:19.930 -04:00] [INF] [167] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.18.0.1" closed
[2024-05-13 09:43:19.944 -04:00] [INF] [162] Emby.Server.Implementations.Session.SessionManager: Logging out access token "980bb911b341439aa69fc25aa07d185a"
[2024-05-13 09:44:40.571 -04:00] [INF] [156] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "Jason_P" has been denied (IP: "172.18.0.1").
[2024-05-13 09:44:40.579 -04:00] [ERR] [156] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid username or password entered". URL "POST" "/Users/authenticatebyname".
[2024-05-13 09:45:22.915 -04:00] [INF] [152] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "Jason_P" has been denied (IP: "172.18.0.1").
[2024-05-13 09:45:22.921 -04:00] [ERR] [152] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid username or password entered". URL "POST" "/Users/authenticatebyname".
[2024-05-13 09:45:36.307 -04:00] [INF] [151] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "Jason_P" has been denied (IP: "172.18.0.1").
[2024-05-13 09:45:36.314 -04:00] [ERR] [151] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid username or password entered". URL "POST" "/Users/authenticatebyname".
[2024-05-13 09:46:18.305 -04:00] [INF] [155] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "Admin" has succeeded.
[2024-05-13 09:46:18.305 -04:00] [INF] [155] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "Admin": 0/0
[2024-05-13 09:46:18.317 -04:00] [INF] [155] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user 6896b300-bdc3-4460-99e6-a9ba6a5b1787
[2024-05-13 09:46:18.579 -04:00] [INF] [155] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.18.0.1" request
[2024-05-13 09:47:01.703 -04:00] [INF] [152] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.18.0.1" closed
[2024-05-13 09:47:01.718 -04:00] [INF] [152] Emby.Server.Implementations.Session.SessionManager: Logging out access token "04f84b102d7c44a29b561d3995f14db4"
[2024-05-13 09:47:02.325 -04:00] [INF] [156] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 09:47:02.950 -04:00] [INF] [156] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 09:48:21.620 -04:00] [INF] [101] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:21.620 -04:00] [INF] [101] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:21.801 -04:00] [INF] [138] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:21.801 -04:00] [INF] [138] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:21.801 -04:00] [INF] [138] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 09:48:21.807 -04:00] [INF] [138] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:21.807 -04:00] [INF] [138] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:21.807 -04:00] [INF] [138] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 09:48:22.548 -04:00] [INF] [144] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:22.548 -04:00] [INF] [144] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:22.697 -04:00] [INF] [100] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:22.697 -04:00] [INF] [145] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:22.697 -04:00] [INF] [100] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:22.697 -04:00] [INF] [145] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:22.697 -04:00] [INF] [100] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 09:48:22.697 -04:00] [INF] [145] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 09:48:23.129 -04:00] [INF] [100] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:23.130 -04:00] [ERR] [100] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid token". URL "GET" "/socket".
[2024-05-13 09:48:28.706 -04:00] [INF] [100] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:28.707 -04:00] [INF] [100] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:28.707 -04:00] [INF] [100] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 09:48:28.984 -04:00] [INF] [144] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:28.984 -04:00] [INF] [144] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:48:28.984 -04:00] [INF] [144] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 09:57:15.051 -04:00] [INF] [147] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:15.051 -04:00] [INF] [147] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:15.135 -04:00] [INF] [147] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:15.135 -04:00] [INF] [147] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:15.135 -04:00] [INF] [147] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 09:57:15.139 -04:00] [INF] [144] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:15.139 -04:00] [INF] [144] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:15.139 -04:00] [INF] [144] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 09:57:15.240 -04:00] [INF] [147] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:15.241 -04:00] [ERR] [147] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid token". URL "GET" "/socket".
[2024-05-13 09:57:15.477 -04:00] [INF] [149] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:15.477 -04:00] [INF] [149] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:15.556 -04:00] [INF] [149] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:15.556 -04:00] [INF] [149] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:15.556 -04:00] [INF] [149] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 09:57:15.559 -04:00] [INF] [149] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:15.559 -04:00] [INF] [149] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:15.559 -04:00] [INF] [149] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 09:57:15.648 -04:00] [INF] [149] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:15.650 -04:00] [ERR] [149] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid token". URL "GET" "/socket".
[2024-05-13 09:57:21.564 -04:00] [INF] [149] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:21.565 -04:00] [INF] [149] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:21.565 -04:00] [INF] [149] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 09:57:21.622 -04:00] [INF] [147] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:21.622 -04:00] [INF] [147] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 09:57:21.622 -04:00] [INF] [147] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 10:05:21.975 -04:00] [INF] [66] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:21.975 -04:00] [INF] [66] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:22.107 -04:00] [INF] [66] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:22.107 -04:00] [INF] [66] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:22.108 -04:00] [INF] [66] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 10:05:22.108 -04:00] [INF] [60] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:22.108 -04:00] [INF] [60] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:22.108 -04:00] [INF] [60] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 10:05:22.214 -04:00] [INF] [58] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:22.216 -04:00] [ERR] [58] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid token". URL "GET" "/socket".
[2024-05-13 10:05:22.429 -04:00] [INF] [66] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:22.429 -04:00] [INF] [66] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:22.549 -04:00] [INF] [66] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:22.549 -04:00] [INF] [66] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:22.549 -04:00] [INF] [66] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 10:05:22.556 -04:00] [INF] [60] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:22.556 -04:00] [INF] [60] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:22.556 -04:00] [INF] [60] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 10:05:22.672 -04:00] [INF] [60] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:22.674 -04:00] [ERR] [60] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid token". URL "GET" "/socket".
[2024-05-13 10:05:28.544 -04:00] [INF] [60] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:28.544 -04:00] [INF] [60] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:28.545 -04:00] [INF] [60] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 10:05:28.603 -04:00] [INF] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:28.603 -04:00] [INF] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:05:28.604 -04:00] [INF] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 10:16:14.327 -04:00] [INF] [46] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.18.0.1" request
[2024-05-13 10:16:23.761 -04:00] [INF] [20] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:16:23.761 -04:00] [INF] [20] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:16:23.841 -04:00] [INF] [60] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:16:23.841 -04:00] [INF] [82] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:16:23.841 -04:00] [INF] [60] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:16:23.841 -04:00] [INF] [82] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:16:23.841 -04:00] [INF] [23] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:16:23.841 -04:00] [INF] [60] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 10:16:23.841 -04:00] [INF] [82] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 10:16:23.841 -04:00] [INF] [23] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-13 10:16:23.841 -04:00] [INF] [23] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-13 10:16:23.946 -04:00] [INF] [60] Jellyfin.Api.Auth.CustomAuthenticationHandler:

FFmpeg logs

No response

Please attach any browser or client logs here

No response

Please attach any screenshots here

image

Screenshot (22)

examples of what the browser looks like after authentification fails

Code of Conduct

  • I agree to follow this project's Code of Conduct
@JkBoyo JkBoyo added the bug Something isn't working label May 14, 2024
@jellyfin-bot

This comment has been minimized.

@JkBoyo
Copy link
Author

JkBoyo commented May 14, 2024

If anyone is looking into it and has questions I will probably respond quicker with a discord ping @jkboy.

@foxhoundhcm
Copy link

foxhoundhcm commented May 14, 2024

Same issue with iOS client
image
image

@Ewillian9
Copy link

Ewillian9 commented May 14, 2024

try to clear cache/delete data apps

@JkBoyo
Copy link
Author

JkBoyo commented May 14, 2024

On the server? Do I just go in and RM the temp folder?

@Ewillian9
Copy link

no, on the clients, web browser, and for phones, at least in android i know we can delete app data in the settings. same might be doable for ios. At worst just reinstall apps on phones, result will be the same

@JkBoyo
Copy link
Author

JkBoyo commented May 14, 2024

I've reinstalled multiple times and it didn't fix the issue. I've also used incognito mode on my browser to ignore caching and cookies and it still triggers the issue

@Ewillian9
Copy link

by habit i always delete old session on server side. no idea if that could help but i'm doing it on each server update.
image
for exemple yesterday i updated to 10.9.1 so i'll delete any 10.9.0
but again no idea if that can help that's just my square mind that is driving me here

@Ewillian9
Copy link

also do you any sort of caching on your reverse proxy?

@JkBoyo
Copy link
Author

JkBoyo commented May 14, 2024

Unsure on the reverse proxy part but I know I deleted all device instances

@Ewillian9
Copy link

i would try to clear any cache on the reverse proxy if there's some. Else I don't know, for me the update did caused the same issue as you but clearing the cache on clients, and restarting everything fixed it. Worth mentioning i don't do any caching on my reverse proxy

@joex19x84
Copy link

I'm having the same issue. I can temporarily fix the issue by clearing the browser cache (on firefox, clicking the lock, clear cookies and site data), and I'm able to log in. But, once I log out and leave the page, when I return, the login form won't load again. From the web developer console (see attached), near the top, it appears to say something about already being logged in, which I am not.
console-export-2024-5-14_9-22-41.txt

@pimw1
Copy link

pimw1 commented May 14, 2024

I've the same issue with the Android Jellyfin app, both when using my nginx reverse proxy as well as when using the direct ip-address:port number. The pattern is follows:
-when clearing the Android app data + cache data, i can login.
-when closing the app and reopening again, i see exactly the same problematic screenshot as JkBoyo
-only when clearing the Android app data + cache data again, i can login.

I've no problems logging in from the chrome browser on the same mobile device. Using chrome on my desktop pc is also going fine.

See below a part of my docker stack, which is running within a VM hosted via Proxmox.

version: "3.9"
name: media-stack
services:
  ts-plexserver:
    image: tailscale/tailscale:latest
    container_name: ts-plexserver
    hostname: plexserver
    environment:
      - TS_AUTHKEY=my_personal_key
      - TS_STATE_DIR=/var/lib/tailscale
    volumes:
      - ${tailscale_config}:/var/lib/tailscale
      - /dev/net/tun:/dev/net/tun
    cap_add:
      - net_admin
      - sys_module
    restart: unless-stopped
    networks:
      - mynetwork
    ports:
      # ports for plex
      - 32400:32400/tcp
      - 8324:8324/tcp
      - 32469:32469/tcp
      - 1900:1900/udp
      - 32410:32410/udp
      - 32412:32412/udp
      - 32413:32413/udp
      - 32414:32414/udp
      - 5055:5055
      - 8096:8096
      - 7359:7359/udp
      - 8920:8920
  jellyseerr:
    network_mode: service:ts-plexserver
    container_name: jellyseerr
    image: fallenbagel/jellyseerr:latest
    environment:
      - LOG_LEVEL=debug
      - TZ=Europe/Amsterdam
    volumes:
      - ${jellyseerr_config}:/app/config
    restart: unless-stopped
  jellyfin:
    network_mode: service:ts-plexserver
    image: linuxserver/jellyfin:latest
    container_name: jellyfin
    group_add:
      - "106"
    devices:
      - /dev/dri/renderD128:/dev/dri/renderD128
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Amsterdam
    volumes:
      - ${jellyfin_config}:/config
      - ${downloads}:/data
    restart: unless-stopped
networks:
  mynetwork:
    external: true

@Polda18
Copy link

Polda18 commented May 14, 2024

I've also experienced this issue here. I tried to install it in LXC container, and I had to use double SSH tunnel for configuration (since the default installation doesn't support IPv6 connection which needs to be explicitly enabled in the config, and I rely on IPv6 connection to the server). The strange thing is that when I go to the login page through the SSH tunnel, it works as intended, it logs me in, all is good. But as soon as I try the IPv6 address of the server for the login page (mind you, I've enabled it in the settings after I've installed and configured it), the login doesn't work, and says that I entered a wrong password. The very same password that works in the SSH tunnel. Another strange thing is that if I install this software directly into the host OS, without container virtualization sitting in between the server's host OS and the software, this issue disappears. It looks like Jellyfin has some serious issues with containerization.


EDIT: It looks like I was accessing a different server by accident (didn't realize it was a different IPv6 address - that happens when there is no DNS involved), so please don't take my previous post into account. I realized that I simply have to use the correct IPv6 address, and it will eventually become functioning once I set up a reverse proxy on the VM running the container.

@JkBoyo
Copy link
Author

JkBoyo commented May 14, 2024

i would try to clear any cache on the reverse proxy if there's some. Else I don't know, for me the update did caused the same issue as you but clearing the cache on clients, and restarting everything fixed it. Worth mentioning i don't do any caching on my reverse proxy

I also don't have any caching setup so I don't think that is it.

@JkBoyo
Copy link
Author

JkBoyo commented May 15, 2024

@thornbill hope this helps. tried logging on using methods that worked and ones that didn't so you could see both.
Hope this helps and if you can think of any other logs or test cases let me know.
INNER JOIN "Permissions" AS "p" ON "t"."Id" = "p"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:48:48.030 -04:00] [INF] [41] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "p"."Id", "p"."Kind", "p"."Preference_Preferences_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "Preferences" AS "p" ON "t"."Id" = "p"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:48:48.030 -04:00] [INF] [41] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."DayOfWeek", "a"."EndHour", "a"."StartHour", "a"."UserId", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "AccessSchedules" AS "a" ON "t"."Id" = "a"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:48:48.031 -04:00] [INF] [41] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-05-14 20:48:48.031 -04:00] [INF] [41] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetTasks", controller = "ScheduledTasks"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api"). [2024-05-14 20:48:48.031 -04:00] [INF] [41] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'. [2024-05-14 20:48:48.031 -04:00] [INF] [41] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.6672ms [2024-05-14 20:48:48.031 -04:00] [INF] [41] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-05-14 20:48:48.031 -04:00] [INF] [41] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 3.5728ms [2024-05-14 20:48:48.032 -04:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - null null [2024-05-14 20:48:48.033 -04:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:48:48.036 -04:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("3"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"u\".\"Id\", \"u\".\"AudioLanguagePreference\", \"u\".\"AuthenticationProviderId\", \"u\".\"CastReceiverId\", \"u\".\"DisplayCollectionsView\", \"u\".\"DisplayMissingEpisodes\", \"u\".\"EnableAutoLogin\", \"u\".\"EnableLocalPassword\", \"u\".\"EnableNextEpisodeAutoPlay\", \"u\".\"EnableUserPreferenceAccess\", \"u\".\"HidePlayedInLatest\", \"u\".\"InternalId\", \"u\".\"InvalidLoginAttemptCount\", \"u\".\"LastActivityDate\", \"u\".\"LastLoginDate\", \"u\".\"LoginAttemptsBeforeLockout\", \"u\".\"MaxActiveSessions\", \"u\".\"MaxParentalAgeRating\", \"u\".\"MustUpdatePassword\", \"u\".\"Password\", \"u\".\"PasswordResetProviderId\", \"u\".\"PlayDefaultAudioTrack\", \"u\".\"RememberAudioSelections\", \"u\".\"RememberSubtitleSelections\", \"u\".\"RemoteClientBitrateLimit\", \"u\".\"RowVersion\", \"u\".\"SubtitleLanguagePreference\", \"u\".\"SubtitleMode\", \"u\".\"SyncPlayAccess\", \"u\".\"Username\", \"i\".\"Id\", \"i\".\"LastModified\", \"i\".\"Path\", \"i\".\"UserId\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 ORDER BY \"u\".\"Id\", \"i\".\"Id\" LIMIT 1" [2024-05-14 20:48:48.037 -04:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Permission_Permissions_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"Permissions\" AS \"p\" ON \"t\".\"Id\" = \"p\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:48:48.037 -04:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Preference_Preferences_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"Preferences\" AS \"p\" ON \"t\".\"Id\" = \"p\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:48:48.038 -04:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"a\".\"Id\", \"a\".\"DayOfWeek\", \"a\".\"EndHour\", \"a\".\"StartHour\", \"a\".\"UserId\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"AccessSchedules\" AS \"a\" ON \"t\".\"Id\" = \"a\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:48:48.038 -04:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-05-14 20:48:48.038 -04:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-05-14 20:48:48.038 -04:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+d__2"'.
[2024-05-14 20:48:48.039 -04:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.7767ms
[2024-05-14 20:48:48.039 -04:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-05-14 20:48:48.039 -04:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 6.7116ms
[2024-05-14 20:48:59.942 -04:00] [INF] [41] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.kungfufroggy.com""""/web/serviceworker.js""" - null null
[2024-05-14 20:48:59.942 -04:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.kungfufroggy.com""""/system/info/public""" - null null
[2024-05-14 20:48:59.943 -04:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
[2024-05-14 20:48:59.943 -04:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetPublicSystemInfo", controller = "System"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.System.PublicSystemInfo] GetPublicSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api"). [2024-05-14 20:48:59.943 -04:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'. [2024-05-14 20:48:59.943 -04:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 0.2208ms [2024-05-14 20:48:59.943 -04:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"' [2024-05-14 20:48:59.943 -04:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"jellyfin.kungfufroggy.com""""/system/info/public""" - 200 null "application/json; charset=utf-8" 1.1526ms [2024-05-14 20:48:59.944 -04:00] [INF] [41] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/serviceworker.js" was not modified [2024-05-14 20:48:59.944 -04:00] [INF] [41] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"jellyfin.kungfufroggy.com""""/web/serviceworker.js""" - 304 null "text/javascript" 1.8887ms [2024-05-14 20:48:59.947 -04:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.kungfufroggy.com""""/System/Info""" - null null [2024-05-14 20:48:59.948 -04:00] [INF] [34] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:48:59.948 -04:00] [INF] [34] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"a\".\"Id\", \"a\".\"AccessToken\", \"a\".\"DateCreated\", \"a\".\"DateLastActivity\", \"a\".\"Name\" FROM \"ApiKeys\" AS \"a\" WHERE \"a\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:48:59.949 -04:00] [INF] [34] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token." [2024-05-14 20:48:59.949 -04:00] [INF] [34] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token." [2024-05-14 20:48:59.949 -04:00] [INF] [34] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"' [2024-05-14 20:48:59.949 -04:00] [INF] [34] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
[2024-05-14 20:48:59.950 -04:00] [INF] [34] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
[2024-05-14 20:48:59.950 -04:00] [INF] [34] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 0.615ms
[2024-05-14 20:48:59.950 -04:00] [INF] [34] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
[2024-05-14 20:48:59.950 -04:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"jellyfin.kungfufroggy.com""""/System/Info""" - 200 null "application/json; charset=utf-8" 2.6006ms
[2024-05-14 20:48:59.953 -04:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"jellyfin.kungfufroggy.com""""/Sessions/Capabilities/Full""" - "application/json" 567
[2024-05-14 20:48:59.954 -04:00] [INF] [34] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2024-05-14 20:48:59.954 -04:00] [INF] [38] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.kungfufroggy.com""""/Users/6896b300bdc3446099e6a9ba6a5b1787""" - null null
[2024-05-14 20:48:59.954 -04:00] [INF] [34] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:48:59.954 -04:00] [INF] [38] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:48:59.954 -04:00] [INF] [34] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."AccessToken", "a"."DateCreated", "a"."DateLastActivity", "a"."Name"
FROM "ApiKeys" AS "a"
WHERE "a"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:48:59.955 -04:00] [INF] [38] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."AccessToken", "a"."DateCreated", "a"."DateLastActivity", "a"."Name"
FROM "ApiKeys" AS "a"
WHERE "a"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:48:59.955 -04:00] [INF] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-14 20:48:59.955 -04:00] [INF] [41] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-14 20:48:59.955 -04:00] [INF] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-14 20:48:59.955 -04:00] [INF] [41] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-14 20:48:59.955 -04:00] [INF] [38] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization failed. "These requirements were not met:
Jellyfin.Api.Auth.DefaultAuthorizationPolicy.DefaultAuthorizationRequirement"
[2024-05-14 20:48:59.955 -04:00] [INF] [41] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization failed. "These requirements were not met:
Jellyfin.Api.Auth.DefaultAuthorizationPolicy.DefaultAuthorizationRequirement"
[2024-05-14 20:48:59.955 -04:00] [INF] [38] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-14 20:48:59.955 -04:00] [INF] [41] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-14 20:48:59.955 -04:00] [INF] [38] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"jellyfin.kungfufroggy.com""""/Users/6896b300bdc3446099e6a9ba6a5b1787""" - 401 0 null 1.3535ms
[2024-05-14 20:48:59.955 -04:00] [INF] [41] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "https"://"jellyfin.kungfufroggy.com""""/Sessions/Capabilities/Full""" - 401 0 null 1.8089ms
[2024-05-14 20:48:59.966 -04:00] [INF] [42] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.kungfufroggy.com""""/Branding/Css""" - null null
[2024-05-14 20:48:59.966 -04:00] [INF] [42] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
[2024-05-14 20:48:59.966 -04:00] [INF] [42] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetBrandingCss", controller = "Branding"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[System.String] GetBrandingCss()" on controller "Jellyfin.Api.Controllers.BrandingController" ("Jellyfin.Api"). [2024-05-14 20:48:59.966 -04:00] [INF] [42] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.String"'. [2024-05-14 20:48:59.967 -04:00] [INF] [42] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)" in 0.1715ms [2024-05-14 20:48:59.967 -04:00] [INF] [42] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"' [2024-05-14 20:48:59.967 -04:00] [INF] [42] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"jellyfin.kungfufroggy.com""""/Branding/Css""" - 200 null "text/css; charset=utf-8" 0.6385ms [2024-05-14 20:49:01.030 -04:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.kungfufroggy.com""""/system/info/public""" - null null [2024-05-14 20:49:01.030 -04:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"' [2024-05-14 20:49:01.030 -04:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetPublicSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.System.PublicSystemInfo] GetPublicSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
[2024-05-14 20:49:01.030 -04:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
[2024-05-14 20:49:01.031 -04:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 0.2264ms
[2024-05-14 20:49:01.031 -04:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
[2024-05-14 20:49:01.031 -04:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"jellyfin.kungfufroggy.com""""/system/info/public""" - 200 null "application/json; charset=utf-8" 1.0253ms
[2024-05-14 20:49:01.034 -04:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.kungfufroggy.com""""/System/Info""" - null null
[2024-05-14 20:49:01.034 -04:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:49:01.035 -04:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."AccessToken", "a"."DateCreated", "a"."DateLastActivity", "a"."Name"
FROM "ApiKeys" AS "a"
WHERE "a"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:49:01.035 -04:00] [INF] [24] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-14 20:49:01.035 -04:00] [INF] [24] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-14 20:49:01.035 -04:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
[2024-05-14 20:49:01.035 -04:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetSystemInfo", controller = "System"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api"). [2024-05-14 20:49:01.035 -04:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'. [2024-05-14 20:49:01.036 -04:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 0.2313ms [2024-05-14 20:49:01.036 -04:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"' [2024-05-14 20:49:01.036 -04:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"jellyfin.kungfufroggy.com""""/System/Info""" - 200 null "application/json; charset=utf-8" 1.9716ms [2024-05-14 20:49:01.040 -04:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"jellyfin.kungfufroggy.com""""/Sessions/Capabilities/Full""" - "application/json" 567 [2024-05-14 20:49:01.040 -04:00] [INF] [24] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful. [2024-05-14 20:49:01.040 -04:00] [INF] [42] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.kungfufroggy.com""""/Users/6896b300bdc3446099e6a9ba6a5b1787""" - null null [2024-05-14 20:49:01.040 -04:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:49:01.041 -04:00] [INF] [42] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:49:01.041 -04:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"a\".\"Id\", \"a\".\"AccessToken\", \"a\".\"DateCreated\", \"a\".\"DateLastActivity\", \"a\".\"Name\" FROM \"ApiKeys\" AS \"a\" WHERE \"a\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:49:01.041 -04:00] [INF] [42] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"a\".\"Id\", \"a\".\"AccessToken\", \"a\".\"DateCreated\", \"a\".\"DateLastActivity\", \"a\".\"Name\" FROM \"ApiKeys\" AS \"a\" WHERE \"a\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:49:01.041 -04:00] [INF] [24] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token." [2024-05-14 20:49:01.041 -04:00] [INF] [24] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token." [2024-05-14 20:49:01.041 -04:00] [INF] [24] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization failed. "These requirements were not met: Jellyfin.Api.Auth.DefaultAuthorizationPolicy.DefaultAuthorizationRequirement" [2024-05-14 20:49:01.041 -04:00] [INF] [24] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged. [2024-05-14 20:49:01.042 -04:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "https"://"jellyfin.kungfufroggy.com""""/Sessions/Capabilities/Full""" - 401 0 null 1.4851ms [2024-05-14 20:49:01.042 -04:00] [INF] [42] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token." [2024-05-14 20:49:01.042 -04:00] [INF] [42] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token." [2024-05-14 20:49:01.042 -04:00] [INF] [42] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization failed. "These requirements were not met: Jellyfin.Api.Auth.DefaultAuthorizationPolicy.DefaultAuthorizationRequirement" [2024-05-14 20:49:01.042 -04:00] [INF] [42] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged. [2024-05-14 20:49:01.042 -04:00] [INF] [42] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"jellyfin.kungfufroggy.com""""/Users/6896b300bdc3446099e6a9ba6a5b1787""" - 401 0 null 1.7488ms [2024-05-14 20:49:08.035 -04:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.kungfufroggy.com""""/System/Endpoint""" - null null [2024-05-14 20:49:08.035 -04:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:49:08.036 -04:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"a\".\"Id\", \"a\".\"AccessToken\", \"a\".\"DateCreated\", \"a\".\"DateLastActivity\", \"a\".\"Name\" FROM \"ApiKeys\" AS \"a\" WHERE \"a\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:49:08.036 -04:00] [INF] [24] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token." [2024-05-14 20:49:08.036 -04:00] [INF] [24] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token." [2024-05-14 20:49:08.036 -04:00] [INF] [24] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization failed. "These requirements were not met: Jellyfin.Api.Auth.DefaultAuthorizationPolicy.DefaultAuthorizationRequirement" [2024-05-14 20:49:08.036 -04:00] [INF] [24] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged. [2024-05-14 20:49:08.036 -04:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"jellyfin.kungfufroggy.com""""/System/Endpoint""" - 401 0 null 1.6813ms [2024-05-14 20:49:08.040 -04:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.kungfufroggy.com""""/Playback/BitrateTest""?Size=500000" - null null [2024-05-14 20:49:08.040 -04:00] [INF] [28] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:49:08.040 -04:00] [INF] [28] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"a\".\"Id\", \"a\".\"AccessToken\", \"a\".\"DateCreated\", \"a\".\"DateLastActivity\", \"a\".\"Name\" FROM \"ApiKeys\" AS \"a\" WHERE \"a\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:49:08.041 -04:00] [INF] [28] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token." [2024-05-14 20:49:08.041 -04:00] [INF] [28] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token." [2024-05-14 20:49:08.041 -04:00] [INF] [28] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization failed. "These requirements were not met: Jellyfin.Api.Auth.DefaultAuthorizationPolicy.DefaultAuthorizationRequirement" [2024-05-14 20:49:08.041 -04:00] [INF] [28] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged. [2024-05-14 20:49:08.041 -04:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"jellyfin.kungfufroggy.com""""/Playback/BitrateTest""?Size=500000" - 401 0 null 1.2686ms [2024-05-14 20:49:16.538 -04:00] [INF] [28] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 34), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 25), @p7='?' (Size = 12), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\") VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8) RETURNING \"Id\";" [2024-05-14 20:49:16.542 -04:00] [INF] [28] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.0.160" closed [2024-05-14 20:49:16.542 -04:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/socket""?api_key=2c388d9210a44c3d9c5ecf5d473a0356&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyNC4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3MTU2NDMwNDA4NDU1" - 101 null null 39747.1855ms [2024-05-14 20:49:48.039 -04:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - null null [2024-05-14 20:49:48.040 -04:00] [INF] [28] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:49:48.041 -04:00] [INF] [28] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"u\".\"Id\", \"u\".\"AudioLanguagePreference\", \"u\".\"AuthenticationProviderId\", \"u\".\"CastReceiverId\", \"u\".\"DisplayCollectionsView\", \"u\".\"DisplayMissingEpisodes\", \"u\".\"EnableAutoLogin\", \"u\".\"EnableLocalPassword\", \"u\".\"EnableNextEpisodeAutoPlay\", \"u\".\"EnableUserPreferenceAccess\", \"u\".\"HidePlayedInLatest\", \"u\".\"InternalId\", \"u\".\"InvalidLoginAttemptCount\", \"u\".\"LastActivityDate\", \"u\".\"LastLoginDate\", \"u\".\"LoginAttemptsBeforeLockout\", \"u\".\"MaxActiveSessions\", \"u\".\"MaxParentalAgeRating\", \"u\".\"MustUpdatePassword\", \"u\".\"Password\", \"u\".\"PasswordResetProviderId\", \"u\".\"PlayDefaultAudioTrack\", \"u\".\"RememberAudioSelections\", \"u\".\"RememberSubtitleSelections\", \"u\".\"RemoteClientBitrateLimit\", \"u\".\"RowVersion\", \"u\".\"SubtitleLanguagePreference\", \"u\".\"SubtitleMode\", \"u\".\"SyncPlayAccess\", \"u\".\"Username\", \"i\".\"Id\", \"i\".\"LastModified\", \"i\".\"Path\", \"i\".\"UserId\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 ORDER BY \"u\".\"Id\", \"i\".\"Id\" LIMIT 1" [2024-05-14 20:49:48.041 -04:00] [INF] [28] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Permission_Permissions_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"Permissions\" AS \"p\" ON \"t\".\"Id\" = \"p\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:49:48.041 -04:00] [INF] [28] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Preference_Preferences_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"Preferences\" AS \"p\" ON \"t\".\"Id\" = \"p\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:49:48.042 -04:00] [INF] [28] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"a\".\"Id\", \"a\".\"DayOfWeek\", \"a\".\"EndHour\", \"a\".\"StartHour\", \"a\".\"UserId\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"AccessSchedules\" AS \"a\" ON \"t\".\"Id\" = \"a\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:49:48.042 -04:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-05-14 20:49:48.042 -04:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-05-14 20:49:48.042 -04:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+d__2"'.
[2024-05-14 20:49:48.043 -04:00] [INF] [28] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.676ms
[2024-05-14 20:49:48.043 -04:00] [INF] [28] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-05-14 20:49:48.043 -04:00] [INF] [28] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 3.8875ms
[2024-05-14 20:49:48.044 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - null null
[2024-05-14 20:49:48.044 -04:00] [INF] [36] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:49:48.044 -04:00] [INF] [36] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "u"."Id", "u"."AudioLanguagePreference", "u"."AuthenticationProviderId", "u"."CastReceiverId", "u"."DisplayCollectionsView", "u"."DisplayMissingEpisodes", "u"."EnableAutoLogin", "u"."EnableLocalPassword", "u"."EnableNextEpisodeAutoPlay", "u"."EnableUserPreferenceAccess", "u"."HidePlayedInLatest", "u"."InternalId", "u"."InvalidLoginAttemptCount", "u"."LastActivityDate", "u"."LastLoginDate", "u"."LoginAttemptsBeforeLockout", "u"."MaxActiveSessions", "u"."MaxParentalAgeRating", "u"."MustUpdatePassword", "u"."Password", "u"."PasswordResetProviderId", "u"."PlayDefaultAudioTrack", "u"."RememberAudioSelections", "u"."RememberSubtitleSelections", "u"."RemoteClientBitrateLimit", "u"."RowVersion", "u"."SubtitleLanguagePreference", "u"."SubtitleMode", "u"."SyncPlayAccess", "u"."Username", "i"."Id", "i"."LastModified", "i"."Path", "i"."UserId"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
ORDER BY "u"."Id", "i"."Id"
LIMIT 1"
[2024-05-14 20:49:48.045 -04:00] [INF] [36] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "p"."Id", "p"."Kind", "p"."Permission_Permissions_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "Permissions" AS "p" ON "t"."Id" = "p"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:49:48.045 -04:00] [INF] [36] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "p"."Id", "p"."Kind", "p"."Preference_Preferences_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "Preferences" AS "p" ON "t"."Id" = "p"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:49:48.045 -04:00] [INF] [36] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."DayOfWeek", "a"."EndHour", "a"."StartHour", "a"."UserId", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "AccessSchedules" AS "a" ON "t"."Id" = "a"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:49:48.046 -04:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-05-14 20:49:48.046 -04:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetTasks", controller = "ScheduledTasks"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api"). [2024-05-14 20:49:48.046 -04:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'. [2024-05-14 20:49:48.046 -04:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.5208ms [2024-05-14 20:49:48.046 -04:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-05-14 20:49:48.046 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 2.6409ms [2024-05-14 20:50:48.042 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - null null [2024-05-14 20:50:48.042 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:50:48.043 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"u\".\"Id\", \"u\".\"AudioLanguagePreference\", \"u\".\"AuthenticationProviderId\", \"u\".\"CastReceiverId\", \"u\".\"DisplayCollectionsView\", \"u\".\"DisplayMissingEpisodes\", \"u\".\"EnableAutoLogin\", \"u\".\"EnableLocalPassword\", \"u\".\"EnableNextEpisodeAutoPlay\", \"u\".\"EnableUserPreferenceAccess\", \"u\".\"HidePlayedInLatest\", \"u\".\"InternalId\", \"u\".\"InvalidLoginAttemptCount\", \"u\".\"LastActivityDate\", \"u\".\"LastLoginDate\", \"u\".\"LoginAttemptsBeforeLockout\", \"u\".\"MaxActiveSessions\", \"u\".\"MaxParentalAgeRating\", \"u\".\"MustUpdatePassword\", \"u\".\"Password\", \"u\".\"PasswordResetProviderId\", \"u\".\"PlayDefaultAudioTrack\", \"u\".\"RememberAudioSelections\", \"u\".\"RememberSubtitleSelections\", \"u\".\"RemoteClientBitrateLimit\", \"u\".\"RowVersion\", \"u\".\"SubtitleLanguagePreference\", \"u\".\"SubtitleMode\", \"u\".\"SyncPlayAccess\", \"u\".\"Username\", \"i\".\"Id\", \"i\".\"LastModified\", \"i\".\"Path\", \"i\".\"UserId\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 ORDER BY \"u\".\"Id\", \"i\".\"Id\" LIMIT 1" [2024-05-14 20:50:48.043 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Permission_Permissions_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"Permissions\" AS \"p\" ON \"t\".\"Id\" = \"p\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:50:48.043 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Preference_Preferences_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"Preferences\" AS \"p\" ON \"t\".\"Id\" = \"p\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:50:48.044 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"a\".\"Id\", \"a\".\"DayOfWeek\", \"a\".\"EndHour\", \"a\".\"StartHour\", \"a\".\"UserId\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"AccessSchedules\" AS \"a\" ON \"t\".\"Id\" = \"a\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:50:48.045 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 12), @p2='?' (Size = 6), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 168), @p7='?' (Size = 6), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9 WHERE \"Id\" = @p10 RETURNING 1;" [2024-05-14 20:50:48.048 -04:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-05-14 20:50:48.048 -04:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-05-14 20:50:48.048 -04:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+d__2"'.
[2024-05-14 20:50:48.048 -04:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.5043ms
[2024-05-14 20:50:48.048 -04:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-05-14 20:50:48.048 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 6.6712ms
[2024-05-14 20:50:48.049 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - null null
[2024-05-14 20:50:48.050 -04:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:50:48.050 -04:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "u"."Id", "u"."AudioLanguagePreference", "u"."AuthenticationProviderId", "u"."CastReceiverId", "u"."DisplayCollectionsView", "u"."DisplayMissingEpisodes", "u"."EnableAutoLogin", "u"."EnableLocalPassword", "u"."EnableNextEpisodeAutoPlay", "u"."EnableUserPreferenceAccess", "u"."HidePlayedInLatest", "u"."InternalId", "u"."InvalidLoginAttemptCount", "u"."LastActivityDate", "u"."LastLoginDate", "u"."LoginAttemptsBeforeLockout", "u"."MaxActiveSessions", "u"."MaxParentalAgeRating", "u"."MustUpdatePassword", "u"."Password", "u"."PasswordResetProviderId", "u"."PlayDefaultAudioTrack", "u"."RememberAudioSelections", "u"."RememberSubtitleSelections", "u"."RemoteClientBitrateLimit", "u"."RowVersion", "u"."SubtitleLanguagePreference", "u"."SubtitleMode", "u"."SyncPlayAccess", "u"."Username", "i"."Id", "i"."LastModified", "i"."Path", "i"."UserId"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
ORDER BY "u"."Id", "i"."Id"
LIMIT 1"
[2024-05-14 20:50:48.051 -04:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "p"."Id", "p"."Kind", "p"."Permission_Permissions_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "Permissions" AS "p" ON "t"."Id" = "p"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:50:48.051 -04:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "p"."Id", "p"."Kind", "p"."Preference_Preferences_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "Preferences" AS "p" ON "t"."Id" = "p"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:50:48.051 -04:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."DayOfWeek", "a"."EndHour", "a"."StartHour", "a"."UserId", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "AccessSchedules" AS "a" ON "t"."Id" = "a"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:50:48.051 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-05-14 20:50:48.052 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetTasks", controller = "ScheduledTasks"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api"). [2024-05-14 20:50:48.052 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'. [2024-05-14 20:50:48.052 -04:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.5624ms [2024-05-14 20:50:48.052 -04:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-05-14 20:50:48.052 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 2.7839ms [2024-05-14 20:51:48.030 -04:00] [INF] [37] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - null null [2024-05-14 20:51:48.030 -04:00] [INF] [37] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:51:48.031 -04:00] [INF] [37] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"u\".\"Id\", \"u\".\"AudioLanguagePreference\", \"u\".\"AuthenticationProviderId\", \"u\".\"CastReceiverId\", \"u\".\"DisplayCollectionsView\", \"u\".\"DisplayMissingEpisodes\", \"u\".\"EnableAutoLogin\", \"u\".\"EnableLocalPassword\", \"u\".\"EnableNextEpisodeAutoPlay\", \"u\".\"EnableUserPreferenceAccess\", \"u\".\"HidePlayedInLatest\", \"u\".\"InternalId\", \"u\".\"InvalidLoginAttemptCount\", \"u\".\"LastActivityDate\", \"u\".\"LastLoginDate\", \"u\".\"LoginAttemptsBeforeLockout\", \"u\".\"MaxActiveSessions\", \"u\".\"MaxParentalAgeRating\", \"u\".\"MustUpdatePassword\", \"u\".\"Password\", \"u\".\"PasswordResetProviderId\", \"u\".\"PlayDefaultAudioTrack\", \"u\".\"RememberAudioSelections\", \"u\".\"RememberSubtitleSelections\", \"u\".\"RemoteClientBitrateLimit\", \"u\".\"RowVersion\", \"u\".\"SubtitleLanguagePreference\", \"u\".\"SubtitleMode\", \"u\".\"SyncPlayAccess\", \"u\".\"Username\", \"i\".\"Id\", \"i\".\"LastModified\", \"i\".\"Path\", \"i\".\"UserId\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 ORDER BY \"u\".\"Id\", \"i\".\"Id\" LIMIT 1" [2024-05-14 20:51:48.031 -04:00] [INF] [37] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Permission_Permissions_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"Permissions\" AS \"p\" ON \"t\".\"Id\" = \"p\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:51:48.031 -04:00] [INF] [37] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Preference_Preferences_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"Preferences\" AS \"p\" ON \"t\".\"Id\" = \"p\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:51:48.032 -04:00] [INF] [37] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"a\".\"Id\", \"a\".\"DayOfWeek\", \"a\".\"EndHour\", \"a\".\"StartHour\", \"a\".\"UserId\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"AccessSchedules\" AS \"a\" ON \"t\".\"Id\" = \"a\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:51:48.032 -04:00] [INF] [37] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-05-14 20:51:48.032 -04:00] [INF] [37] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-05-14 20:51:48.032 -04:00] [INF] [37] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+d__2"'.
[2024-05-14 20:51:48.033 -04:00] [INF] [37] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.4917ms
[2024-05-14 20:51:48.033 -04:00] [INF] [37] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-05-14 20:51:48.033 -04:00] [INF] [37] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 2.8857ms
[2024-05-14 20:51:48.034 -04:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - null null
[2024-05-14 20:51:48.034 -04:00] [INF] [39] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:51:48.034 -04:00] [INF] [39] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "u"."Id", "u"."AudioLanguagePreference", "u"."AuthenticationProviderId", "u"."CastReceiverId", "u"."DisplayCollectionsView", "u"."DisplayMissingEpisodes", "u"."EnableAutoLogin", "u"."EnableLocalPassword", "u"."EnableNextEpisodeAutoPlay", "u"."EnableUserPreferenceAccess", "u"."HidePlayedInLatest", "u"."InternalId", "u"."InvalidLoginAttemptCount", "u"."LastActivityDate", "u"."LastLoginDate", "u"."LoginAttemptsBeforeLockout", "u"."MaxActiveSessions", "u"."MaxParentalAgeRating", "u"."MustUpdatePassword", "u"."Password", "u"."PasswordResetProviderId", "u"."PlayDefaultAudioTrack", "u"."RememberAudioSelections", "u"."RememberSubtitleSelections", "u"."RemoteClientBitrateLimit", "u"."RowVersion", "u"."SubtitleLanguagePreference", "u"."SubtitleMode", "u"."SyncPlayAccess", "u"."Username", "i"."Id", "i"."LastModified", "i"."Path", "i"."UserId"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
ORDER BY "u"."Id", "i"."Id"
LIMIT 1"
[2024-05-14 20:51:48.035 -04:00] [INF] [39] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "p"."Id", "p"."Kind", "p"."Permission_Permissions_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "Permissions" AS "p" ON "t"."Id" = "p"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:51:48.035 -04:00] [INF] [39] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "p"."Id", "p"."Kind", "p"."Preference_Preferences_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "Preferences" AS "p" ON "t"."Id" = "p"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:51:48.035 -04:00] [INF] [39] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."DayOfWeek", "a"."EndHour", "a"."StartHour", "a"."UserId", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "AccessSchedules" AS "a" ON "t"."Id" = "a"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:51:48.036 -04:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-05-14 20:51:48.036 -04:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetTasks", controller = "ScheduledTasks"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api"). [2024-05-14 20:51:48.036 -04:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'. [2024-05-14 20:51:48.036 -04:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.6106ms [2024-05-14 20:51:48.036 -04:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-05-14 20:51:48.036 -04:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 2.8117ms [2024-05-14 20:52:28.851 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/system/info/public""" - null null [2024-05-14 20:52:28.851 -04:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"' [2024-05-14 20:52:28.851 -04:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetPublicSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.System.PublicSystemInfo] GetPublicSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
[2024-05-14 20:52:28.851 -04:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
[2024-05-14 20:52:28.852 -04:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 0.2822ms
[2024-05-14 20:52:28.852 -04:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
[2024-05-14 20:52:28.852 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/system/info/public""" - 200 null "application/json; charset=utf-8" 0.7273ms
[2024-05-14 20:52:28.923 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/QuickConnect/Enabled""" - null null
[2024-05-14 20:52:28.923 -04:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
[2024-05-14 20:52:28.923 -04:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetQuickConnectEnabled", controller = "QuickConnect"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api"). [2024-05-14 20:52:28.923 -04:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'. [2024-05-14 20:52:28.923 -04:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 0.2533ms [2024-05-14 20:52:28.923 -04:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"' [2024-05-14 20:52:28.923 -04:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 0.6036ms [2024-05-14 20:52:28.923 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/users/public""" - null null [2024-05-14 20:52:28.923 -04:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserController.GetPublicUsers (Jellyfin.Api)"' [2024-05-14 20:52:28.923 -04:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetPublicUsers\", controller = \"User\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Dto.UserDto]] GetPublicUsers()" on controller "Jellyfin.Api.Controllers.UserController" ("Jellyfin.Api"). [2024-05-14 20:52:28.923 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/Branding/Configuration""" - null null [2024-05-14 20:52:28.924 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingOptions (Jellyfin.Api)"' [2024-05-14 20:52:28.924 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetBrandingOptions\", controller = \"Branding\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.Branding.BrandingOptions] GetBrandingOptions()" on controller "Jellyfin.Api.Controllers.BrandingController" ("Jellyfin.Api").
[2024-05-14 20:52:28.926 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Branding.BrandingOptions"'.
[2024-05-14 20:52:28.926 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT "u"."Id", "u"."AudioLanguagePreference", "u"."AuthenticationProviderId", "u"."CastReceiverId", "u"."DisplayCollectionsView", "u"."DisplayMissingEpisodes", "u"."EnableAutoLogin", "u"."EnableLocalPassword", "u"."EnableNextEpisodeAutoPlay", "u"."EnableUserPreferenceAccess", "u"."HidePlayedInLatest", "u"."InternalId", "u"."InvalidLoginAttemptCount", "u"."LastActivityDate", "u"."LastLoginDate", "u"."LoginAttemptsBeforeLockout", "u"."MaxActiveSessions", "u"."MaxParentalAgeRating", "u"."MustUpdatePassword", "u"."Password", "u"."PasswordResetProviderId", "u"."PlayDefaultAudioTrack", "u"."RememberAudioSelections", "u"."RememberSubtitleSelections", "u"."RemoteClientBitrateLimit", "u"."RowVersion", "u"."SubtitleLanguagePreference", "u"."SubtitleMode", "u"."SyncPlayAccess", "u"."Username", "i"."Id", "i"."LastModified", "i"."Path", "i"."UserId"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
ORDER BY "u"."Id", "i"."Id""
[2024-05-14 20:52:28.926 -04:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.BrandingController.GetBrandingOptions (Jellyfin.Api)" in 0.2997ms
[2024-05-14 20:52:28.926 -04:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingOptions (Jellyfin.Api)"'
[2024-05-14 20:52:28.926 -04:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/Branding/Configuration""" - 200 null "application/json; charset=utf-8" 2.9549ms
[2024-05-14 20:52:28.926 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT "p"."Id", "p"."Kind", "p"."Permission_Permissions_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "u"."Id", "i"."Id"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
INNER JOIN "Permissions" AS "p" ON "u"."Id" = "p"."UserId"
ORDER BY "u"."Id", "i"."Id""
[2024-05-14 20:52:28.927 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT "p"."Id", "p"."Kind", "p"."Preference_Preferences_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "u"."Id", "i"."Id"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
INNER JOIN "Preferences" AS "p" ON "u"."Id" = "p"."UserId"
ORDER BY "u"."Id", "i"."Id""
[2024-05-14 20:52:28.927 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."DayOfWeek", "a"."EndHour", "a"."StartHour", "a"."UserId", "u"."Id", "i"."Id"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
INNER JOIN "AccessSchedules" AS "a" ON "u"."Id" = "a"."UserId"
ORDER BY "u"."Id", "i"."Id""
[2024-05-14 20:52:28.928 -04:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult1", writing value of type '"System.Linq.Enumerable+SelectIPartitionIterator2[[Jellyfin.Data.Entities.User, Jellyfin.Data, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null],[MediaBrowser.Model.Dto.UserDto, MediaBrowser.Model, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-05-14 20:52:28.929 -04:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserController.GetPublicUsers (Jellyfin.Api)" in 5.139ms
[2024-05-14 20:52:28.929 -04:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserController.GetPublicUsers (Jellyfin.Api)"'
[2024-05-14 20:52:28.929 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/users/public""" - 200 null "application/json; charset=utf-8" 5.422ms
[2024-05-14 20:52:48.041 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - null null
[2024-05-14 20:52:48.042 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:52:48.042 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "u"."Id", "u"."AudioLanguagePreference", "u"."AuthenticationProviderId", "u"."CastReceiverId", "u"."DisplayCollectionsView", "u"."DisplayMissingEpisodes", "u"."EnableAutoLogin", "u"."EnableLocalPassword", "u"."EnableNextEpisodeAutoPlay", "u"."EnableUserPreferenceAccess", "u"."HidePlayedInLatest", "u"."InternalId", "u"."InvalidLoginAttemptCount", "u"."LastActivityDate", "u"."LastLoginDate", "u"."LoginAttemptsBeforeLockout", "u"."MaxActiveSessions", "u"."MaxParentalAgeRating", "u"."MustUpdatePassword", "u"."Password", "u"."PasswordResetProviderId", "u"."PlayDefaultAudioTrack", "u"."RememberAudioSelections", "u"."RememberSubtitleSelections", "u"."RemoteClientBitrateLimit", "u"."RowVersion", "u"."SubtitleLanguagePreference", "u"."SubtitleMode", "u"."SyncPlayAccess", "u"."Username", "i"."Id", "i"."LastModified", "i"."Path", "i"."UserId"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
ORDER BY "u"."Id", "i"."Id"
LIMIT 1"
[2024-05-14 20:52:48.043 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "p"."Id", "p"."Kind", "p"."Permission_Permissions_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "Permissions" AS "p" ON "t"."Id" = "p"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:52:48.043 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "p"."Id", "p"."Kind", "p"."Preference_Preferences_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "Preferences" AS "p" ON "t"."Id" = "p"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:52:48.043 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."DayOfWeek", "a"."EndHour", "a"."StartHour", "a"."UserId", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "AccessSchedules" AS "a" ON "t"."Id" = "a"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:52:48.044 -04:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-05-14 20:52:48.044 -04:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetTasks", controller = "ScheduledTasks"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api"). [2024-05-14 20:52:48.044 -04:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'. [2024-05-14 20:52:48.044 -04:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.6177ms [2024-05-14 20:52:48.045 -04:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-05-14 20:52:48.045 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 3.1772ms [2024-05-14 20:52:48.045 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - null null [2024-05-14 20:52:48.045 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:52:48.046 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"u\".\"Id\", \"u\".\"AudioLanguagePreference\", \"u\".\"AuthenticationProviderId\", \"u\".\"CastReceiverId\", \"u\".\"DisplayCollectionsView\", \"u\".\"DisplayMissingEpisodes\", \"u\".\"EnableAutoLogin\", \"u\".\"EnableLocalPassword\", \"u\".\"EnableNextEpisodeAutoPlay\", \"u\".\"EnableUserPreferenceAccess\", \"u\".\"HidePlayedInLatest\", \"u\".\"InternalId\", \"u\".\"InvalidLoginAttemptCount\", \"u\".\"LastActivityDate\", \"u\".\"LastLoginDate\", \"u\".\"LoginAttemptsBeforeLockout\", \"u\".\"MaxActiveSessions\", \"u\".\"MaxParentalAgeRating\", \"u\".\"MustUpdatePassword\", \"u\".\"Password\", \"u\".\"PasswordResetProviderId\", \"u\".\"PlayDefaultAudioTrack\", \"u\".\"RememberAudioSelections\", \"u\".\"RememberSubtitleSelections\", \"u\".\"RemoteClientBitrateLimit\", \"u\".\"RowVersion\", \"u\".\"SubtitleLanguagePreference\", \"u\".\"SubtitleMode\", \"u\".\"SyncPlayAccess\", \"u\".\"Username\", \"i\".\"Id\", \"i\".\"LastModified\", \"i\".\"Path\", \"i\".\"UserId\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 ORDER BY \"u\".\"Id\", \"i\".\"Id\" LIMIT 1" [2024-05-14 20:52:48.046 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Permission_Permissions_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"Permissions\" AS \"p\" ON \"t\".\"Id\" = \"p\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:52:48.046 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Preference_Preferences_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"Preferences\" AS \"p\" ON \"t\".\"Id\" = \"p\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:52:48.047 -04:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"a\".\"Id\", \"a\".\"DayOfWeek\", \"a\".\"EndHour\", \"a\".\"StartHour\", \"a\".\"UserId\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"AccessSchedules\" AS \"a\" ON \"t\".\"Id\" = \"a\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:52:48.047 -04:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-05-14 20:52:48.047 -04:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-05-14 20:52:48.047 -04:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+d__2"'.
[2024-05-14 20:52:48.047 -04:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.4376ms
[2024-05-14 20:52:48.047 -04:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-05-14 20:52:48.047 -04:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 2.1956ms
[2024-05-14 20:53:48.032 -04:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - null null
[2024-05-14 20:53:48.033 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:53:48.033 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "u"."Id", "u"."AudioLanguagePreference", "u"."AuthenticationProviderId", "u"."CastReceiverId", "u"."DisplayCollectionsView", "u"."DisplayMissingEpisodes", "u"."EnableAutoLogin", "u"."EnableLocalPassword", "u"."EnableNextEpisodeAutoPlay", "u"."EnableUserPreferenceAccess", "u"."HidePlayedInLatest", "u"."InternalId", "u"."InvalidLoginAttemptCount", "u"."LastActivityDate", "u"."LastLoginDate", "u"."LoginAttemptsBeforeLockout", "u"."MaxActiveSessions", "u"."MaxParentalAgeRating", "u"."MustUpdatePassword", "u"."Password", "u"."PasswordResetProviderId", "u"."PlayDefaultAudioTrack", "u"."RememberAudioSelections", "u"."RememberSubtitleSelections", "u"."RemoteClientBitrateLimit", "u"."RowVersion", "u"."SubtitleLanguagePreference", "u"."SubtitleMode", "u"."SyncPlayAccess", "u"."Username", "i"."Id", "i"."LastModified", "i"."Path", "i"."UserId"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
ORDER BY "u"."Id", "i"."Id"
LIMIT 1"
[2024-05-14 20:53:48.033 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "p"."Id", "p"."Kind", "p"."Permission_Permissions_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "Permissions" AS "p" ON "t"."Id" = "p"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:53:48.034 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "p"."Id", "p"."Kind", "p"."Preference_Preferences_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "Preferences" AS "p" ON "t"."Id" = "p"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:53:48.034 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."DayOfWeek", "a"."EndHour", "a"."StartHour", "a"."UserId", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "AccessSchedules" AS "a" ON "t"."Id" = "a"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:53:48.035 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-05-14 20:53:48.035 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetTasks", controller = "ScheduledTasks"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api"). [2024-05-14 20:53:48.035 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'. [2024-05-14 20:53:48.035 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.6183ms [2024-05-14 20:53:48.035 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-05-14 20:53:48.035 -04:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 3.3863ms [2024-05-14 20:53:48.036 -04:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - null null [2024-05-14 20:53:48.036 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:53:48.037 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"u\".\"Id\", \"u\".\"AudioLanguagePreference\", \"u\".\"AuthenticationProviderId\", \"u\".\"CastReceiverId\", \"u\".\"DisplayCollectionsView\", \"u\".\"DisplayMissingEpisodes\", \"u\".\"EnableAutoLogin\", \"u\".\"EnableLocalPassword\", \"u\".\"EnableNextEpisodeAutoPlay\", \"u\".\"EnableUserPreferenceAccess\", \"u\".\"HidePlayedInLatest\", \"u\".\"InternalId\", \"u\".\"InvalidLoginAttemptCount\", \"u\".\"LastActivityDate\", \"u\".\"LastLoginDate\", \"u\".\"LoginAttemptsBeforeLockout\", \"u\".\"MaxActiveSessions\", \"u\".\"MaxParentalAgeRating\", \"u\".\"MustUpdatePassword\", \"u\".\"Password\", \"u\".\"PasswordResetProviderId\", \"u\".\"PlayDefaultAudioTrack\", \"u\".\"RememberAudioSelections\", \"u\".\"RememberSubtitleSelections\", \"u\".\"RemoteClientBitrateLimit\", \"u\".\"RowVersion\", \"u\".\"SubtitleLanguagePreference\", \"u\".\"SubtitleMode\", \"u\".\"SyncPlayAccess\", \"u\".\"Username\", \"i\".\"Id\", \"i\".\"LastModified\", \"i\".\"Path\", \"i\".\"UserId\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 ORDER BY \"u\".\"Id\", \"i\".\"Id\" LIMIT 1" [2024-05-14 20:53:48.037 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Permission_Permissions_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"Permissions\" AS \"p\" ON \"t\".\"Id\" = \"p\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:53:48.037 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Preference_Preferences_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"Preferences\" AS \"p\" ON \"t\".\"Id\" = \"p\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:53:48.037 -04:00] [INF] [33] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"a\".\"Id\", \"a\".\"DayOfWeek\", \"a\".\"EndHour\", \"a\".\"StartHour\", \"a\".\"UserId\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"AccessSchedules\" AS \"a\" ON \"t\".\"Id\" = \"a\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:53:48.037 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-05-14 20:53:48.037 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-05-14 20:53:48.038 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+d__2"'.
[2024-05-14 20:53:48.038 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.3569ms
[2024-05-14 20:53:48.038 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-05-14 20:53:48.038 -04:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 1.8902ms
[2024-05-14 20:54:48.040 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - null null
[2024-05-14 20:54:48.040 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:54:48.041 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "u"."Id", "u"."AudioLanguagePreference", "u"."AuthenticationProviderId", "u"."CastReceiverId", "u"."DisplayCollectionsView", "u"."DisplayMissingEpisodes", "u"."EnableAutoLogin", "u"."EnableLocalPassword", "u"."EnableNextEpisodeAutoPlay", "u"."EnableUserPreferenceAccess", "u"."HidePlayedInLatest", "u"."InternalId", "u"."InvalidLoginAttemptCount", "u"."LastActivityDate", "u"."LastLoginDate", "u"."LoginAttemptsBeforeLockout", "u"."MaxActiveSessions", "u"."MaxParentalAgeRating", "u"."MustUpdatePassword", "u"."Password", "u"."PasswordResetProviderId", "u"."PlayDefaultAudioTrack", "u"."RememberAudioSelections", "u"."RememberSubtitleSelections", "u"."RemoteClientBitrateLimit", "u"."RowVersion", "u"."SubtitleLanguagePreference", "u"."SubtitleMode", "u"."SyncPlayAccess", "u"."Username", "i"."Id", "i"."LastModified", "i"."Path", "i"."UserId"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
ORDER BY "u"."Id", "i"."Id"
LIMIT 1"
[2024-05-14 20:54:48.041 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "p"."Id", "p"."Kind", "p"."Permission_Permissions_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "Permissions" AS "p" ON "t"."Id" = "p"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:54:48.041 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "p"."Id", "p"."Kind", "p"."Preference_Preferences_Guid", "p"."RowVersion", "p"."UserId", "p"."Value", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "Preferences" AS "p" ON "t"."Id" = "p"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:54:48.042 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."DayOfWeek", "a"."EndHour", "a"."StartHour", "a"."UserId", "t"."Id", "t"."Id0"
FROM (
SELECT "u"."Id", "i"."Id" AS "Id0"
FROM "Users" AS "u"
LEFT JOIN "ImageInfos" AS "i" ON "u"."Id" = "i"."UserId"
WHERE "u"."Id" = @__id_0
LIMIT 1
) AS "t"
INNER JOIN "AccessSchedules" AS "a" ON "t"."Id" = "a"."UserId"
ORDER BY "t"."Id", "t"."Id0""
[2024-05-14 20:54:48.043 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 12), @p2='?' (Size = 6), @p3='?' (DbType = DateTime), @P4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 168), @P7='?' (Size = 6), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""UPDATE "Devices" SET "AccessToken" = @p0, "AppName" = @p1, "AppVersion" = @p2, "DateCreated" = @p3, "DateLastActivity" = @P4, "DateModified" = @p5, "DeviceId" = @p6, "DeviceName" = @P7, "IsActive" = @p8, "UserId" = @p9
WHERE "Id" = @p10
RETURNING 1;"
[2024-05-14 20:54:48.130 -04:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-05-14 20:54:48.130 -04:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetTasks", controller = "ScheduledTasks"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api"). [2024-05-14 20:54:48.130 -04:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'. [2024-05-14 20:54:48.130 -04:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.5845ms [2024-05-14 20:54:48.130 -04:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-05-14 20:54:48.131 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 90.8347ms [2024-05-14 20:54:48.132 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - null null [2024-05-14 20:54:48.132 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:54:48.133 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"u\".\"Id\", \"u\".\"AudioLanguagePreference\", \"u\".\"AuthenticationProviderId\", \"u\".\"CastReceiverId\", \"u\".\"DisplayCollectionsView\", \"u\".\"DisplayMissingEpisodes\", \"u\".\"EnableAutoLogin\", \"u\".\"EnableLocalPassword\", \"u\".\"EnableNextEpisodeAutoPlay\", \"u\".\"EnableUserPreferenceAccess\", \"u\".\"HidePlayedInLatest\", \"u\".\"InternalId\", \"u\".\"InvalidLoginAttemptCount\", \"u\".\"LastActivityDate\", \"u\".\"LastLoginDate\", \"u\".\"LoginAttemptsBeforeLockout\", \"u\".\"MaxActiveSessions\", \"u\".\"MaxParentalAgeRating\", \"u\".\"MustUpdatePassword\", \"u\".\"Password\", \"u\".\"PasswordResetProviderId\", \"u\".\"PlayDefaultAudioTrack\", \"u\".\"RememberAudioSelections\", \"u\".\"RememberSubtitleSelections\", \"u\".\"RemoteClientBitrateLimit\", \"u\".\"RowVersion\", \"u\".\"SubtitleLanguagePreference\", \"u\".\"SubtitleMode\", \"u\".\"SyncPlayAccess\", \"u\".\"Username\", \"i\".\"Id\", \"i\".\"LastModified\", \"i\".\"Path\", \"i\".\"UserId\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 ORDER BY \"u\".\"Id\", \"i\".\"Id\" LIMIT 1" [2024-05-14 20:54:48.133 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Permission_Permissions_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"Permissions\" AS \"p\" ON \"t\".\"Id\" = \"p\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:54:48.133 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Preference_Preferences_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"Preferences\" AS \"p\" ON \"t\".\"Id\" = \"p\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:54:48.133 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__id_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"a\".\"Id\", \"a\".\"DayOfWeek\", \"a\".\"EndHour\", \"a\".\"StartHour\", \"a\".\"UserId\", \"t\".\"Id\", \"t\".\"Id0\" FROM ( SELECT \"u\".\"Id\", \"i\".\"Id\" AS \"Id0\" FROM \"Users\" AS \"u\" LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\" WHERE \"u\".\"Id\" = @__id_0 LIMIT 1 ) AS \"t\" INNER JOIN \"AccessSchedules\" AS \"a\" ON \"t\".\"Id\" = \"a\".\"UserId\" ORDER BY \"t\".\"Id\", \"t\".\"Id0\"" [2024-05-14 20:54:48.134 -04:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' [2024-05-14 20:54:48.134 -04:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable1[System.Boolean], System.Nullable1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-05-14 20:54:48.134 -04:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+d__2"'.
[2024-05-14 20:54:48.134 -04:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 0.4484ms
[2024-05-14 20:54:48.134 -04:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-05-14 20:54:48.134 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 2.6953ms
[2024-05-14 20:55:07.511 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/""" - null null
[2024-05-14 20:55:07.511 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/""" - 302 0 null 0.4258ms
[2024-05-14 20:55:07.560 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/""" - null null
[2024-05-14 20:55:07.561 -04:00] [INF] [36] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/index.html" was not modified
[2024-05-14 20:55:07.561 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/""" - 304 null "text/html" 0.5832ms
[2024-05-14 20:55:07.610 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/99377.css""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.610 -04:00] [INF] [36] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/99377.css" was not modified
[2024-05-14 20:55:07.610 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/99377.css""?a32cc7cf54b43478bbe4" - 304 null "text/css" 0.2705ms
[2024-05-14 20:55:07.613 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@babel.runtime.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.613 -04:00] [INF] [36] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.@babel.runtime.bundle.js" was not modified
[2024-05-14 20:55:07.613 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@babel.runtime.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.1633ms
[2024-05-14 20:55:07.626 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/runtime.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.626 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@jellyfin.sdk.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.626 -04:00] [INF] [36] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/runtime.bundle.js" was not modified
[2024-05-14 20:55:07.626 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.@jellyfin.sdk.bundle.js" was not modified
[2024-05-14 20:55:07.626 -04:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/main.jellyfin.css""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.626 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@jellyfin.sdk.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.1773ms
[2024-05-14 20:55:07.626 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/runtime.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.2557ms
[2024-05-14 20:55:07.626 -04:00] [INF] [22] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/main.jellyfin.css" was not modified
[2024-05-14 20:55:07.626 -04:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/main.jellyfin.css""?a32cc7cf54b43478bbe4" - 304 null "text/css" 0.2005ms
[2024-05-14 20:55:07.638 -04:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@mui.material.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.638 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@mui.system.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.638 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@mui.utils.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.638 -04:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/assets/img/icon-transparent.png""" - null null
[2024-05-14 20:55:07.639 -04:00] [INF] [34] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/assets/img/icon-transparent.png" was not modified
[2024-05-14 20:55:07.639 -04:00] [INF] [20] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.@mui.utils.bundle.js" was not modified
[2024-05-14 20:55:07.639 -04:00] [INF] [36] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.@mui.system.bundle.js" was not modified
[2024-05-14 20:55:07.639 -04:00] [INF] [22] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.@mui.material.bundle.js" was not modified
[2024-05-14 20:55:07.639 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@mui.system.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.3856ms
[2024-05-14 20:55:07.639 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@mui.utils.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.3002ms
[2024-05-14 20:55:07.639 -04:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@mui.material.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.411ms
[2024-05-14 20:55:07.639 -04:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/assets/img/icon-transparent.png""" - 304 null "image/png" 0.3956ms
[2024-05-14 20:55:07.646 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.lodash-es.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.646 -04:00] [INF] [30] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.lodash-es.bundle.js" was not modified
[2024-05-14 20:55:07.646 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.lodash-es.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.2769ms
[2024-05-14 20:55:07.650 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.date-fns.esm.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.651 -04:00] [INF] [30] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.date-fns.esm.bundle.js" was not modified
[2024-05-14 20:55:07.651 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.date-fns.esm.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.2612ms
[2024-05-14 20:55:07.663 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@emotion.react.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.663 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.axios.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.663 -04:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@tanstack.react-query.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.663 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@tanstack.query-core.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.664 -04:00] [INF] [30] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.@tanstack.query-core.bundle.js" was not modified
[2024-05-14 20:55:07.664 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.@emotion.react.bundle.js" was not modified
[2024-05-14 20:55:07.664 -04:00] [INF] [20] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.axios.bundle.js" was not modified
[2024-05-14 20:55:07.664 -04:00] [INF] [22] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.@tanstack.react-query.bundle.js" was not modified
[2024-05-14 20:55:07.664 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.axios.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.6342ms
[2024-05-14 20:55:07.664 -04:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@tanstack.react-query.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.6468ms
[2024-05-14 20:55:07.664 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@tanstack.query-core.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.6453ms
[2024-05-14 20:55:07.664 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@emotion.react.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.6627ms
[2024-05-14 20:55:07.666 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.core-js.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.666 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.core-js.bundle.js" was not modified
[2024-05-14 20:55:07.666 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.core-js.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.1803ms
[2024-05-14 20:55:07.674 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.react-dom.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.674 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.react-dom.bundle.js" was not modified
[2024-05-14 20:55:07.674 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.react-dom.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.2409ms
[2024-05-14 20:55:07.683 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.regenerator-runtime.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.683 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.regenerator-runtime.bundle.js" was not modified
[2024-05-14 20:55:07.683 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.regenerator-runtime.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.2128ms
[2024-05-14 20:55:07.686 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.resize-observer-polyfill.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.686 -04:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.webcomponents.js.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.686 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.resize-observer-polyfill.bundle.js" was not modified
[2024-05-14 20:55:07.686 -04:00] [INF] [34] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.webcomponents.js.bundle.js" was not modified
[2024-05-14 20:55:07.686 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.resize-observer-polyfill.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.1644ms
[2024-05-14 20:55:07.686 -04:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.webcomponents.js.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.1722ms
[2024-05-14 20:55:07.688 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.jquery.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.688 -04:00] [INF] [36] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.jquery.bundle.js" was not modified
[2024-05-14 20:55:07.689 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.jquery.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.1354ms
[2024-05-14 20:55:07.694 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.jellyfin-apiclient.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.694 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.jellyfin-apiclient.bundle.js" was not modified
[2024-05-14 20:55:07.694 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.jellyfin-apiclient.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.145ms
[2024-05-14 20:55:07.697 -04:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.intersection-observer.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.697 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.history.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.697 -04:00] [INF] [34] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.intersection-observer.bundle.js" was not modified
[2024-05-14 20:55:07.697 -04:00] [INF] [36] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.history.bundle.js" was not modified
[2024-05-14 20:55:07.697 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.dompurify.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.697 -04:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.intersection-observer.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.1235ms
[2024-05-14 20:55:07.697 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.history.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.1134ms
[2024-05-14 20:55:07.697 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.dompurify.bundle.js" was not modified
[2024-05-14 20:55:07.697 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.dompurify.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.1409ms
[2024-05-14 20:55:07.699 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/99377.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.700 -04:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/main.jellyfin.bundle.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.700 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/99377.bundle.js" was not modified
[2024-05-14 20:55:07.700 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/99377.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.1176ms
[2024-05-14 20:55:07.700 -04:00] [INF] [34] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/main.jellyfin.bundle.js" was not modified
[2024-05-14 20:55:07.700 -04:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/main.jellyfin.bundle.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.1189ms
[2024-05-14 20:55:07.706 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/serviceworker.js""?a32cc7cf54b43478bbe4" - null null
[2024-05-14 20:55:07.706 -04:00] [INF] [20] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/serviceworker.js" was not modified
[2024-05-14 20:55:07.706 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/serviceworker.js""?a32cc7cf54b43478bbe4" - 304 null "text/javascript" 0.1408ms
[2024-05-14 20:55:07.890 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/en-us-json.aed814678aaadfab3be8.chunk.js""" - null null
[2024-05-14 20:55:07.890 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/config.json""" - null null
[2024-05-14 20:55:07.890 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/59258.06f49d4e8d25c8eb22d0.chunk.js""" - null null
[2024-05-14 20:55:07.890 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/en-us-json.aed814678aaadfab3be8.chunk.js" was not modified
[2024-05-14 20:55:07.890 -04:00] [INF] [20] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/59258.06f49d4e8d25c8eb22d0.chunk.js" was not modified
[2024-05-14 20:55:07.890 -04:00] [INF] [36] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/config.json" was not modified
[2024-05-14 20:55:07.890 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/en-us-json.aed814678aaadfab3be8.chunk.js""" - 304 null "text/javascript" 0.2572ms
[2024-05-14 20:55:07.890 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/59258.06f49d4e8d25c8eb22d0.chunk.js""" - 304 null "text/javascript" 0.256ms
[2024-05-14 20:55:07.890 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/config.json""" - 304 null "application/json" 0.2834ms
[2024-05-14 20:55:07.904 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/themes/dark/theme.css""" - null null
[2024-05-14 20:55:07.904 -04:00] [INF] [20] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/themes/dark/theme.css" was not modified
[2024-05-14 20:55:07.904 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/themes/dark/theme.css""" - 304 null "text/css" 0.2385ms
[2024-05-14 20:55:07.911 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/43091.css""" - null null
[2024-05-14 20:55:07.914 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/69285.css""" - null null
[2024-05-14 20:55:07.914 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/43091.04d7eb8c26c49876d81e.chunk.js""" - null null
[2024-05-14 20:55:07.914 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/64380.css""" - null null
[2024-05-14 20:55:07.914 -04:00] [INF] [36] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/64380.css" was not modified
[2024-05-14 20:55:07.914 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/43091.04d7eb8c26c49876d81e.chunk.js" was not modified
[2024-05-14 20:55:07.914 -04:00] [INF] [20] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/69285.css" was not modified
[2024-05-14 20:55:07.914 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/64380.css""" - 304 null "text/css" 0.1407ms
[2024-05-14 20:55:07.914 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/43091.04d7eb8c26c49876d81e.chunk.js""" - 304 null "text/javascript" 0.1747ms
[2024-05-14 20:55:07.914 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/69285.css""" - 304 null "text/css" 0.2355ms
[2024-05-14 20:55:07.915 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/69285.bd6588cfc6a7edf5deb5.chunk.js""" - null null
[2024-05-14 20:55:07.915 -04:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/69285.bd6588cfc6a7edf5deb5.chunk.js" was not modified
[2024-05-14 20:55:07.915 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/69285.bd6588cfc6a7edf5deb5.chunk.js""" - 304 null "text/javascript" 0.1527ms
[2024-05-14 20:55:07.923 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/64380.0ea901f624a17b4edc89.chunk.js""" - null null
[2024-05-14 20:55:07.923 -04:00] [INF] [30] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/64380.0ea901f624a17b4edc89.chunk.js" was not modified
[2024-05-14 20:55:07.923 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/64380.0ea901f624a17b4edc89.chunk.js""" - 304 null "text/javascript" 0.1715ms
[2024-05-14 20:55:07.931 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/pdfPlayer-plugin.css""" - null null
[2024-05-14 20:55:07.932 -04:00] [INF] [20] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/pdfPlayer-plugin.css" was not modified
[2024-05-14 20:55:07.932 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/pdfPlayer-plugin.css""" - 304 null "text/css" 0.1656ms
[2024-05-14 20:55:07.933 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/comicsPlayer-plugin.css""" - null null
[2024-05-14 20:55:07.933 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/bookPlayer-plugin.css""" - null null
[2024-05-14 20:55:07.933 -04:00] [INF] [20] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/bookPlayer-plugin.css" was not modified
[2024-05-14 20:55:07.933 -04:00] [INF] [30] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/comicsPlayer-plugin.css" was not modified
[2024-05-14 20:55:07.933 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/bookPlayer-plugin.css""" - 304 null "text/css" 0.1299ms
[2024-05-14 20:55:07.933 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/comicsPlayer-plugin.css""" - 304 null "text/css" 0.153ms
[2024-05-14 20:55:07.935 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/43091.css"'. Physical path: '"/usr/share/jellyfin/web/43091.css"'
[2024-05-14 20:55:07.936 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/43091.css""" - 200 null "text/css" 24.0641ms
[2024-05-14 20:55:07.937 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/playAccessValidation-plugin.e8e533b0750c6416ba0a.chunk.js""" - null null
[2024-05-14 20:55:07.937 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/playAccessValidation-plugin.e8e533b0750c6416ba0a.chunk.js" was not modified
[2024-05-14 20:55:07.937 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/playAccessValidation-plugin.e8e533b0750c6416ba0a.chunk.js""" - 304 null "text/javascript" 0.1722ms
[2024-05-14 20:55:07.938 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/192.168.0.5/system/info/public""" - null null
[2024-05-14 20:55:07.938 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/experimentalWarnings-plugin.7557827df0f889157ca5.chunk.js""" - null null
[2024-05-14 20:55:07.938 -04:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/experimentalWarnings-plugin.7557827df0f889157ca5.chunk.js" was not modified
[2024-05-14 20:55:07.938 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/experimentalWarnings-plugin.7557827df0f889157ca5.chunk.js""" - 304 null "text/javascript" 0.1402ms
[2024-05-14 20:55:07.938 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/192.168.0.5/system/info/public""" - 404 0 null 0.2378ms
[2024-05-14 20:55:07.938 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request reached the end of the middleware pipeline without being handled by application code. Request path: "GET" "http"://"192.168.0.111:8096""""/web/192.168.0.5/system/info/public", Response status code: 404
[2024-05-14 20:55:07.950 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/htmlAudioPlayer-plugin.fedaf1ff57bcd0f2bd5f.chunk.js""" - null null
[2024-05-14 20:55:07.950 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/photoPlayer-plugin.04319ac45beaf96b0e64.chunk.js""" - null null
[2024-05-14 20:55:07.951 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/htmlAudioPlayer-plugin.fedaf1ff57bcd0f2bd5f.chunk.js" was not modified
[2024-05-14 20:55:07.951 -04:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/photoPlayer-plugin.04319ac45beaf96b0e64.chunk.js" was not modified
[2024-05-14 20:55:07.951 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/htmlAudioPlayer-plugin.fedaf1ff57bcd0f2bd5f.chunk.js""" - 304 null "text/javascript" 0.2099ms
[2024-05-14 20:55:07.951 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/photoPlayer-plugin.04319ac45beaf96b0e64.chunk.js""" - 304 null "text/javascript" 0.1371ms
[2024-05-14 20:55:07.951 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/htmlVideoPlayer-plugin.f87c183ee5ae587347d1.chunk.js""" - null null
[2024-05-14 20:55:07.951 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/htmlVideoPlayer-plugin.f87c183ee5ae587347d1.chunk.js" was not modified
[2024-05-14 20:55:07.951 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/htmlVideoPlayer-plugin.f87c183ee5ae587347d1.chunk.js""" - 304 null "text/javascript" 0.1577ms
[2024-05-14 20:55:07.952 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/bookPlayer-plugin.8028c9bf61cb15f2c5b5.chunk.js""" - null null
[2024-05-14 20:55:07.952 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/comicsPlayer-plugin.fdebedb1864cda3d169c.chunk.js""" - null null
[2024-05-14 20:55:07.952 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/comicsPlayer-plugin.fdebedb1864cda3d169c.chunk.js" was not modified
[2024-05-14 20:55:07.952 -04:00] [INF] [30] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/bookPlayer-plugin.8028c9bf61cb15f2c5b5.chunk.js" was not modified
[2024-05-14 20:55:07.952 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/comicsPlayer-plugin.fdebedb1864cda3d169c.chunk.js""" - 304 null "text/javascript" 0.1387ms
[2024-05-14 20:55:07.952 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/bookPlayer-plugin.8028c9bf61cb15f2c5b5.chunk.js""" - 304 null "text/javascript" 0.1547ms
[2024-05-14 20:55:07.962 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/youtubePlayer-plugin.81409b80cef545597e4c.chunk.js""" - null null
[2024-05-14 20:55:07.962 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/sessionPlayer-plugin.8f9185656ac941e16ff4.chunk.js""" - null null
[2024-05-14 20:55:07.962 -04:00] [INF] [20] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/sessionPlayer-plugin.8f9185656ac941e16ff4.chunk.js" was not modified
[2024-05-14 20:55:07.962 -04:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/youtubePlayer-plugin.81409b80cef545597e4c.chunk.js" was not modified
[2024-05-14 20:55:07.962 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/sessionPlayer-plugin.8f9185656ac941e16ff4.chunk.js""" - 304 null "text/javascript" 0.1725ms
[2024-05-14 20:55:07.962 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/youtubePlayer-plugin.81409b80cef545597e4c.chunk.js""" - 304 null "text/javascript" 0.1714ms
[2024-05-14 20:55:07.964 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/logoScreensaver-plugin.1352e9c5aaa9ebf67995.chunk.js""" - null null
[2024-05-14 20:55:07.964 -04:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/pdfPlayer-plugin.0af045c1e707f93b3d10.chunk.js""" - null null
[2024-05-14 20:55:07.964 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/logoScreensaver-plugin.1352e9c5aaa9ebf67995.chunk.js" was not modified
[2024-05-14 20:55:07.964 -04:00] [INF] [22] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/pdfPlayer-plugin.0af045c1e707f93b3d10.chunk.js" was not modified
[2024-05-14 20:55:07.964 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/backdropScreensaver-plugin.c4626dd705065a70413d.chunk.js""" - null null
[2024-05-14 20:55:07.964 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/chromecastPlayer-plugin.3e4a470c9d7ec09c8d92.chunk.js""" - null null
[2024-05-14 20:55:07.964 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/logoScreensaver-plugin.1352e9c5aaa9ebf67995.chunk.js""" - 304 null "text/javascript" 0.1892ms
[2024-05-14 20:55:07.964 -04:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/pdfPlayer-plugin.0af045c1e707f93b3d10.chunk.js""" - 304 null "text/javascript" 0.1635ms
[2024-05-14 20:55:07.964 -04:00] [INF] [20] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/backdropScreensaver-plugin.c4626dd705065a70413d.chunk.js" was not modified
[2024-05-14 20:55:07.964 -04:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/chromecastPlayer-plugin.3e4a470c9d7ec09c8d92.chunk.js" was not modified
[2024-05-14 20:55:07.964 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/backdropScreensaver-plugin.c4626dd705065a70413d.chunk.js""" - 304 null "text/javascript" 0.1285ms
[2024-05-14 20:55:07.964 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/chromecastPlayer-plugin.3e4a470c9d7ec09c8d92.chunk.js""" - 304 null "text/javascript" 0.138ms
[2024-05-14 20:55:07.972 -04:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/syncPlay-core-PlaybackCore.db91141c4b59988c46d9.chunk.js""" - null null
[2024-05-14 20:55:07.972 -04:00] [INF] [22] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/syncPlay-core-PlaybackCore.db91141c4b59988c46d9.chunk.js" was not modified
[2024-05-14 20:55:07.972 -04:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/syncPlay-core-PlaybackCore.db91141c4b59988c46d9.chunk.js""" - 304 null "text/javascript" 0.1467ms
[2024-05-14 20:55:07.974 -04:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/55125.280737c32559fefdc158.chunk.js""" - null null
[2024-05-14 20:55:07.974 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/19907.e62d83da29a53bc4bba9.chunk.js""" - null null
[2024-05-14 20:55:07.974 -04:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/19907.e62d83da29a53bc4bba9.chunk.js" was not modified
[2024-05-14 20:55:07.974 -04:00] [INF] [22] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/55125.280737c32559fefdc158.chunk.js" was not modified
[2024-05-14 20:55:07.974 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/syncPlay-core-Manager.dc25582f619f4ac1abf3.chunk.js""" - null null
[2024-05-14 20:55:07.974 -04:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/55125.280737c32559fefdc158.chunk.js""" - 304 null "text/javascript" 0.1462ms
[2024-05-14 20:55:07.974 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/19907.e62d83da29a53bc4bba9.chunk.js""" - 304 null "text/javascript" 0.1362ms
[2024-05-14 20:55:07.975 -04:00] [INF] [30] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/syncPlay-core-Manager.dc25582f619f4ac1abf3.chunk.js" was not modified
[2024-05-14 20:55:07.975 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/syncPlay-core-Manager.dc25582f619f4ac1abf3.chunk.js""" - 304 null "text/javascript" 0.1408ms
[2024-05-14 20:55:07.976 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/syncPlay-ui-players-NoActivePlayer.d6748b7c524c6bf65abe.chunk.js""" - null null
[2024-05-14 20:55:07.976 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/syncPlay-plugin.9cd5432bdfbaa8cbb2f6.chunk.js""" - null null
[2024-05-14 20:55:07.976 -04:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/syncPlay-ui-players-NoActivePlayer.d6748b7c524c6bf65abe.chunk.js" was not modified
[2024-05-14 20:55:07.976 -04:00] [INF] [30] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/syncPlay-plugin.9cd5432bdfbaa8cbb2f6.chunk.js" was not modified
[2024-05-14 20:55:07.976 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/syncPlay-ui-players-NoActivePlayer.d6748b7c524c6bf65abe.chunk.js""" - 304 null "text/javascript" 0.1329ms
[2024-05-14 20:55:07.976 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/syncPlay-plugin.9cd5432bdfbaa8cbb2f6.chunk.js""" - 304 null "text/javascript" 0.1198ms
[2024-05-14 20:55:08.030 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/c417ee867416d52e5187.woff2""" - null null
[2024-05-14 20:55:08.030 -04:00] [INF] [20] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2024-05-14 20:55:08.030 -04:00] [INF] [20] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/c417ee867416d52e5187.woff2" was not modified
[2024-05-14 20:55:08.030 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/c417ee867416d52e5187.woff2""" - 304 null "font/woff2" 0.301ms
[2024-05-14 20:55:08.040 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/system/info/public""" - null null
[2024-05-14 20:55:08.040 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
[2024-05-14 20:55:08.040 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetPublicSystemInfo", controller = "System"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.System.PublicSystemInfo] GetPublicSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api"). [2024-05-14 20:55:08.040 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'. [2024-05-14 20:55:08.040 -04:00] [INF] [30] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 0.2711ms [2024-05-14 20:55:08.040 -04:00] [INF] [30] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"' [2024-05-14 20:55:08.040 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/system/info/public""" - 200 null "application/json; charset=utf-8" 0.6771ms [2024-05-14 20:55:08.055 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/System/Info""" - null null [2024-05-14 20:55:08.055 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\" FROM \"Devices\" AS \"d\" WHERE \"d\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:55:08.056 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']" ""SELECT \"a\".\"Id\", \"a\".\"AccessToken\", \"a\".\"DateCreated\", \"a\".\"DateLastActivity\", \"a\".\"Name\" FROM \"ApiKeys\" AS \"a\" WHERE \"a\".\"AccessToken\" = @__token_0 LIMIT 1" [2024-05-14 20:55:08.056 -04:00] [INF] [20] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token." [2024-05-14 20:55:08.056 -04:00] [INF] [20] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token." [2024-05-14 20:55:08.056 -04:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"' [2024-05-14 20:55:08.056 -04:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
[2024-05-14 20:55:08.056 -04:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
[2024-05-14 20:55:08.057 -04:00] [INF] [20] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 0.3142ms
[2024-05-14 20:55:08.057 -04:00] [INF] [20] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
[2024-05-14 20:55:08.057 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/System/Info""" - 200 null "application/json; charset=utf-8" 2.1218ms
[2024-05-14 20:55:08.066 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"192.168.0.111:8096""""/Sessions/Capabilities/Full""" - "application/json" 567
[2024-05-14 20:55:08.066 -04:00] [INF] [20] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2024-05-14 20:55:08.068 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("2"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:55:08.069 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."AccessToken", "a"."DateCreated", "a"."DateLastActivity", "a"."Name"
FROM "ApiKeys" AS "a"
WHERE "a"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:55:08.069 -04:00] [INF] [20] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-14 20:55:08.069 -04:00] [INF] [20] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-14 20:55:08.069 -04:00] [INF] [20] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization failed. "These requirements were not met:
Jellyfin.Api.Auth.DefaultAuthorizationPolicy.DefaultAuthorizationRequirement"
[2024-05-14 20:55:08.069 -04:00] [INF] [20] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-14 20:55:08.069 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"192.168.0.111:8096""""/Sessions/Capabilities/Full""" - 401 0 null 3.5142ms
[2024-05-14 20:55:08.074 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/DisplayPreferences/usersettings""?userId=6896b300bdc3446099e6a9ba6a5b1787&client=emby" - null null
[2024-05-14 20:55:08.074 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/Users/6896b300bdc3446099e6a9ba6a5b1787""" - null null
[2024-05-14 20:55:08.075 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:55:08.075 -04:00] [INF] [20] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."AccessToken", "a"."DateCreated", "a"."DateLastActivity", "a"."Name"
FROM "ApiKeys" AS "a"
WHERE "a"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:55:08.075 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:55:08.076 -04:00] [INF] [20] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-14 20:55:08.076 -04:00] [INF] [20] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-14 20:55:08.076 -04:00] [INF] [20] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization failed. "These requirements were not met:
Jellyfin.Api.Auth.DefaultAuthorizationPolicy.DefaultAuthorizationRequirement"
[2024-05-14 20:55:08.076 -04:00] [INF] [20] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-14 20:55:08.076 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/Users/6896b300bdc3446099e6a9ba6a5b1787""" - 401 0 null 1.6253ms
[2024-05-14 20:55:08.076 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."AccessToken", "a"."DateCreated", "a"."DateLastActivity", "a"."Name"
FROM "ApiKeys" AS "a"
WHERE "a"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:55:08.076 -04:00] [INF] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-14 20:55:08.076 -04:00] [INF] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-14 20:55:08.076 -04:00] [INF] [30] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization failed. "These requirements were not met:
Jellyfin.Api.Auth.DefaultAuthorizationPolicy.DefaultAuthorizationRequirement"
[2024-05-14 20:55:08.076 -04:00] [INF] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-14 20:55:08.076 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/DisplayPreferences/usersettings""?userId=6896b300bdc3446099e6a9ba6a5b1787&client=emby" - 401 0 null 2.2702ms
[2024-05-14 20:55:08.078 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/socket""?api_key=d11704f760c041878525f02e59da48db&deviceId=TW96aWxsYS81LjAgKExpbnV4OyBBbmRyb2lkIDEwOyBLKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIE1vYmlsZSBTYWZhcmkvNTM3LjM2fDE3MTU2MTk0NDcxMTE1" - null null
[2024-05-14 20:55:08.078 -04:00] [INF] [30] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2024-05-14 20:55:08.078 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:55:08.078 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."AccessToken", "a"."DateCreated", "a"."DateLastActivity", "a"."Name"
FROM "ApiKeys" AS "a"
WHERE "a"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:55:08.079 -04:00] [INF] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-14 20:55:08.079 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:55:08.079 -04:00] [INF] [30] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."AccessToken", "a"."DateCreated", "a"."DateLastActivity", "a"."Name"
FROM "ApiKeys" AS "a"
WHERE "a"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:55:08.081 -04:00] [ERR] [30] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid token". URL "GET" "/socket".
[2024-05-14 20:55:08.081 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/socket""?api_key=d11704f760c041878525f02e59da48db&deviceId=TW96aWxsYS81LjAgKExpbnV4OyBBbmRyb2lkIDEwOyBLKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTI0LjAuMC4wIE1vYmlsZSBTYWZhcmkvNTM3LjM2fDE3MTU2MTk0NDcxMTE1" - 403 null "text/plain" 3.8653ms
[2024-05-14 20:55:08.108 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@remix-run.router.33c9ecbab57840d1d963.chunk.js""" - null null
[2024-05-14 20:55:08.108 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@mui.base.38486ab63570cdf72f81.chunk.js""" - null null
[2024-05-14 20:55:08.108 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@mui.icons-material.69b06994c7f920fdf290.chunk.js""" - null null
[2024-05-14 20:55:08.109 -04:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.react-router.565c022db3490a91ec38.chunk.js""" - null null
[2024-05-14 20:55:08.109 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/15434.css""" - null null
[2024-05-14 20:55:08.109 -04:00] [INF] [20] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.@remix-run.router.33c9ecbab57840d1d963.chunk.js" was not modified
[2024-05-14 20:55:08.109 -04:00] [INF] [30] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.@mui.icons-material.69b06994c7f920fdf290.chunk.js" was not modified
[2024-05-14 20:55:08.109 -04:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/15434.css" was not modified
[2024-05-14 20:55:08.109 -04:00] [INF] [30] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@mui.icons-material.69b06994c7f920fdf290.chunk.js""" - 304 null "text/javascript" 0.2324ms
[2024-05-14 20:55:08.109 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.@mui.base.38486ab63570cdf72f81.chunk.js" was not modified
[2024-05-14 20:55:08.109 -04:00] [INF] [20] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@remix-run.router.33c9ecbab57840d1d963.chunk.js""" - 304 null "text/javascript" 0.2327ms
[2024-05-14 20:55:08.109 -04:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.react-router-dom.1c11d916c27725770829.chunk.js""" - null null
[2024-05-14 20:55:08.109 -04:00] [INF] [22] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.react-router.565c022db3490a91ec38.chunk.js" was not modified
[2024-05-14 20:55:08.109 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.@mui.base.38486ab63570cdf72f81.chunk.js""" - 304 null "text/javascript" 0.3069ms
[2024-05-14 20:55:08.109 -04:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.react-router.565c022db3490a91ec38.chunk.js""" - 304 null "text/javascript" 0.2517ms
[2024-05-14 20:55:08.109 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/15434.css""" - 304 null "text/css" 0.1172ms
[2024-05-14 20:55:08.109 -04:00] [INF] [34] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.react-router-dom.1c11d916c27725770829.chunk.js" was not modified
[2024-05-14 20:55:08.109 -04:00] [INF] [34] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.react-router-dom.1c11d916c27725770829.chunk.js""" - 304 null "text/javascript" 0.4548ms
[2024-05-14 20:55:08.123 -04:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/Branding/Css""" - null null
[2024-05-14 20:55:08.123 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/18084.css""" - null null
[2024-05-14 20:55:08.123 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/91737.css""" - null null
[2024-05-14 20:55:08.123 -04:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/Users/6896b300bdc3446099e6a9ba6a5b1787""" - null null
[2024-05-14 20:55:08.123 -04:00] [INF] [36] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/18084.css" was not modified
[2024-05-14 20:55:08.123 -04:00] [INF] [19] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/91737.css" was not modified
[2024-05-14 20:55:08.123 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.react-transition-group.bebf68b0d9062bc3cccb.chunk.js""" - null null
[2024-05-14 20:55:08.123 -04:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/18084.css""" - 304 null "text/css" 0.1771ms
[2024-05-14 20:55:08.123 -04:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/91737.css""" - 304 null "text/css" 0.1839ms
[2024-05-14 20:55:08.123 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
[2024-05-14 20:55:08.123 -04:00] [INF] [26] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/node_modules.react-transition-group.bebf68b0d9062bc3cccb.chunk.js" was not modified
[2024-05-14 20:55:08.123 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = "GetBrandingCss", controller = "Branding"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.String] GetBrandingCss()" on controller "Jellyfin.Api.Controllers.BrandingController" ("Jellyfin.Api").
[2024-05-14 20:55:08.123 -04:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/web/node_modules.react-transition-group.bebf68b0d9062bc3cccb.chunk.js""" - 304 null "text/javascript" 0.2037ms
[2024-05-14 20:55:08.123 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.String"'.
[2024-05-14 20:55:08.123 -04:00] [INF] [33] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)" in 0.2121ms
[2024-05-14 20:55:08.123 -04:00] [INF] [33] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
[2024-05-14 20:55:08.123 -04:00] [INF] [33] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"192.168.0.111:8096""""/Branding/Css""" - 200 null "text/css; charset=utf-8" 0.6221ms
[2024-05-14 20:55:08.123 -04:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "d"."Id", "d"."AccessToken", "d"."AppName", "d"."AppVersion", "d"."DateCreated", "d"."DateLastActivity", "d"."DateModified", "d"."DeviceId", "d"."DeviceName", "d"."IsActive", "d"."UserId"
FROM "Devices" AS "d"
WHERE "d"."AccessToken" = @__token_0
LIMIT 1"
[2024-05-14 20:55:08.124 -04:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT "a"."Id", "a"."AccessToken", "a"."DateCreated", "a"."DateLastActivity", "a"."Name"
FROM "ApiKeys" AS "a"
WHERE "a"."AccessToken" = @__token_0
LIMIT 1"

@thornbill
Copy link
Member

Did this start when you deleted devices/sessions?

@jellyfin-bot jellyfin-bot added this to Needs triage in Issue Triage for Main Repo May 15, 2024
@JkBoyo
Copy link
Author

JkBoyo commented May 15, 2024

Did this start when you deleted devices/sessions?

I deleted the devices to attempt to fix the problems. I assumed that if I deleted the devices from the device section they would relink and it maybe would clear some kind of security problem. What started it was 3 incorrect login attempts that followed what everyone else has been saying. Then I came home and deleted all of the devices in an attempt to fix it. Has it messed something up?

@JkBoyo
Copy link
Author

JkBoyo commented May 15, 2024

I was trying to login from my phone and it wasn't working and I had been recommended to clear all devices I think by someone in the discord. Is there anything I can do to fix it? I also upgraded nginx/swag at the same time. I also can't access the server at all from my phone now. It doesn't query device based clients like the windows client or my android based client. On my PC not being able to access might have been caused around then.

@macmini888
Copy link

I also ran into some authentication issues recently. Not sure if adding my info helps here. Basically, in Jellyfin iOS I have it set up for 192.x.x.x:8096 local access when I am on the home network, and my https://remoteurl.net for remote access when I am not home. I switch them based on which network I'm connected to. When first adding each server (signing into the same user account), everything behaved as usual. But as soon as I switched from the remote connection to the local connection, I was getting the same blank screen as above, and the logs were showing that same Invalid Token message. After this point, the https://remoteurl.net connection always worked as usual, and the 192.x.x.x:8096 connection always gave this blank screen. The only remedy was to delete the app and reinstall. Deleting the servers from the list and re-connecting, or clicking "Reset Application" did not fix the problem.

My current workaround is to have a 2nd user account - one for the home connection and one for the remote connection. This has worked without error so far.

@mdemoss
Copy link

mdemoss commented May 16, 2024

In my case I was using the Authorization header at the reverse proxy and clearing it before sending the request along to the application (Jellyfin). Jellyfin has started using the Authorization header, so setups like mine will be broken. Hosting Jellyfin at a subdirectory i.e. example.com/jellyfin/ might also be a problem if the Authorization header is in use i.e. for HTTP BASIC auth anywhere on the host.

As a work-around I'm thinking of hosting Jellyfin on a subdomain with a secret path as I don't like the idea of having Jellyfin's login be exposed to the Internet and I would prefer an extra layer of control at the reverse proxy layer.

@JkBoyo
Copy link
Author

JkBoyo commented May 17, 2024

I did manage to get the issue to go away by clearing browsing data. However, I have not figured out how to clear this information on the android app. If anyone knows that portion feel free to let me know! Thanks for all of the help surrounding this issue!

Edit: I have since found that you can clear the cache and data from android settings for jellyfin! Thanks for the help everyone!

@adm-albayrme
Copy link

I also have the same problem with the Android App since upgrading to 10.9.1.
I have to clear the cache on the app itself, can login 1 Time and watch stuff. Once I close the app, it does not work until I clear the cache again on the android app.
A secondary phenomenon that I know should not be posted here, but Kodi Plugin does not update anymore. I have to clear the setting on Kodi for Jellyfin and resync everything.

@pimw1
Copy link

pimw1 commented May 17, 2024

After updating from 10.9.0 to 10.9.2, the issue #11620 is solved for me on the Android app when connecting via the ip-address:port. Nice!

The issue remains when connecting via my configured nginx address. The following logs appear on the server:

[2024-05-18 00:25:09.741 +02:00] [INF] [52] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-18 00:25:09.741 +02:00] [INF] [52] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-18 00:25:09.741 +02:00] [INF] [52] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-18 00:25:09.758 +02:00] [INF] [23] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-18 00:25:09.759 +02:00] [INF] [23] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."

I'm using nginx proxy manager and added the config as stated on the website
https://jellyfin.org/docs/general/networking/nginx/#nginx-proxy-manager

image
image
image
image

In more detail:

    # Disable buffering when the nginx proxy gets very resource heavy upon streaming
    proxy_buffering off;

    # Proxy main Jellyfin traffic
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-Protocol $scheme;
    proxy_set_header X-Forwarded-Host $http_host;
    proxy_headers_hash_max_size 2048;
    proxy_headers_hash_bucket_size 128; 
    
    # Security / XSS Mitigation Headers
    # NOTE: X-Frame-Options may cause issues with the webOS app
    add_header X-Frame-Options "SAMEORIGIN";
    add_header X-XSS-Protection "0";
    add_header X-Content-Type-Options "nosniff";

    # Content Security Policy
    # See: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
    # Enforces https content and restricts JS/CSS to origin
    # External Javascript (such as cast_sender.js for Chromecast) must be whitelisted.
    # NOTE: The default CSP headers may cause issues with the webOS app
    #add_header Content-Security-Policy "default-src https: data: blob: http://image.tmdb.org; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' https://www.gstatic.com/cv/js/sender/v1/cast_sender.js https://www.gstatic.com/eureka/clank/95/cast_sender.js https://www.gstatic.com/eureka/clank/96/cast_sender.js https://www.gstatic.com/eureka/clank/97/cast_sender.js https://www.youtube.com blob:; worker-src 'self' blob:; connect-src 'self'; object-src 'none'; frame-ancestors 'self'";

@pimw1
Copy link

pimw1 commented May 17, 2024

Observed pattern:
-when clearing the Android app data + cache data, i can login.
-when closing the app and reopening again, i see exactly the same problematic screenshot as JkBoyo
-only when clearing the Android app data + cache data again, i can login.

Docker config:

version: "3.9"
name: media-stack
services:
  ts-plexserver:
    image: tailscale/tailscale:latest
    container_name: ts-plexserver
    hostname: plexserver
    environment:
      - TS_AUTHKEY=my_personal_key
      - TS_STATE_DIR=/var/lib/tailscale
    volumes:
      - ${tailscale_config}:/var/lib/tailscale
      - /dev/net/tun:/dev/net/tun
    cap_add:
      - net_admin
      - sys_module
    restart: unless-stopped
    networks:
      - mynetwork
    ports:
      # ports for plex
      - 32400:32400/tcp
      - 8324:8324/tcp
      - 32469:32469/tcp
      - 1900:1900/udp
      - 32410:32410/udp
      - 32412:32412/udp
      - 32413:32413/udp
      - 32414:32414/udp
      - 5055:5055
      - 8096:8096
      - 7359:7359/udp
      - 8920:8920
  jellyseerr:
    network_mode: service:ts-plexserver
    container_name: jellyseerr
    image: fallenbagel/jellyseerr:latest
    environment:
      - LOG_LEVEL=debug
      - TZ=Europe/Amsterdam
    volumes:
      - ${jellyseerr_config}:/app/config
    restart: unless-stopped
  jellyfin:
    network_mode: service:ts-plexserver
    image: linuxserver/jellyfin:latest
    container_name: jellyfin
    group_add:
      - "106"
    devices:
      - /dev/dri/renderD128:/dev/dri/renderD128
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Amsterdam
    volumes:
      - ${jellyfin_config}:/config
      - ${downloads}:/data
    restart: unless-stopped
networks:
  mynetwork:
    external: true

Docker runs in a VM: Open Media Vault 7.0-32 (Sandworm). The VM is hosted in Proxmox.

@joex19x84
Copy link

After upgrading to 10.9.2, this issue appears to be resolved for me as well!

@pimw1
Copy link

pimw1 commented May 18, 2024

I followed this instruction to get the reverse proxy working again#11463 (comment)
Filling in the info below under network settings:
image
Then, delete all data from the Android app, reopen the app and freshly add the server address (same address as the printscreen above, except for the "=all" part of course).

I am not understanding why this change is needed after upgrading from 10.8.x to 10.9.x (i've never filled this in in 10.8.x), but it's working for me.

@Shadowghost
Copy link
Contributor

@pimw1 usually this is an issue if you haven't properly configured your KnownProxies

@pimw1
Copy link

pimw1 commented May 18, 2024

Thank you for your suggestion. I've just tested this:

  • added nginx proxy manager ip-address to the KnownProxies, removed the Published Sever URI's
  • deleted all app data to start with a fresh test case

image
image

The issue reappears with these settings.

When changing it back to the settings below, it works again.

image
image
image
image

@macmini888
Copy link

I also ran into some authentication issues recently. Not sure if adding my info helps here. Basically, in Jellyfin iOS I have it set up for 192.x.x.x:8096 local access when I am on the home network, and my https://remoteurl.net for remote access when I am not home. I switch them based on which network I'm connected to. When first adding each server (signing into the same user account), everything behaved as usual. But as soon as I switched from the remote connection to the local connection, I was getting the same blank screen as above, and the logs were showing that same Invalid Token message. After this point, the https://remoteurl.net connection always worked as usual, and the 192.x.x.x:8096 connection always gave this blank screen. The only remedy was to delete the app and reinstall. Deleting the servers from the list and re-connecting, or clicking "Reset Application" did not fix the problem.

My current workaround is to have a 2nd user account - one for the home connection and one for the remote connection. This has worked without error so far.

The above problem seems to be fixed for me in 10.9.2. I will report back if I run into any other issues.

@tumbly
Copy link

tumbly commented May 19, 2024

I followed this instruction to get the reverse proxy working again#11463 (comment) Filling in the info below under network settings: image Then, delete all data from the Android app, reopen the app and freshly add the server address (same address as the printscreen above, except for the "=all" part of course).

I am not understanding why this change is needed after upgrading from 10.8.x to 10.9.x (i've never filled this in in 10.8.x), but it's working for me.

This fixed my issue with the android client being able to only connect once, everything seems fine now for me on 10.9.2.

@mavvynet
Copy link

mavvynet commented May 19, 2024

I have the same issue, e.g.:

  • log in once on Android Jellyfin app via http://192.168.0.4:8096 is fine
  • then exit or kill Android app
  • open the app again
  • it asks for the server adress
  • I enter http://192.168.0.4:8096 again and hit "connect"
  • it will stuck on the login page and after entering the server address, it says the address cannot be found every time I hit "connect"

I also fixed it by adding my external URL "all=https://jellyfin.mydomain.tld:sslport" to the "Fire and Proxy Settings" in Jellyfin under Dashboard->Networking

I don't know if that is a good solution as I wonder if all traffic is going "outside" even if I'm just sitting in my local network?

Did this start when you deleted devices/sessions?

I have the feeling it really did! I can't remember though if I did it in 10.8.13 or 10.9.1. I am now running 10.9.2 okay, with the above "fix".

I hope you guys can narrow the problem down. Good luck and thanks for this great piece of software.

@adm-albayrme
Copy link

I also have the same problem with the Android App since upgrading to 10.9.1. I have to clear the cache on the app itself, can login 1 Time and watch stuff. Once I close the app, it does not work until I clear the cache again on the android app. A secondary phenomenon that I know should not be posted here, but Kodi Plugin does not update anymore. I have to clear the setting on Kodi for Jellyfin and resync everything.

After installing 10.9.2 the issue went away and all is working again as always, perfectly, thanks a lot, you ROCK! :-D

@TheEmpty
Copy link

TheEmpty commented May 23, 2024

I ran into this by deleting a user and recreating them. But on devices they didn't logout of they kept trying to send the old session ID and then would get the "blank" page response. My solve was adding a custom override to "force" a logout; For iOS app; delete, re-install

location = /forget {
  add_header Content-Type text/html;
  return 200 "<input type='submit' value='Destroy local Jellyfin data' onClick='window.localStorage.clear() ; alert(\"done\"); window.location = \"/\"'></form>";
}

@pimw1
Copy link

pimw1 commented May 27, 2024

Good news, since updating from 10.9.2 to 10.9.3, the issue is solved. I can keep the [Published Server URIs] empty now.
image

Just to be sure, i've deleted all data from the Jellfyfin app, added the server, logged in with my username/password. After that, i closed the app and opened the app again. The login is working as expected now.

Thank you all for helping!

@matuszelenak
Copy link

I'm having the same issue on a LG webOS (app version 1.2.2), jellyfin server version 10.9.3
Reinstalling the application did not help. Logging in with a newly created user account did not help either.
The interface is stuck at loading the libraries.

However ... hilariously enough, I can use the search function and find the content and play it just fine.
It's just the library view that does not work due to authentication errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests