sim0n00ps / OF-DL

C# console app to download all of the media from Onlyfans accounts with DRM video downloading support
561 stars 54 forks source link

exception in paid post #431

Open btiplitz opened 1 week ago

btiplitz commented 1 week ago

Getting Paid Posts Exception caught: Specified cast is not valid.

StackTrace: at OF_DL.Helpers.APIHelper.GetPaidPosts(String endpoint, String folder, String username, IDownloadConfig config, List`1 paid_post_ids) Found 0 Paid Posts

This is my first time running this code and it's downloading other things. I'm not sure what else I can capture to help debug this

thatcoderguy commented 1 week ago

Could you post a copy of your log file, or a screenshot please?

Fishcake21 commented 1 week ago

I am getting similiar issues with not just paid but also regular posts. Though the error is different, I noticed this happening this week so I am wondering if something has changed. These are all DRM videos and randomly works with some and others no.

Exception caught: Response status code does not indicate success: 403 (Forbidden).

               StackTrace:    at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()

at OF_DL.Helpers.APIHelper.GetDRMMPDPSSH(String mpdUrl, String policy, String signature, String kvp) Exception caught: Response status code does not indicate success: 403 (Forbidden).

                                                                              StackTrace:    at System.Net.Http.HttpResponseMessage.
btiplitz commented 6 days ago

OFDL20240623.txt

not sure if the error matches, but this is yesterday's entire log file

melithine commented 6 days ago

That looks like some bad data getting sent to ffmpeg, or ffmpeg having a problem. Maybe try an older version of ffmpeg? I'm on 7.0, not 7.0.1 and I haven't seen this, although lately I've just been running it in Docker.