![]() |
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" 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 |