We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, when i try to add a comic i get this error.
`500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last): File "/app/lazylibrarian/cherrypy/_cprequest.py", line 670, in respond response.body = self.handler() File "/app/lazylibrarian/cherrypy/lib/encoding.py", line 217, in call self.body = self.oldhandler(*args, **kwargs) File "/app/lazylibrarian/cherrypy/_cpdispatch.py", line 61, in call return self.callable(*self.args, **self.kwargs) File "/app/lazylibrarian/lazylibrarian/webServe.py", line 3405, in addComic item['first'], item['last'], item['publisher'], item['link'], aka)) File "/app/lazylibrarian/lazylibrarian/database.py", line 50, in action return self._action(query, args, suppress) File "/app/lazylibrarian/lazylibrarian/database.py", line 64, in _action sqlResult = self.connection.execute(query, args) OperationalError: 16 values for 15 columns `
Is there anything i need to do or is this something you guys can fix :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there, when i try to add a comic i get this error.
`500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/app/lazylibrarian/cherrypy/_cprequest.py", line 670, in respond
response.body = self.handler()
File "/app/lazylibrarian/cherrypy/lib/encoding.py", line 217, in call
self.body = self.oldhandler(*args, **kwargs)
File "/app/lazylibrarian/cherrypy/_cpdispatch.py", line 61, in call
return self.callable(*self.args, **self.kwargs)
File "/app/lazylibrarian/lazylibrarian/webServe.py", line 3405, in addComic
item['first'], item['last'], item['publisher'], item['link'], aka))
File "/app/lazylibrarian/lazylibrarian/database.py", line 50, in action
return self._action(query, args, suppress)
File "/app/lazylibrarian/lazylibrarian/database.py", line 64, in _action
sqlResult = self.connection.execute(query, args)
OperationalError: 16 values for 15 columns
`
Is there anything i need to do or is this something you guys can fix :)
The text was updated successfully, but these errors were encountered: