Traceback Error when searching for issues

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
TSCMM
Posts: 4
Joined: Mon Jul 29, 2019 3:49 pm

Traceback Error when searching for issues

Post by TSCMM »

Good afternoon,

Mylar is having issues when searching for comic issues. This started on Aug 20 (just noticed it).

Using version 9b49440a7d56bbdb26b67b2dcd5330345415c234 on docker. python 3 is enabled. It's set to download from experimental and DDL. nzb and dognzb are disabled.

The error below occurs when any issue is searched.

2021-09-23 14:15:46 ERROR Traceback (most recent call last):
File "/app/mylar/search.py", line 3200, in searchforissue
foundNZB, prov = search_init(
File "/app/mylar/search.py", line 523, in search_init
findit = NZB_SEARCH(
File "/app/mylar/search.py", line 2471, in NZB_SEARCH
nzbname = nzbname_create(
File "/app/mylar/search.py", line 3481, in nzbname_create
if os.path.exists(mylar.CONFIG.BLACKHOLE_DIR):
File "/usr/lib/python3.9/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 "/app/mylar/search.py", line 3200, in searchforissue
foundNZB, prov = search_init(
File "/app/mylar/search.py", line 523, in search_init
findit = NZB_SEARCH(
File "/app/mylar/search.py", line 2471, in NZB_SEARCH
nzbname = nzbname_create(
File "/app/mylar/search.py", line 3481, in nzbname_create
if os.path.exists(mylar.CONFIG.BLACKHOLE_DIR):
File "/usr/lib/python3.9/genericpath.py", line 19, in exists
os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType

Please let me know if I can provide any more information.

Thanks,
TSCMM
TSCMM
Posts: 4
Joined: Mon Jul 29, 2019 3:49 pm

Re: Traceback Error when searching for issues

Post by TSCMM »

Solved. I was missing the black hole directory. When I added that, searches started working.
Post Reply