sim0n00ps / OF-DL

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

Error downloading certain messages #352

Open poneill21 opened 1 month ago

poneill21 commented 1 month ago

I am receiving this error when I'm downloading messages after a certain date.

Exception caught: Response status code does not indicate success: 500 (Internal Server Error).

StackTrace: at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() at OF_DL.Helpers.APIHelper.BuildHeaderAndExecuteRequests(Dictionary`2 getParams, String endpoint, Auth auth, HttpClient client) at OF_DL.Helpers.APIHelper.GetMessages(String endpoint, String folder, Auth auth, Config config)

Here is my config.json for reference.

{ "DownloadAvatarHeaderPhoto": true, "DownloadPaidPosts": true, "DownloadPosts": true, "DownloadArchived": true, "DownloadStreams": true, "DownloadStories": true, "DownloadHighlights": true, "DownloadMessages": true, "DownloadPaidMessages": true, "DownloadImages": true, "DownloadVideos": true, "DownloadAudios": true, "IncludeExpiredSubscriptions": true, "IncludeRestrictedSubscriptions": true, "SkipAds": false, "DownloadPath": "", "PaidPostFileNameFormat": "", "PostFileNameFormat": "", "PaidMessageFileNameFormat": "", "MessageFileNameFormat": "", "RenameExistingFilesWhenCustomFormatIsSelected": false, "Timeout": null, "FolderPerPaidPost": false, "FolderPerPost": false, "FolderPerPaidMessage": false, "FolderPerMessage": false, "LimitDownloadRate": false, "DownloadLimitInMbPerSec": 4, "DownloadOnlySpecificDates": true, "DownloadDateSelection": "after", "CustomDate": "2024-05-03", "ShowScrapeSize": false, "DownloadPostsIncrementally": true, "NonInteractiveMode": false, "NonInteractiveModeListName": "", "NonInteractiveModePurchasedTab": false, "FFmpegPath": "./ffmpeg/bin/ffmpeg.exe" }

Any ideas on what could be causing it?

melithine commented 1 month ago

If you disable the date filtering, does it then work on older content? I would think a 500 would be an OF server problem, but it somewhat sounds like it might not be. I'm not fully certain, as I haven't hit that myself before.

poneill21 commented 1 month ago

I have tried it without the date filtering, and this error comes up more than the majority of the time for a couple of creators. I thought it was because the messages log was large, so I used the date filtering to "shorten" the search, and still no dice.

melithine commented 1 month ago

If you're using a VPN, try directly. If you're not, try using one.

poneill21 commented 1 month ago

i have tried multiple vpns, and not using a vpn using a new cookie each time. Still receiving the same error message.

melithine commented 4 weeks ago

Are you using your own Wildvine keys, or CDRM? Are you still seeing this issue on the current release?