FFMPEG errors after every... item? #45
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Downloading 2875 Posts ---------------------------------------- 1%
Exception caught: Object reference not set to an instance of an object.
at FFmpeg.NET.Engine.OnError(ConversionErrorEventArgs e)
at FFmpeg.NET.FFmpegProcess.OnConversionError(ConversionErrorEventArgs eventArgs)
at FFmpeg.NET.FFmpegProcess.OnException(List`1 messages, FFmpegParameters parameters, Int32 exitCode, Exception caughtException)
at FFmpeg.NET.FFmpegProcess.ExecuteAsync(ProcessStartInfo startInfo, FFmpegParameters parameters, CancellationToken cancellationToken)
at FFmpeg.NET.FFmpegProcess.ExecuteAsync(CancellationToken cancellationToken)
at FFmpeg.NET.Engine.ExecuteAsync(FFmpegParameters parameters, CancellationToken cancellationToken)
at FFmpeg.NET.Engine.ExecuteAsync(String arguments, CancellationToken cancellationToken)
at OF_DL.Helpers.DownloadHelper.DownloadDrmMedia(String user_agent, String policy, String signature, String kvp, Stri astModified, Int64 media_id, String api_type, Progre
Downloading 2875 Posts ---------------------------------------- 1%
This is one error, but it basically spams this in the console, because I believe it has this error for every file it downloads. All I did was download 1.19.2 or whatever the newest is as of right now, and run it.
Edit: I don't know how to fix the formatting, I'm new to this.
I have the same issue but as far as I can see the content is still being downloaded despite the errors being thrown up
I'm getting this too for every video, no video is being saved
this PR should fix your problem: #82
Consolidating this under #78.