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

Every time I try to "Ignore Selected Artists" it results in 500 Internal Server Error #3355

Open
hubdows opened this issue Jan 26, 2025 · 0 comments

Comments

@hubdows
Copy link

hubdows commented Jan 26, 2025

Version:
b690850 (develop)

Browser Address:
http://ds1821:8181/addArtists?action=ignore&10+things+i+hate+about+you=on

500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
File "/volume1/@appstore/headphones/share/Headphones/lib/cherrypy/_cprequest.py", line 674, in respond
self._do_respond(path_info)
File "/volume1/@appstore/headphones/share/Headphones/lib/cherrypy/_cprequest.py", line 733, in _do_respond
response.body = self.handler()
^^^^^^^^^^^^^^
File "/volume1/@appstore/headphones/share/Headphones/lib/cherrypy/lib/encoding.py", line 236, in call
self.body = self.oldhandler(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/volume1/@appstore/headphones/share/Headphones/lib/cherrypy/_cpdispatch.py", line 58, in call
return self.callable(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/volume1/@appstore/headphones/share/Headphones/headphones/webserve.py", line 430, in addArtists
[artist.decode(headphones.SYS_ENCODING, 'replace')])
^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'decode'
Powered by CherryPy unknown

No additional dedug logs are created.

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