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

Issue when adding artist #22

Closed
brannon-bowden opened this issue Jun 28, 2011 · 4 comments
Closed

Issue when adding artist #22

brannon-bowden opened this issue Jun 28, 2011 · 4 comments

Comments

@brannon-bowden
Copy link

On current source code. Tried adding Metallica.

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\webServer.py", line 220, in addArtist
results = ws.Query().getReleaseById(releaseid, inc)
File "C:\hp\musicbrainz2\webservice.py", line 1037, in getReleaseById
result = self._getFromWebService('release', uuid, include)
File "C:\hp\musicbrainz2\webservice.py", line 1179, in _getFromWebService
stream = self.ws.get(entity, id, includeParams, filterParams)
File "C:\hp\musicbrainz2\webservice.py", line 285, in get
raise WebServiceError(str(e), e)
WebServiceError: HTTP Error 503:

@rembo10
Copy link
Owner

rembo10 commented Jun 30, 2011

Hm. I thought I fixed the 503 errors. I'm just in the middle of rewriting/reorganizing the code so I'll make sure musicbrainz interactions are properly timed and i'll add in except clauses to handle webserviceerrors

@rembo10
Copy link
Owner

rembo10 commented Jul 11, 2011

Do you still get this error?

@brannon-bowden
Copy link
Author

Current source code, still cant add Metallica, can add other artists just fine.

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\webServer.py", line 219, in addArtist
results = ws.Query().getReleaseById(releaseid, inc)
File "C:\hp\musicbrainz2\webservice.py", line 1037, in getReleaseById
result = self._getFromWebService('release', uuid, include)
File "C:\hp\musicbrainz2\webservice.py", line 1179, in _getFromWebService
stream = self.ws.get(entity, id, includeParams, filterParams)
File "C:\hp\musicbrainz2\webservice.py", line 285, in get
raise WebServiceError(str(e), e)
WebServiceError: HTTP Error 503:

@rembo10
Copy link
Owner

rembo10 commented Jul 11, 2011

Fixed! Sorry it took so long :-/

@rembo10 rembo10 closed this as completed Jul 11, 2011
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