sim0n00ps / OF-DL

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

[ERR] Exception caught: Response status code does not indicate success: 429 (Too Many Requests). #267

Closed rstein2023 closed 1 month ago

rstein2023 commented 5 months ago

Getting the following error after successfully authenticating - 2024-01-28 16:27:29.663 -05:00 [ERR] Exception caught: Response status code does not indicate success: 429 (Too Many Requests).

StackTrace: at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() at OF_DL.Helpers.APIHelper.BuildHeaderAndExecuteRequests(Dictionary2 getParams, String endpoint, Auth auth, HttpClient client) at OF_DL.Helpers.APIHelper.GetAllSubscriptions(Dictionary2 getParams, String endpoint, Auth auth) 2024-01-28 16:27:29.698 -05:00 [ERR] Exception caught: Object reference not set to an instance of an object.

StackTrace: at OF_DL.Program.DownloadAllData() at OF_DL.Program.Main()

Program runs for a couple minutes then errors out and closes.

moisty123 commented 4 months ago

I have the same problem. Were you able to find a solution?

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(Dictionary2 getParams, String endpoint, Auth auth, HttpClient client) at OF_DL.Helpers.APIHelper.GetPosts(String endpoint, String folder, Auth auth, Config config, List1 paid_post_ids)