Wanted Comics not downloading via DDL / Possibly misconfigured

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
corrytrevor
Posts: 3
Joined: Tue Sep 05, 2023 7:16 pm

Wanted Comics not downloading via DDL / Possibly misconfigured

Post by corrytrevor »

I am a new Mylar user, I've recently been reading up on self hosted comic servers and Mylar came up (I couldn't believe I found SickBeard for Comics). After some digging I got it running on my Windows 10 machine. I have been able to add a few titles to my list and marked them as "wanted". After numerous attempts to force it to search, I checked the logs and enabled debugging because none of my titles are "snatched" or added the DDL download management page.

Some notes:
- I have added my CV API key and I have set my comic download location (post processing enabled).
- DDL is my only search method (to get this working before investing more time)

Mylar just doesn't seem to be finding any of the titles I have in my list. Many users have this working so I must have something misconfigured. I have included some logs below but will provide more if necessary.

Code: Select all


Timestamp	Level	Message
2023-09-05 15:28:08	INFO	Completed queuing of search request.
2023-09-05 15:28:08	INFO	[SEARCH-FOR-MISSING] Queued up 5 issues to seach for
2023-09-05 15:27:57	INFO	mismatched: []
2023-09-05 15:27:57	INFO	weeknumber: 36
2023-09-05 15:24:18	DEBUG	Configuration written to disk.
2023-09-05 15:24:18	DEBUG	Provider Order is now set : {'0': 'DDL(GetComics)'}
2023-09-05 15:24:18	DEBUG	Provider sequence already pre-exists. Re-loading and adding/remove any new entries
2023-09-05 15:24:18	DEBUG	Original provider_order sequence: {'0': 'DDL(GetComics)'}
2023-09-05 15:24:18	DEBUG	Writing configuration to file
2023-09-05 15:24:17	DEBUG	[ERROR] Unable to retrieve git revision history for some reason: 'CompletedProcess' object has no attribute 'split'
2023-09-05 15:24:17	ERROR	Encountered error: 'git' is not recognized as an internal or external command,
operable program or batch file.
2023-09-05 15:24:17	DEBUG	Git output: CompletedProcess(args='git log --encoding=UTF-8 --pretty=format:"%h - %cr - %an - %s" -n 5', returncode=1, stdout='', stderr="'git' is not recognized as an internal or external command,\noperable program or batch file.\n")
2023-09-05 15:24:17	DEBUG	Trying to execute: git log --encoding=UTF-8 --pretty=format:"%h - %cr - %an - %s" -n 5 with shell in E:\Comic Server\Mylar\mylar3
2023-09-05 15:17:50	INFO	[WANTED-SEARCH] Now Queueing X Lives of Wolverine (2022) #1 for search
2023-09-05 15:17:50	INFO	Initiating manual search for X Lives of Wolverine issue: 1
2023-09-05 15:17:50	DEBUG	mode: want
2023-09-05 15:17:50	DEBUG	ComicID: 141332
2023-09-05 15:15:17	DEBUG	Configuration written to disk.
2023-09-05 15:15:17	DEBUG	Provider Order is now set : {'0': 'DDL(GetComics)'}
2023-09-05 15:15:17	DEBUG	Provider sequence already pre-exists. Re-loading and adding/remove any new entries
2023-09-05 15:15:17	DEBUG	Original provider_order sequence: {'0': 'DDL(GetComics)'}
2023-09-05 15:15:17	DEBUG	Writing configuration to file
2023-09-05 15:15:16	DEBUG	[ERROR] Unable to retrieve git revision history for some reason: 'CompletedProcess' object has no attribute 'split'
2023-09-05 15:15:16	ERROR	Encountered error: 'git' is not recognized as an internal or external command,
operable program or batch file.
2023-09-05 15:15:16	DEBUG	Git output: CompletedProcess(args='git log --encoding=UTF-8 --pretty=format:"%h - %cr - %an - %s" -n 5', returncode=1, stdout='', stderr="'git' is not recognized as an internal or external command,\noperable program or batch file.\n")
corrytrevor
Posts: 3
Joined: Tue Sep 05, 2023 7:16 pm

Re: Wanted Comics not downloading via DDL / Possibly misconfigured

Post by corrytrevor »

I'd like to follow up. My problem was that I overlooked the requirement of installing "Unrar" (It's me not you haha) during the installation steps. Once I installed the application and restarted Mylar, it started working. Have a nice day!
Post Reply