Stuck adding new comics

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
spydermixx
Posts: 2
Joined: Fri Dec 29, 2017 8:50 pm

Stuck adding new comics

Post by spydermixx »

I've been unable to add new comics for a while, Mylar gets stuck on (Comic information is currently being loaded) forever until a reset. Existing series download fine so would really appreciate some help!

Build: 9fb9ab4d732fad1c181df54e419975e5ec823d2a (development)
OS: WHS 2011
Python version: 2.7.16 (updated from 2.7.14 as well)

Code: Select all

2019-09-25 21:29:50	ERROR	Uncaught exception: Traceback (most recent call last):
File "c:\Mylar\mylar\logger.py", line 337, in new_run
old_run(*args, **kwargs)
File "c:\Python27\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "c:\Mylar\mylar\importer.py", line 218, in addComictoDB
comlocation = dothedew.folder_create()
File "c:\Mylar\mylar\filers.py", line 130, in folder_create
comlocation = re.sub('/', '\\', comlocation)
File "c:\Python27\lib\re.py", line 155, in sub
return _compile(pattern, flags).sub(repl, string, count)
File "c:\Python27\lib\re.py", line 286, in _subx
template = _compile_repl(template, pattern)
File "c:\Python27\lib\re.py", line 273, in _compile_repl
raise error, v # invalid expression
error: bogus escape (end of line)
2019-09-25 21:29:50	DEBUG	new folder format: $Publisher/$Series ($Year)
2019-09-25 21:29:50	DEBUG	No version # found for series, removing from folder format
barbequesauce
Posts: 95
Joined: Fri Feb 03, 2017 3:59 pm

Re: Stuck adding new comics

Post by barbequesauce »

What is comic location set to in the GUI? Those errors sound like it’s not set...
spydermixx
Posts: 2
Joined: Fri Dec 29, 2017 8:50 pm

Re: Stuck adding new comics

Post by spydermixx »

Figured it out, looks like there was an update earlier in the year where the title folder path went from using "/" to "\" for Windows users, although the UI still shows a "/" in the example.
Post Reply