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

Scraping expired subscriptions #663

Open
cljk1473 opened this issue Dec 31, 2024 · 0 comments
Open

Scraping expired subscriptions #663

cljk1473 opened this issue Dec 31, 2024 · 0 comments

Comments

@cljk1473
Copy link

I need to scrape media from an expired subscription. I have made the necessary change to the config file.

Unfortunately, because I have hundreds of expired subscriptions, I get a time out error after logging in (the error message is provided below).

Would there be any way to set the config to only scrape from a specific expired subscription?

Any help is most appreciated. Thank you.

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(Dictionary`2 getParams, String endpoint, HttpClient client)
   at OF_DL.Helpers.APIHelper.GetAllSubscriptions(Dictionary`2 getParams, String endpoint, Boolean includeRestricted, IDownloadConfig config)
Exception caught: Object reference not set to an instance of an object.

                                                                       StackTrace:    at OF_DL.Program.DownloadAllData(APIHelper m_ApiHelper, Auth Auth, Config Config)
   at OF_DL.Program.Main(String[] args)
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

1 participant