sim0n00ps / OF-DRM

C# console app to download DRM protected videos from Onlyfans accounts
81 stars 11 forks source link

What is the issue with the following error message #17

Open hebeebee opened 11 months ago

hebeebee commented 11 months ago

Exception caught: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.

                                                                                                        StackTrace:    at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)

at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at OF_DRM_Video_Downloader.Helpers.APIHelper.GetSubscriptions(String endpoint, Boolean includeExpiredSubscriptions, Auth auth)

Inner Exception: Exception caught: The operation was canceled.