DDL is not working for me

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
Oizo
Posts: 72
Joined: Sat Nov 15, 2014 11:53 am

DDL is not working for me

Post by Oizo »

It is active and according to the logfiles it seems that Mylar actually finds the issue - but then says it didn't:

Code: Select all

2022-09-15 20:23:00	INFO	setting took. Current provider is: {'DDL(GetComics)': {'type': 'DDL', 'lastrun': 1663266179.9930034, 'active': False, 'hits': 1, 'id': 200}}
2022-09-15 20:23:00	INFO	attempting to set DDL(GetComics) to not being the active provider.
2022-09-15 20:23:00	INFO	Could not find Issue 5 of XXXXX (2022) using DDL(GetComics) [api]
2022-09-15 20:23:00	INFO	findit: {'status': False, 'provider': 'DDL(GetComics)', 'lastrun': 1662759349.882202}
2022-09-15 20:23:00	INFO	resultset: [{'title': 'XXXXX #5 (2022)', 'pubdate': 'Wed, 14 Sep 2022 00:00:00', 'filename': 'XXXXX #5 (2022)', 'size': '34M', 'pack': False, 'issues': None, 'link': 'https://getcomics.info/XXXXX/XXXXX-5-2022/', 'year': '2022', 'id': '284022', 'site': 'DDL(GetComics)', 'page': 1, 'total_pages': 1}]
2022-09-15 20:22:54	INFO	Shhh be very quiet...I'm looking for XXXXX issue: 5 (2022) using DDL(GetComics).
2022-09-15 20:22:54	INFO	current_prov: {'DDL(GetComics)': {'type': 'DDL', 'lastrun': 1662759349.882202, 'active': True, 'hits': 1, 'id': 200}}
2022-09-15 20:22:54	INFO	prov_order[prov_count]: DDL(GetComics)
Do I need to adjust something in my settings? Because this issue is available.

Both are enabled:
DDL (Direct Download)
Enable GetComics
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: DDL is not working for me

Post by evilhero »

No clue.

Turn on debug logging ( see wiki how-to here )
Perform a new search for the given issue.
Generate a carepackage and upload it to a 3rd party site (ie. mega/drop/whatever) and post the link here ( see wiki how-to here )

Editing out the snippet to exclude stuff isn't helpful and just makes us ask more questions as there's not enough information for us to go on.
Oizo
Posts: 72
Joined: Sat Nov 15, 2014 11:53 am

Re: DDL is not working for me

Post by Oizo »

I have uploaded the carepackage.zip to wetransfer.com:
https://we.tl/t-k8Bar2UMw

I'm running the docker version of Mylar from linuxserver/mylar3:latest
Last edited by Oizo on Fri Sep 16, 2022 6:02 pm, edited 1 time in total.
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: DDL is not working for me

Post by evilhero »

You have maxsize enabled, but you don't have a value specified for it. Either specify a size limit for your downloads, or disable the maxsize option.
Oizo
Posts: 72
Joined: Sat Nov 15, 2014 11:53 am

Re: DDL is not working for me

Post by Oizo »

That did it. Thank you!!!
Post Reply