Page 1 of 1

DDL is not working for me

Posted: Thu Sep 15, 2022 6:32 pm
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

Re: DDL is not working for me

Posted: Thu Sep 15, 2022 6:49 pm
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.

Re: DDL is not working for me

Posted: Fri Sep 16, 2022 2:21 pm
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

Re: DDL is not working for me

Posted: Fri Sep 16, 2022 3:03 pm
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.

Re: DDL is not working for me

Posted: Fri Sep 16, 2022 6:01 pm
by Oizo
That did it. Thank you!!!