[Solved] Am I doing something wrong, or is it just lack of understanding how DDL works

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
badgrandpa
Posts: 1
Joined: Wed Jun 15, 2022 9:10 pm

[Solved] Am I doing something wrong, or is it just lack of understanding how DDL works

Post by badgrandpa »

]I've been tinkering with Mylar3 for a week or so, it appears that I have it installed and configured properly but I have one issue. Am I doing something wrong or do I just need to wait and the queue will process on its own?

****in case other people have a similar issue where DDL doesn't appear to be searching for anything, tail the logs at /home/username/.config/Mylar3/logs/mylar.log and restart Mylar, I was able to catch an error that I wasn't seeing looking at the logs in the Mylar web GUI.

FileNotFoundError: [Errno 2] No such file or directory: '/home/username/.config/Mylar3/requirements.txt'

So I created a requirements.txt using this info on the github page https://github.com/mylar3/mylar3/blob/m ... ements.txt
then ran pip3 install -r requirements.txt (from within the mylar3 directory as instructed in the installation instructions.




Mylar version [v0.6.8]
Mylar3 is installed on
Operating System: Debian GNU/Linux 10 (buster)
Kernel: Linux 4.19.0-20-amd64

I have enabled DDL , GetComics and experimental I have also tried it with just enable DDL and getcomics
My Search Order: DDL(GetComics), Experimental

If I do a manual search for an issue I know is available on GetComics (for example King Spawn 11) In the log files, with debugging on I see

This is the log info from a tailing the log file and clearing/restarting the queue and then manually forcing a search

(1:619)# tail -f mylar.log
29-Jun-2022 01:59:37 - DEBUG :: mylar.provider_sequence.1565 : CP Server Thread-11 : Provider sequence already pre-exists. Re-loading and adding/remove any new entries
29-Jun-2022 01:59:37 - DEBUG :: mylar.provider_sequence.1647 : CP Server Thread-11 : Provider Order is now set : {'0': 'DDL(GetComics)'}
29-Jun-2022 01:59:37 - DEBUG :: mylar.writeconfig.915 : CP Server Thread-11 : Configuration written to disk.
29-Jun-2022 02:00:06 - INFO :: mylar.searchformissing.3438 : CP Server Thread-3 : [SEARCH-FOR-MISSING] Queued up 9 issues to seach for
29-Jun-2022 02:00:06 - INFO :: mylar.searchIssueIDList.2684 : Thread-46 : Completed queuing of search request.
29-Jun-2022 02:00:48 - INFO :: mylar.ddl_requeue.3500 : CP Server Thread-2 : id: None / mode: clear_queue / issueid: None
29-Jun-2022 02:01:14 - INFO :: mylar.ddl_requeue.3500 : CP Server Thread-3 : id: None / mode: restart_queue / issueid: None
29-Jun-2022 02:01:14 - INFO :: mylar.ddl_requeue.3554 : CP Server Thread-3 : [DDL-RESTART-QUEUE] DDL Queue successfully restarted. Put 0 items back into the queue for downloading..
29-Jun-2022 02:01:31 - INFO :: mylar.searchformissing.3438 : CP Server Thread-4 : [SEARCH-FOR-MISSING] Queued up 11 issues to seach for
29-Jun-2022 02:01:31 - INFO :: mylar.searchIssueIDList.2684 : Thread-47 : Completed queuing of search request.
29-Jun-2022 02:14:18 - INFO :: mylar.fly_me_to_the_moon.3005 : CP Server Thread-3 : weeknumber: 26
29-Jun-2022 02:14:18 - INFO :: mylar.fly_me_to_the_moon.3108 : CP Server Thread-3 : mismatched: []
29-Jun-2022 02:15:33 - DEBUG :: mylar.queueissue.2461 : CP Server Thread-2 : ComicID: 138562
29-Jun-2022 02:15:33 - DEBUG :: mylar.queueissue.2462 : CP Server Thread-2 : mode: want
29-Jun-2022 02:15:33 - INFO :: mylar.queueissue.2556 : CP Server Thread-2 : Initiating manual search for King Spawn issue: 11
29-Jun-2022 02:15:33 - INFO :: mylar.queueissue.2599 : CP Server Thread-2 : [WANTED-SEARCH] Now Queueing King Spawn (2021) #11 for search




And there is no movement after that. Nothing in history or in manage DDL queue, checking the cache folder at /home/myusername/.config/Mylar3/cache shows a directory full of jpg files that are cover images of the books I added to my weekly watch list.
Rumtum
Posts: 4
Joined: Fri Apr 30, 2021 6:17 am

Re: [Solved] Am I doing something wrong, or is it just lack of understanding how DDL works

Post by Rumtum »

I have the same issue. The lights are on, but nothing is happening - and hasn't for a while. My schedule list from 2022-06-29

Weekly Pullist 2022-06-06 17:24:55 4 hrs 2022-06-06 13:24:55 Waiting
DB Updater 2022-06-06 22:09:36 1440 mins 2022-06-05 22:09:36 Waiting
Auto-Search 2022-06-06 17:12:47 360 mins 2022-06-06 11:12:47 Waiting
Check Version 2022-06-11 12:36:41 360 mins 2022-06-11 12:16:41 Running
Folder Monitor 2022-06-06 14:53:01 5 mins 2022-06-06 14:48:01 Waiting
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: [Solved] Am I doing something wrong, or is it just lack of understanding how DDL works

Post by evilhero »

The fix for both of these issues is currently in the python3-dev branch (requirements.txt error and schedulers not running - which are both related to the same problem).

If you're able to and you're not running that branch, you can switch to it - or you can wait for the next merge up to master in a week or so.
Post Reply