Automatically imported from Trac.
Originally reported by 'anonymous' as #138.
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/cherrypy/_cprequest.py", line 656, in respond
response.body = self.handler()
File "/usr/lib64/python2.7/site-packages/cherrypy/lib/encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/usr/lib64/python2.7/site-packages/cherrypy/_cpdispatch.py", line 34, in __call__
return self.callable(*self.args, **self.kwargs)
File "/home/ext/slideshow-src/slideshow/lib/template.py", line 51, in wrapper
stream = func(*args, **kwargs)
File "/home/ext/slideshow-src/slideshow/pages/slides.py", line 41, in list
queues = queue.all(cherrypy.thread_data.db)
File "/home/ext/slideshow-src/slideshow/lib/queue.py", line 51, in all
""").fetchall()]
File "/home/ext/slideshow-src/slideshow/lib/queue.py", line 27, in __init__
""", {'queue': id}).fetchall()]
File "/home/ext/slideshow-src/slideshow/lib/slide.py", line 37, in __init__
raise ValueError, "could not locate '{path}' in '{root}'".format(path=path, root=os.path.join(base_path, image_path))
ValueError: could not locate '/home/media/slideshow/image/ce7c1b4a7cd611e1b7cc40618685b82c.slide' in '/home/media/slideshow/image'
Powered by CherryPy 3.2.2