Jellyfin Forum
Live TV Refresh Guide Data Errors - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Live TV Refresh Guide Data Errors (/t-live-tv-refresh-guide-data-errors)



Live TV Refresh Guide Data Errors - conor - 2025-02-13

A refresh used to take a minute or two and now it takes about an hour.

It also fills the logs with errors like the below. I think this only started happening with version 10.10.4/5. Can't say for sure as I only noticed it after seeing the scan running in the dashboard.

Could it be related to this PR or is something else going on.

https://github.com/jellyfin/jellyfin/pull/13227

Code:
[2025-02-13 15:03:13.279 +00:00] [WRN] Unable to pre-cache "https://03mcdecdnimagerepository.blob.core.windows.net/epguideimage/img/423735_SG_200366786_LPS.jpg"
System.InvalidOperationException: Unable to convert any images to local
  at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex, Boolean removeOnFailure)
  at Jellyfin.LiveTv.Guide.GuideManager.<>c__DisplayClass24_0.<<PreCacheImages>b__2>d.MoveNext()



RE: Live TV Refresh Guide Data Errors - theguymadmax - 2025-02-13

It giving that message b/c  it can't  determine the image type from:Content-Type: application/octet-stream.  This should be resolved in the next bugfix release (10.10.6). No timeline on releases.

Code:
~$ curl -i -X HEAD https://03mcdecdnimagerepository.blob.core.windows.net/epguideimage/img/423735_SG_200366786_LPS.jpg
Warning: Setting custom HTTP method to HEAD with -X/--request may not work the
Warning: way you want. Consider using -I/--head instead.
HTTP/1.1 200 OK
Content-Length: 1872131
Content-Type: application/octet-stream
Content-MD5: jE0acJm9QwckSVkQ6dSG9A==
Last-Modified: Wed, 05 Feb 2025 14:46:57 GMT
ETag: 0x8DD45F3F0B974AC
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 46fb5272-801e-0004-312d-7ef9f1000000
x-ms-version: 2009-09-19
x-ms-lease-status: unlocked
x-ms-blob-type: BlockBlob
Date: Thu, 13 Feb 2025 15:41:17 GMT