Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error downloading certain messages #352

Open
poneill21 opened this issue May 5, 2024 · 4 comments
Open

Error downloading certain messages #352

poneill21 opened this issue May 5, 2024 · 4 comments

Comments

@poneill21
Copy link

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
Copy link
Contributor

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
Copy link
Author

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
Copy link
Contributor

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

@poneill21
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants