Story Arc error 500

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
User avatar
oldirtdog
Posts: 61
Joined: Fri Nov 04, 2016 7:52 pm

Story Arc error 500

Post by oldirtdog »

For some reason, when I go into a story arc, it throws error 500... here's the full error:

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
File "/Applications/Mylar/lib/cherrypy/_cprequest.py", line 670, in respond
response.body = self.handler()
File "/Applications/Mylar/lib/cherrypy/lib/encoding.py", line 217, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/Applications/Mylar/lib/cherrypy/_cpdispatch.py", line 61, in __call__
return self.callable(*self.args, **self.kwargs)
File "/Applications/Mylar/mylar/webserve.py", line 2711, in detailStoryArc
dir = os.listdir(os.path.join(mylar.CONFIG.CACHE_DIR, 'storyarcs'))
OSError: [Errno 2] No such file or directory: '/Applications/Mylar/cache/storyarcs'


I can get into my list of arcs, but clicking any of them brings this... I can go into normal comic pages, view info, etc. No problems. I enabled debug logging but it doesn't show anything in the logs about this message... rebooted already... any ideas?
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Story Arc error 500

Post by evilhero »

It looks like it doesn't check at that particular point to see if the storyarc image path is accessible/created or not.

I'm pretty sure if you had selected the refresh option beside the given arc on the arc main page, it would have refreshed fine, and then you would have been able to access the detail page for the given arc.

However, this should be fixed now in the latest development branch (#33dc2e) as of a few minutes ago.
User avatar
oldirtdog
Posts: 61
Joined: Fri Nov 04, 2016 7:52 pm

Re: Story Arc error 500

Post by oldirtdog »

Interesting. I’ll update and check it out tomorrow. Thanks as usual!
User avatar
oldirtdog
Posts: 61
Joined: Fri Nov 04, 2016 7:52 pm

Re: Story Arc error 500

Post by oldirtdog »

That worked like a champ! Looks like you've done a little work on the story arc ... nice banner feature! Thanks a bunch
Post Reply