• 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 SOLVED: Jellyfin no longer updating library in Synology NAS

     
    • 0 Vote(s) - 0 Average

    SOLVED: Jellyfin no longer updating library in Synology NAS

    Problem updating jellyfin library
    fract
    Offline

    Junior Member

    Posts: 21
    Threads: 3
    Joined: 2024 Jul
    Reputation: 0
    Country:Croatia
    #11
    2024-12-11, 11:37 AM (This post was last modified: 2024-12-11, 11:39 AM by fract. Edited 1 time in total.)
    same here on synology  920+...
    is this related to tvdb and moviedb api format change?

    Code:
    [2024-12-11 12:29:48.227 +01:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "6974c48493bc41abad5a218db49ec063"
    [2024-12-11 12:29:48.227 +01:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
    [2024-12-11 12:29:48.227 +01:00] [INF] [1] Main: Startup complete 0:00:47.2266618
    [2024-12-11 12:29:51.592 +01:00] [INF] [36] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "::ffff:192.168.178.38" request
    [2024-12-11 12:30:14.499 +01:00] [INF] [36] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/4K Movies/Alien Romulus (2024)/Alien Romulus (2024).REMUX-2160p.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
    [2024-12-11 12:30:14.499 +01:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/4K Movies/Galaxy Quest (1999)/Galaxy Quest (1999).REMUX-2160p.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
    [2024-12-11 12:30:16.770 +01:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/4K Movies/Galaxy Quest (1999)/Galaxy Quest (1999).REMUX-2160p.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
    [2024-12-11 12:30:16.804 +01:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/4K Movies/Galaxy Quest (1999)/Galaxy Quest (1999).REMUX-2160p.hrv.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
    [2024-12-11 12:30:17.252 +01:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/4K Movies/Alien Romulus (2024)/Alien Romulus (2024).REMUX-2160p.eng.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
    [2024-12-11 12:30:17.284 +01:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/4K Movies/Alien Romulus (2024)/Alien Romulus (2024).REMUX-2160p.hrv.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
    [2024-12-11 12:31:02.998 +01:00] [INF] [44] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "::ffff:192.168.178.38" request
    [2024-12-11 12:32:00.072 +01:00] [INF] [53] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/usbshare2/Plex/UHD/Movies/Godzilla Minus One (2023)/Godzilla Minus One (2023)-REMUX-2160p.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
    [2024-12-11 12:32:00.150 +01:00] [ERR] [17] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider"
    System.Text.Json.JsonException: Expected depth to be zero at the end of the JSON payload. There is an open JSON object or array that should be closed. Path: $ | LineNumber: 1 | BytePositionInLine: 0.
    ---> System.Text.Json.JsonReaderException: Expected depth to be zero at the end of the JSON payload. There is an open JSON object or array that should be closed. LineNumber: 1 | BytePositionInLine: 0.
      at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
      at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
      at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
      at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue)
      at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
      --- End of inner exception stack trace ---
      at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
      at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
      at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.ContinueDeserialize(ReadBufferState& bufferState, JsonReaderState& jsonReaderState, ReadStack& readStack)
      at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream utf8Json, CancellationToken cancellationToken)
      at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
      at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
      at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin no longer updating library in Synology NAS - by tequila - 2024-12-10, 01:51 AM
    RE: Jellyfin no longer updating library in Synology NAS - by TheDreadPirate - 2024-12-10, 02:39 PM
    RE: Jellyfin no longer updating library in Synology NAS - by tequila - 2024-12-10, 03:09 PM
    RE: Jellyfin no longer updating library in Synology NAS - by TheDreadPirate - 2024-12-10, 03:34 PM
    RE: Jellyfin no longer updating library in Synology NAS - by tequila - 2024-12-10, 09:32 PM
    RE: Jellyfin no longer updating library in Synology NAS - by TheDreadPirate - 2024-12-10, 09:43 PM
    RE: Jellyfin no longer updating library in Synology NAS - by tequila - 2024-12-10, 09:54 PM
    RE: Jellyfin no longer updating library in Synology NAS - by TheDreadPirate - 2024-12-10, 10:33 PM
    RE: Jellyfin no longer updating library in Synology NAS - by tequila - 2024-12-10, 10:54 PM
    RE: Jellyfin no longer updating library in Synology NAS - by TheDreadPirate - 2024-12-10, 11:25 PM
    RE: Jellyfin no longer updating library in Synology NAS - by tequila - 2024-12-11, 11:55 AM
    RE: Jellyfin no longer updating library in Synology NAS - by fract - 2024-12-11, 11:37 AM
    RE: Jellyfin no longer updating library in Synology NAS - by TheDreadPirate - 2024-12-11, 01:45 PM
    RE: Jellyfin no longer updating library in Synology NAS - by tequila - 2024-12-12, 05:21 AM
    RE: Jellyfin no longer updating library in Synology NAS - by fract - 2024-12-12, 09:41 AM
    RE: Jellyfin no longer updating library in Synology NAS - by TheDreadPirate - 2024-12-12, 02:31 PM
    RE: Jellyfin no longer updating library in Synology NAS - by fract - 2024-12-13, 10:07 AM
    RE: Jellyfin no longer updating library in Synology NAS - by TheDreadPirate - 2024-12-13, 01:52 PM
    RE: Jellyfin no longer updating library in Synology NAS - by fract - 2024-12-14, 10:00 AM
    RE: Jellyfin no longer updating library in Synology NAS - by TheDreadPirate - 2024-12-14, 07:11 PM
    RE: Jellyfin no longer updating library in Synology NAS - by fract - 2024-12-17, 11:47 AM

    • 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