by cbloss » December 26th, 2011, 7:20 pm
I'm getting the following errors when adding an artist(tried with newzbin configured and not configured):
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/opt/headphones/cherrypy/_cprequest.py", line 645, in respond
response.body = self.handler()
File "/opt/headphones/cherrypy/lib/encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/opt/headphones/cherrypy/_cpdispatch.py", line 29, in __call__
return self.callable(*self.args, **self.kwargs)
File "/opt/headphones/headphones/webserve.py", line 47, in artistPage
return serve_template(templatename="artist.html", title=artist['ArtistName'], artist=artist, albums=albums)
TypeError: 'NoneType' object is unsubscriptable
and errors in logs...
2011-12-26 16:13:03 WARNING Attempt to retrieve information from MusicBrainz for release group "81d8967b-0f9a-3191-96b9-5039e9f6c338" failed. Sleeping 5 seconds
2011-12-26 16:12:58 WARNING Attempt to retrieve information from MusicBrainz for release group "81d8967b-0f9a-3191-96b9-5039e9f6c338" failed. Sleeping 5 seconds
ideas?