Common Errors and the fixes

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Common Errors and the fixes

Post by evilhero »

Given that alot of users have been posting the same issues subsequent times, all with the same answer - here's a quick list for reference:

1. When trying to load the Home Page, it errors out.
The ever-popular one that happens when you add / refresh a comic and then try to go back to the Home Page and this results.This will ONLY happen if the add/refresh didn't successfully complete (due to any number of reasons - CV erroring out, timeout, some weird issue numbers, or just a general error with the parsing by Mylar).
The field in error that is usually the culprit is the LatestDate field.
Error !
TypeError: argument of type 'NoneType' is not iterable
74
75 %if comic['ComicPublished'] is None or comic['ComicPublished'] == '':
76 Unknown
There are 2 possible fixes that can be done:
1) Restart Mylar - Mylar has some startup routines that attempt to eliminate or at least null-out bad values so that the Home Page can be displayed properly. It's up to you at that point what you want to do following - log an issue, or delete/re-add the series, or even refresh the series.
2) Browse directly to the MangeComics tab at http://mylar.addresss/manageComics
- once there, scroll through the list and select the series that are in a Loading status or have Error in it and delete them.
Post Reply