Coming back to this after a long time away...

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
Telecart
Posts: 12
Joined: Wed Aug 31, 2016 8:12 pm

Coming back to this after a long time away...

Post by Telecart »

I've updated everything to latest, set up some jackett torznab links as well as DDL, but nothing seems to download
version: 5c1b5e25c60cfad751f55bdba82d2234bcb80be6
python: 3.8.5

It does seem to find what it's looking for on DDL, but it doesn't actually do anything with it. This is the only error that pops up in the logs:

Code: Select all

Traceback (most recent call last):
File "/Applications/Mylar3/mylar3/mylar/search.py", line 2496, in searchforissue
foundNZB, prov = search_init(
File "/Applications/Mylar3/mylar3/mylar/search.py", line 538, in search_init
findit = search_the_matrix(scarios)
File "/Applications/Mylar3/mylar3/mylar/search.py", line 4209, in search_the_matrix
return NZB_SEARCH(
File "/Applications/Mylar3/mylar3/mylar/search.py", line 1392, in NZB_SEARCH
verification(verified_matches, is_info)
File "/Applications/Mylar3/mylar3/mylar/search.py", line 1425, in verification
nzbname = nzbname_create(
File "/Applications/Mylar3/mylar3/mylar/search.py", line 2782, in nzbname_create
if os.path.exists(mylar.CONFIG.BLACKHOLE_DIR):
File "/usr/local/Cellar/[email protected]/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/genericpath.py", line 19, in exists
os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Traceback (most recent call last):
File "/Applications/Mylar3/mylar3/mylar/search.py", line 2496, in searchforissue
foundNZB, prov = search_init(
File "/Applications/Mylar3/mylar3/mylar/search.py", line 538, in search_init
findit = search_the_matrix(scarios)
File "/Applications/Mylar3/mylar3/mylar/search.py", line 4209, in search_the_matrix
return NZB_SEARCH(
File "/Applications/Mylar3/mylar3/mylar/search.py", line 1392, in NZB_SEARCH
verification(verified_matches, is_info)
File "/Applications/Mylar3/mylar3/mylar/search.py", line 1425, in verification
nzbname = nzbname_create(
File "/Applications/Mylar3/mylar3/mylar/search.py", line 2782, in nzbname_create
if os.path.exists(mylar.CONFIG.BLACKHOLE_DIR):
File "/usr/local/Cellar/[email protected]/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/genericpath.py", line 19, in exists
os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
help..?
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Coming back to this after a long time away...

Post by evilhero »

You have blackhole enabled for your torrent client but you don't specify a directory for it to drop the torrent into.

Either don't use blackhole and select the client option in mylar, or set a directory for blackhole if you need to use that

Keeping in mind that Mylar will not post-process torrent downloads automatically upon completion, it will just send to the client. If you want mylar to post-process torrents, use the folder monitor option, set it for something more than 5 minutes and point it to the torrent downlaod location for comics. Also change the action type in post-processing to copy if you'd like to keep seeding the files.
Telecart
Posts: 12
Joined: Wed Aug 31, 2016 8:12 pm

Re: Coming back to this after a long time away...

Post by Telecart »

Thanks!!! Not sure why that would matter for DDL but it did! Works now.
Post Reply