2024-06-24, 12:33 AM
(2024-06-23, 05:02 PM)TheDreadPirate Wrote: Are you using a reverse proxy? Is there anything in your browser dev console? How about your jellyfin logs?
ooooh, yes. I do have a reverse proxy, but it pulls in other metadata just fine, like poster art and what not.
however checking logs, there are tons of:
System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MediaBrowser.Providers.Manager.ProviderManager.SaveImage(BaseItem item, String url, ImageType type, Nullable`1 imageIndex, CancellationToken cancellationToken)
at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[2024-06-23 19:44:49.803 -04:00] [WRN] [104] Emby.Server.Implementations.Library.LibraryManager: Cannot fetch image from "https://image.tmdb.org/t/p//sFSMPVes4wDbeqgksaiRjTKFo7K.jpg". Http status code: BadRequest
System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request).
My reverse proxy though is set for traffic coming in, I am not proxying any traffic originating from my server going outbound. Would that still be an impact?