Mylar3 No Web Interface after Update

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
vmcosco
Posts: 41
Joined: Thu Dec 31, 2015 1:41 am

Mylar3 No Web Interface after Update

Post by vmcosco »

Running Mylar3 on Windows10. Hadn't been on the web interface in months because it was simply working. Logged in the other day and noticed I was about 70 commits behind so I clicked update. Mylar never started back up. There is nothing in the log regarding the update. This morning I reinstalled via git and ran pip to make sure the requirements were up to date. Tried to start manually and got this in the log:


21-Oct-2021 10:26:41 - ERROR :: mylar.excepthook.315 : MAIN : Uncaught exception: Traceback (most recent call last):
File "C:\Apps_media\Mylar3\Mylar.pyw", line 386, in <module>
main()
File "C:\Apps_media\Mylar3\Mylar.pyw", line 356, in main
webstart.initialize(web_config)
File "C:\Apps_media\Mylar3\mylar\webstart.py", line 60, in initialize
'log.screen': options['cherrypy_logging'],
KeyError: 'cherrypy_logging'

Any ideas would be appreciated.
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Mylar3 No Web Interface after Update

Post by evilhero »

You have to recreate the .pyw file since Mylar.py changed at some point over the last portion of updates.

You had create the .pyw initially by probably just renaming Mylar.py to Mylar.pyw - so when you did the update I'm assuming you just copied over the old Mylar.pyw into the new install location instead of recreating it from the updated version.

Just rename/copy the new Mylar.py to Mylar.pyw and you should be good to go thereafter.
vmcosco
Posts: 41
Joined: Thu Dec 31, 2015 1:41 am

Re: Mylar3 No Web Interface after Update

Post by vmcosco »

Bingo. Thanks!
Post Reply