Klopt, ben de package nu elke keer aan het stil leggen en een tail op de logs en dan terug starten en zien waar ik kom met een show te skippe of nog de nodige filenames te wijzigen.
Deze komt er ook regelmatig tussen:
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
In addition, the custom error page failed:
ValueError: time data u'60056-05-28 06:36:10' does not match format '%Y-%m-%d %H:%M:%S'
Traceback (most recent call last):
File "/volume1/@appstore/AutoSub-BootstrapBill/cherrypy/_cprequest.py", line 656, in respond
response.body = self.handler()
File "/volume1/@appstore/AutoSub-BootstrapBill/cherrypy/lib/encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/volume1/@appstore/AutoSub-BootstrapBill/cherrypy/_cpdispatch.py", line 34, in __call__
return self.callable(*self.args, **self.kwargs)
File "/volume1/@appstore/AutoSub-BootstrapBill/autosub/WebServer.py", line 418, in index
return str(tmpl)
File "/usr/local/python/lib/python2.7/site-packages/Cheetah/Template.py", line 1005, in __str__
rc = getattr(self, mainMethName)()
File "_volume1__appstore_AutoSub_BootstrapBill_interface_templates_home_tmpl.py", line 213, in respond
File "/volume1/@appstore/AutoSub-BootstrapBill/autosub/Helpers.py", line 343, in ConvertTimestampTable
date_object = time.strptime(datestring, "%Y-%m-%d %H:%M:%S")
File "/usr/local/python/lib/python2.7/_strptime.py", line 467, in _strptime_time
return _strptime(data_string, format)[0]
File "/usr/local/python/lib/python2.7/_strptime.py", line 325, in _strptime
(data_string, format))
ValueError: time data u'60056-05-28 06:36:10' does not match format '%Y-%m-%d %H:%M:%S'