Mylar wont start after latest update

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
escrima
Posts: 20
Joined: Sun Feb 12, 2017 7:18 pm

Mylar wont start after latest update

Post by escrima »

Code: Select all

root@mylar:~ # python /root/mylar/Mylar.py -d
Traceback (most recent call last):
  File "/root/mylar/Mylar.py", line 26, in <module>
    import mylar
  File "/root/mylar/mylar/__init__.py", line 42, in <module>
    from mylar import logger, versioncheckit, rsscheckit, searchit, weeklypullit, PostProcessor, updater, helpers
  File "/root/mylar/mylar/weeklypullit.py", line 20, in <module>
    from mylar import logger, helpers, weeklypull
  File "/root/mylar/mylar/weeklypull.py", line 32, in <module>
    from mylar import db, updater, helpers, logger, newpull, importer, mb, locg
  File "/root/mylar/mylar/importer.py", line 35, in <module>
    from mylar import logger, filers, helpers, db, mb, cv, parseit, filechecker, search, updater, moveit, comicbookdb
  File "/root/mylar/mylar/search.py", line 371
    logger.info('Alternate Search pattern detected...re-adjusting to : %s' % AS_Alternate))
                                                                                          ^
SyntaxError: invalid syntax
This is what I get.
Running Development on Freenas.
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Mylar wont start after latest update

Post by evilhero »

Typo on my part - fixed in the latest development commit now.

Thanks for the quick report as well.
escrima
Posts: 20
Joined: Sun Feb 12, 2017 7:18 pm

Re: Mylar wont start after latest update

Post by escrima »

no prob. Uh, how do i unscrew my system?
Running Development on Freenas.
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Mylar wont start after latest update

Post by evilhero »

If it was a git install, you can do a "git pull" from the command line from within the mylar directory.

If it was a source install, you'd have to redownload the new source file from github and hammer your existing installation with that (it won't hammer your mylar.db and config.ini files).
escrima
Posts: 20
Joined: Sun Feb 12, 2017 7:18 pm

Re: Mylar wont start after latest update

Post by escrima »

NM, I manually edited search.py
Running Development on Freenas.
Post Reply