• 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 ffprobe.exe - Application Error due to Jellyfin installation

     
    • 0 Vote(s) - 0 Average

    ffprobe.exe - Application Error due to Jellyfin installation

    Getting multiple Windows application errors about ffprobe.exe when Jellyfin server is running
    Viper21
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #10
    2024-10-18, 06:18 AM (This post was last modified: 2024-10-18, 09:12 AM by Viper21. Edited 1 time in total.)
    So, booted up right now and caught this in the log as soon as I got one of those ffprobe error popups. As you mentioned before, it doesn't seem related to specific media since this time no mention of any specific media file. The errors seems identical but one is [34] and other is [32]. Not sure what that means.

    Code:
    [2024-10-18 07:10:46.038] [ERR] [34] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider"
    System.Text.Json.JsonException: The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
    ---> System.Text.Json.JsonReaderException: The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. LineNumber: 0 | BytePositionInLine: 0.
      at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
      at System.Text.Json.Utf8JsonReader.Read()
      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)
      at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)

    [2024-07-18 09:10:49.671] [ERR] [32] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider"
    System.Text.Json.JsonException: The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
    ---> System.Text.Json.JsonReaderException: The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. LineNumber: 0 | BytePositionInLine: 0.
      at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
      at System.Text.Json.Utf8JsonReader.Read()
      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)
      at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    ffprobe.exe - Application Error due to Jellyfin installation - by Viper21 - 2024-10-16, 09:32 AM
    RE: ffprobe.exe - Application Error due to Jellyfin installation - by theguymadmax - 2024-10-16, 05:10 PM
    RE: ffprobe.exe - Application Error due to Jellyfin installation - by Viper21 - 2024-10-17, 08:56 PM
    RE: ffprobe.exe - Application Error due to Jellyfin installation - by TheDreadPirate - 2024-10-17, 09:09 PM
    RE: ffprobe.exe - Application Error due to Jellyfin installation - by Viper21 - 2024-10-17, 09:22 PM
    RE: ffprobe.exe - Application Error due to Jellyfin installation - by TheDreadPirate - 2024-10-17, 09:49 PM
    RE: ffprobe.exe - Application Error due to Jellyfin installation - by Viper21 - 2024-10-17, 09:55 PM
    RE: ffprobe.exe - Application Error due to Jellyfin installation - by theguymadmax - 2024-10-17, 09:58 PM
    RE: ffprobe.exe - Application Error due to Jellyfin installation - by Viper21 - 2024-10-18, 05:21 AM
    RE: ffprobe.exe - Application Error due to Jellyfin installation - by Viper21 - 2024-10-18, 06:18 AM
    RE: ffprobe.exe - Application Error due to Jellyfin installation - by theguymadmax - 2024-10-18, 04:43 PM
    RE: ffprobe.exe - Application Error due to Jellyfin installation - by theguymadmax - 2024-10-23, 12:00 AM
    RE: ffprobe.exe - Application Error due to Jellyfin installation - by Viper21 - 2024-11-08, 12:48 PM
    RE: ffprobe.exe - Application Error due to Jellyfin installation - by theguymadmax - 2024-11-08, 04:15 PM
    RE: ffprobe.exe - Application Error due to Jellyfin installation - by qwerty12 - 2024-11-08, 05:04 PM

    • 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