You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having issues downloading videos using DRM. I used to be able to bypass this issue using OF-DRM but i guess an update prevented that program from working i now receive the following errors:
Exception caught: Object reference not set to an instance of an object.
StackTrace: at OF_DL.Helpers.DownloadHelper.OnError(Object sender, ConversionErrorEventArgs e)
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 2280 Posts ---------------------------------------- 47%
Exception caught: Unable to parse license
StackTrace: at WidevineClient.Widevine.CDM.ProvideLicense(String sessionId, Byte[] license)
4)
Anyone know whats happening here?
The text was updated successfully, but these errors were encountered:
i actually did generate my own widevide keys so i’m not sure why this is happening. i’m using windows 10, 32 bit so i’m using an older version of ffmpeg. could that be the reason?
I'm having issues downloading videos using DRM. I used to be able to bypass this issue using OF-DRM but i guess an update prevented that program from working i now receive the following errors:
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 2280 Posts ---------------------------------------- 47%
Exception caught: Unable to parse license
Anyone know whats happening here?
The text was updated successfully, but these errors were encountered: