Skip to content
New issue

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

500 Internal Server Error #22

Open
jamesmay07 opened this issue Jan 30, 2019 · 0 comments
Open

500 Internal Server Error #22

jamesmay07 opened this issue Jan 30, 2019 · 0 comments

Comments

@jamesmay07
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant