A user recently pointed out to me that recently-added content to DMM is no longer appearing at https://knightcrawler.elfhosted.com - I checked my producer logs, and saw this error:
10:51:25 [Information] [Producer.Crawlers.Sites.TpbCrawler] Starting "TPB" crawl
10:51:25 [Information] [Producer.Crawlers.Sites.YtsCrawler] Starting "YTS" crawl
10:51:25 [Information] [Producer.Crawlers.Sites.EzTvCrawler] Ingestion Successful - Wrote 0 new torrents
10:51:25 [Information] [Producer.Crawlers.Sites.YtsCrawler] Ingestion Successful - Wrote 0 new torrents
10:51:26 [Information] [Producer.Crawlers.Sites.TpbCrawler] Ingestion Successful - Wrote 0 new torrents
10:52:05 [Error] [Quartz.Core.JobRunShell] Job Crawlers.TgxCrawler threw a JobExecutionException:
Parameters: refire = True, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
Quartz.JobExecutionException
---> System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
---> System.TimeoutException: A task was canceled.
---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
I restarted the producer, and while the error is gone (and IDK if it was even related), I see no fresh DMM scrapes:
Describe the bug
A user recently pointed out to me that recently-added content to DMM is no longer appearing at https://knightcrawler.elfhosted.com - I checked my producer logs, and saw this error:
I restarted the producer, and while the error is gone (and IDK if it was even related), I see no fresh DMM scrapes:
At first glance, the issue may be that the DMM crawler does this:
But https://api.github.com/repos/debridmediamanager/hashlists/contents only returns 999 results...