nine___ 12 Posted August 5, 2020 Posted August 5, 2020 If I click on Read More on the details of a TV show I keep getting thrown back to "Home". The information does expand 1st though. It takes approximately 1 second before the navigation occurs. However, if I click on the drop arrow to the right of the "Read More" text , this does -not- happen, and the information is expanded without the navigation occuring. Cant see anything weird in the browser, but for what it's worth, removing the onclick event on the document also stops this navigation occuring: emby logs.txt
arrbee99 1817 Posted August 5, 2020 Posted August 5, 2020 Well, I'm on the latest beta not 4.4.3, so if it still counts all seems fine here. 'Read More', 'Read Less' all ok in Firefox, Edge, Chrome.
Happy2Play 9783 Posted August 5, 2020 Posted August 5, 2020 Was unable to reproduce on stable or beta. Chrome 84.0.4147.105, FireFox 80.0b4 , Edge 84.0.522.52
nine___ 12 Posted August 6, 2020 Author Posted August 6, 2020 I've gone back and tried this again, and it was still happening. Thought it might have been related to an adblocker, but after completely uninstalling it restarting chrome, it still occurred. Second guess was it might have been because I'd just added that show to my library and it was in the process of loading metadata or something. Can't be that though, since its was still doing it a day later. Last thing I figured might have been because I was running visual studio and debugging a web app (in internet explorer, still have to support that, sad face), but that turns out to be unrelated as well. This was not happening in edge. Tried internet explorer 11.. but emby doesn't work in that browser at all, no surprise. Scratching my head, I placed a bunch of breakpoints in the code, and after stepping around for a while, the issue stopped happening. Removed my breakpoints, restarted chrome, ctrl+f5 to force reload of all scripts, css, etc, emptied cache, deleted all cookies, still works perfectly. So I'm at a point of NFI. It's not a big deal for me, figured you'd want to know about it, but wasn't aware it was one of "those" issues.
nine___ 12 Posted August 6, 2020 Author Posted August 6, 2020 (edited) And the issue is back again.. It's only happening in Chrome 84.0.4147.105. No other browser, including firefox, or edge. I'm seeing this in the browser console too now, don't know if its related; Also attached a fresh log though I think that 500 error is just related to this; peppered through out. 2020-08-07 12:00:08.782 Error HttpServer: Error processing request *** Error Report *** Version: 4.4.3.0 Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3 Operating system: Unix 4.19.107.0 64-Bit OS: True 64-Bit Process: True User Interactive: True Runtime: file:///system/System.Private.CoreLib.dll System.Environment.Version: 3.1.2 Processor count: 4 Program data path: /config Application directory: /system System.InvalidOperationException: System.InvalidOperationException: Operation is not valid due to the current state of the object. at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, CancellationToken cancellationToken) at Emby.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options, CancellationToken cancellationToken) at MediaBrowser.Api.Images.ImageService.GetImage(ImageRequest request, Int64 itemId, BaseItem item, Boolean isHeadRequest) at Emby.Server.Implementations.Services.ServiceController.GetTaskResult(Task task) at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost appHost, IRequest httpReq, IResponse httpRes, RestPath restPath, String responseContentType, CancellationToken cancellationToken) at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, ReadOnlyMemory`1 urlString, ReadOnlyMemory`1 localPath, CancellationToken cancellationToken) Source: Emby.Server.Implementations TargetSite: Void MoveNext() embyserver.txt Edited August 7, 2020 by nine___ Additional info
Luke 42083 Posted August 9, 2020 Posted August 9, 2020 That won't be related. That's specific to images. If I had to guess a browser extension or setting is probably the culprit.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now