• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Live TV Refresh Guide Data Errors

     
    • 0 Vote(s) - 0 Average

    Live TV Refresh Guide Data Errors

    EPG refresh takes about an hour and log is filled with errors.
    conor
    Offline

    Junior Member

    Posts: 24
    Threads: 4
    Joined: 2023 Jun
    Reputation: 0
    #1
    2025-02-13, 03:10 PM
    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()
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,117
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #2
    2025-02-13, 03:46 PM
    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
    1
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode