You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: