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

Error when click a few albums.... #39

Closed
brannon-bowden opened this issue Jul 14, 2011 · 2 comments
Closed

Error when click a few albums.... #39

brannon-bowden opened this issue Jul 14, 2011 · 2 comments

Comments

@brannon-bowden
Copy link

Traceback (most recent call last):
File "C:\hp\cherrypy_cprequest.py", line 645, in respond
response.body = self.handler()
File "C:\hp\cherrypy\lib\encoding.py", line 188, in call
self.body = self.oldhandler(_args, *_kwargs)
File "C:\hp\cherrypy_cpdispatch.py", line 29, in call
return self.callable(_self.args, *_self.kwargs)
File "C:\hp\headphones\webserve.py", line 170, in albumPage
c.execute('''SELECT TrackTitle from have WHERE ArtistName like "%s" AND AlbumTitle like "%s" AND TrackTitle like "%s"''' % (results[i][1], results[i][2], results[i][3]))
OperationalError: near "Rollins": syntax error

@rembo10
Copy link
Owner

rembo10 commented Jul 14, 2011

I can reproduce this - fixing it now

@rembo10
Copy link
Owner

rembo10 commented Jul 14, 2011

Fixed

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

2 participants