Thegan Govender
Thegan Govender
I decided to do a Mock up of the exporter in a windows application. I know its impossible to convert it and integrate it for the companion but it does...
Hi, second on this, im also getting this error. Im also using a reverse proxy, every page works except for this one. Im able to curl the API
Closing to reattempt and test on main branch
Hi, i have the same issue as above, iv recently moved over to manual pagination, but notice when i get to the last page, it shows for a split second...
Just an update after further testing, it seems to be also when the next page is loaded and the current row length != initial pages row length does it cause...
Another update, i found a workaround, setting rowCount to something arbitrary like a fixed value or to the pageSize seems to stop this behavior
Hey, i just checked the patch notes for 10.10.6 and i see this fix was released. When testing using an api key im still not able to receive the session...
Heres some additional logs ``` [2025-03-07 22:13:59.407 +00:00] [INF] [43] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "x.x.x.x" request [2025-03-07 22:13:59.413 +00:00] [WRN] [43] Emby.Server.Implementations.Session.SessionWebSocketListener: Unable to determine session based on query string: "?api_key=api_key_here" [2025-03-07...
Just doing abit of debugging. it seems when it gets to GetSessionByAuthenticationToken in SessionManager line 1840 ``` public async Task GetSessionByAuthenticationToken(string token, string deviceId, string remoteEndpoint) { var items =...