// Id: #102
// Queue: download-chapter-queue-0
using KamiYomu.Web.Worker.Interfaces;
var chapterDownloaderJob = Activate<IChapterDownloaderJob>();
await chapterDownloaderJob.DispatchAsync(
"download-chapter-queue-0",
FromJson<Guid>("\"cfb389a7-df44-4b92-b0c7-1660a5b8526b\""),
FromJson<Guid>("\"5ac84b51-47f8-40dd-a7f5-467b9a2244d0\""),
FromJson<Guid>("\"09372dde-58b0-49de-be2c-672eaa577139\""),
FromJson<Guid>("\"beae8961-cccc-4521-ab71-383661b2f277\""),
"My Dress-Up Darling Ch.0016.cbz",
null,
null);
| CurrentCulture | |
| CurrentUICulture | |
| title | |
| CrawlerAgent | |
| Manga | |
| WebSiteUrl | |
| RetryCount | |
Retry attempt 1 of 10: My Dress-Up Darling Ch.0016.cbz CBZ file size is …
An exception occurred during performance of the job.
My Dress-Up Darling Ch.0016.cbz CBZ file size is too small, indicating a failed download.
System.IO.FileNotFoundException: My Dress-Up Darling Ch.0016.cbz CBZ file size is too small, indicating a failed download. at KamiYomu.Web.Worker.ChapterDownloaderJob.DispatchAsync(String queue, Guid crawlerId, Guid libraryId, Guid mangaDownloadId, Guid chapterDownloadId, String title, PerformContext context, CancellationToken cancellationToken) in /src/KamiYomu.Web/Worker/ChapterDownloaderJob.cs:line 156 at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)