2025-07-25, 04:50 AM
Same issue in
Jellyfin 10.10.7 (Docker)
Pop!_OS 24.04 LTS
Mine is happening with a specific file I tried to transcode that file to a different format but still issue is not solved, I tried even putting a new file but still same issue.
If I run the command manually it works without any issues.
Have removed all SRT files from the folder directory and even tried different files for this same episode, even tried converting it to mp4.
Jellyfin 10.10.7 (Docker)
Pop!_OS 24.04 LTS
Mine is happening with a specific file I tried to transcode that file to a different format but still issue is not solved, I tried even putting a new file but still same issue.
If I run the command manually it works without any issues.
Have removed all SRT files from the folder directory and even tried different files for this same episode, even tried converting it to mp4.
Code:
[14:37:12] [INF] [166] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/media/requested/tv-sonarr/South Park/Season 27/South Park s27e01.mp4" -threads 6 -v warning -print_format json -show_streams -show_chapters -show_format
[14:37:12] [ERR] [166] MediaBrowser.Providers.TV.EpisodeMetadataService: 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.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.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)