Issue loading comics

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
SDCore
Posts: 4
Joined: Sun Jan 14, 2018 5:35 am

Issue loading comics

Post by SDCore »

Hey,

I reinstalled a new version of Mylar, because I had cluttered my old one up and wanted to start fresh. I am running the latest version on Windows 10 in the Chrome Browser. When I tried to set up a pull list and new grabs I get stuck in an infinite loading comic screen. If I click out I get the main screen that just says None under all categories and the status column has just spinning wheels. Not sure how to fix it, or if I set something up wrong. Let me know if you need more info or anything.

Thanks!
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Issue loading comics

Post by evilhero »

Do you have your ComicVine API key entered into Mylar?

Is your pull-list all in capital-letters ? If the pull is kinda wonky acting, you might be on the old alt method of the pull-list, and you'll want to change it. With Mylar not running, edit the config.ini and find the variable 'alt_pull' and set it to 2 (if it's anything else, that's probably part of the problem if not the problem). Save the config.ini, start up Mylar and when you go to the Weekly tab, if it's not loading up (ie. the titles are still all capitalized), then just do a Recreate Pullist from the top and it should fix things up.

If after all of the above it's still not working, you'll have to start Mylar in debug mode (-v on startup, so 'python Mylar.py -v' as an example), and paste in the log so I can try and see what's happening.
SDCore
Posts: 4
Joined: Sun Jan 14, 2018 5:35 am

Re: Issue loading comics

Post by SDCore »

I have ComicVine API key entered and a Mylar API key.

I have the Weekly showing up now, but when I try to add comic the comic never loads the issues or the info so it cannot be added. Does that make sense?

Also, not sure how to force boot in debug mode. Thanks for your help!
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Issue loading comics

Post by evilhero »

Start Mylar with the -v option from the command line, or go to the Logs tab with Mylar running and toggle verbose on. Then try to do an add and you'll get the debug logs.

What version of Mylar are you currently running ?
SDCore
Posts: 4
Joined: Sun Jan 14, 2018 5:35 am

Re: Issue loading comics

Post by SDCore »

I am on version -- git build ad7405198510dbe24c9d4ea948fac3e714fab3b0.
Python Version : 2.7.14

Here is the log:

2018-01-13 22:38:26 ERROR Uncaught exception: Traceback (most recent call last):
File "c:\Mylar\mylar\logger.py", line 177, 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 233, in addComictoDB
comlocation = os.path.join(mylar.CONFIG.DESTINATION_DIR, helpers.replace_all(chunk_folder_format, values))
File "c:\Python27\lib\ntpath.py", line 65, in join
result_drive, result_path = splitdrive(path)
File "c:\Python27\lib\ntpath.py", line 115, in splitdrive
if len(p) > 1:
TypeError: object of type 'NoneType' has no len()
2018-01-13 22:38:26 DEBUG new folder format: $Series ($Year)
2018-01-13 22:38:26 DEBUG No version # found for series, removing from folder format
2018-01-13 22:38:26 INFO Previous version detected as None - seeing if update required
2018-01-13 22:38:26 INFO Sucessfully retrieved details for Monstress
2018-01-13 22:38:26 INFO Now adding/updating: Monstress
2018-01-13 22:38:26 DEBUG comic[ComicVersion]:None
2018-01-13 22:38:26 DEBUG vari is set to: yes
2018-01-13 22:38:26 DEBUG number of issues CV says it has: 11
2018-01-13 22:38:26 DEBUG number of issues I counted: 12
2018-01-13 22:38:22 DEBUG [RESULT][None] ComicName:Monstress: The Blood -- 2017 [Series years: [u'2017']]
2018-01-13 22:38:22 DEBUG [RESULT][None] ComicName:Monstress -- 2017 [Series years: [u'2017']]
2018-01-13 22:38:22 DEBUG [RESULT][None] ComicName:Image Firsts: Monstress -- 2016 [Series years: [u'2016']]
2018-01-13 22:38:22 DEBUG [RESULT][None] ComicName:Monstress: Awakening -- 2016 [Series years: [u'2016']]
2018-01-13 22:38:22 DEBUG [RESULT][None] ComicName:Monstress -- 2015 [Series years: [u'2015']]
2018-01-13 22:38:22 DEBUG there are 5 search results...
2018-01-13 22:38:13 DEBUG If you read this message, debug logging is available
2018-01-13 22:38:13 INFO Verbose toggled, set to True
2018-01-13 22:38:08 INFO Verbose toggled, set to False
2018-01-13 22:37:59 DEBUG If you read this message, debug logging is available
2018-01-13 22:37:59 INFO Verbose toggled, set to True
2018-01-13 22:35:48 INFO Background Schedulers successfully started...
2018-01-13 22:35:48 INFO Firing up the Background Schedulers now....
2018-01-13 22:35:48 INFO [WEEKLY] Checking for existance of Weekly Comic listing...
2018-01-13 22:35:47 INFO Starting Mylar on http://0.0.0.0:8090/
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Issue loading comics

Post by evilhero »

Is the Comic Location path entered within the Mylar Configuration GUI under the Web Interface tab? This location is required as it's where Mylar will populate the series directories beneath this path.
SDCore
Posts: 4
Joined: Sun Jan 14, 2018 5:35 am

Re: Issue loading comics

Post by SDCore »

That fixed it!

Thank you!
Post Reply