Block a user
Could OF-DL get ALL media when using Download Single Paid Message?
Believe this should be in the latest release
Exception caught: Error converting value {null} to type 'System.DateTime'. Path 'fromUser.subscribedByExpireDate'
Fix for this should be to changed Line 46 in Entities/Messages/SingleMessage.cs. The datatype for the property needs to be changed from DateTime to DateTime? to handle null values .
Can‘t download DRM protected videos with error [ERR] FFmpeg failed. Input=<none> Output=<none> ExitCode=-138 Message=Error opening input file
In the latest release I added some parameters to ffmpeg to help with reducing failures and it being able to retry, I would give it a go and see if has helped in any way?