Error loading "this week"

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
akaOMC
Posts: 7
Joined: Tue May 16, 2017 6:04 pm

Error loading "this week"

Post by akaOMC »

Clicking on "this week" shows this message:

500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
File "C:\Users\akaOM\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\cherrypy\_cprequest.py", line 638, in respond
self._do_respond(path_info)
File "C:\Users\akaOM\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\cherrypy\_cprequest.py", line 697, in _do_respond
response.body = self.handler()
File "C:\Users\akaOM\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\cherrypy\lib\encoding.py", line 223, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "C:\Users\akaOM\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\cherrypy\_cpdispatch.py", line 54, in __call__
return self.callable(*self.args, **self.kwargs)
File "C:\mylar3\mylar\webserve.py", line 2756, in pullist
repoll = self.pullrecreate(weeknumber=weekinfo['weeknumber'],year=weekinfo['year'])
File "C:\mylar3\mylar\webserve.py", line 2979, in pullrecreate
statchk = weeklypull.pullit(forcecheck, weeknumber, year)
File "C:\mylar3\mylar\weeklypull.py", line 115, in pullit
new_pullcheck(chk_locg['weeknumber'],chk_locg['year'])
File "C:\mylar3\mylar\weeklypull.py", line 934, in new_pullcheck
if 'Present' in watch['ComicPublished'] or (helpers.now()[:4] in watch['ComicPublished']) or watch['ForceContinuing'] == 1 or len(listit) >0:
TypeError: argument of type 'NoneType' is not iterable

I'm not sure what I'm doing wrong. Any help would be appreciated!
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Error loading "this week"

Post by evilhero »

An item in your watchlist has an Unknown value for Publication Run or Status most likely.

Basically, one or more of the series in your watchlist wasn't able to update properly. Whether that's due to CV having problems, Mylar being unable to interpret the data, or some localised problem you were having - it's hard to tell.

Type in "unknown" (without quotes) in the search on the Manage Comics page (Manage tab / Manage Comics) and see if you can isolate the series (it will have Unknown most likely in one of the columns). If you find one (or multiples), you'll need to go into the series detail page for those specific series and use the Refresh Series button to try and fix things.
akaOMC
Posts: 7
Joined: Tue May 16, 2017 6:04 pm

Re: Error loading "this week"

Post by akaOMC »

evilhero wrote: Sat Aug 06, 2022 1:05 pm Type in "unknown" (without quotes) in the search on the Manage Comics page (Manage tab / Manage Comics) and see if you can isolate the series (it will have Unknown most likely in one of the columns). If you find one (or multiples), you'll need to go into the series detail page for those specific series and use the Refresh Series button to try and fix things.
That did it! Thanks for your help and this awesome downloader!
Post Reply