Issue when Trying to Add Anything in New Install

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
saishowaguu2
Posts: 1
Joined: Wed Aug 25, 2021 1:54 am

Issue when Trying to Add Anything in New Install

Post by saishowaguu2 »

Hi Guys,

Just installed mylar, but getting errors when trying to add anything or search.
Adding things from This Week using Watch or Add does not add anything to the Wanted list nor Managed Comics/Issues. All blank.
NZB.su is configured, nzbget is configured, and also ComicVine api. (Test in GUI report working status as successful.)

Configuration Options
Mylar Version: (HEAD detached at 94dcfd1)
-- git build 94dcfd13f6c8be5836ca76324ebbe585bda642fc.
Python Version : 2.7.18
Language : en_US.UTF-8

MYLAR PROGRAM OPTIONS
Mylar Data Directory : /config/mylar
Mylar Program Directory : /app/mylar
Mylar Cache Directory : /config/mylar/cache
Mylar Config File :/config/mylar/config.ini

Uncaught exception: Traceback (most recent call last):
File "/app/mylar/mylar/logger.py", line 337, in new_run
old_run(*args, **kwargs)
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/app/mylar/mylar/importer.py", line 222, in addComictoDB
if os.path.isdir(comlocation):
File "/usr/lib/python2.7/genericpath.py", line 49, in isdir
st = os.stat(s)
TypeError: coercing to Unicode: need string or buffer, NoneType found

Not sure what is wrong.
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Issue when Trying to Add Anything in New Install

Post by evilhero »

Mylar2 (or the og version of Mylar) isn't being supported or updated any longer and hasn't been since the end of 2020.

You want Mylar3, which is located here.

Mylar3 uses python3, whereas Mylar2 (as we affectionately call it) uses python2.

There are docker images available from both LSIO and Hotio (since I see you're running a docker from the logs) .
Post Reply