HTTP Error 307 accessing images

The following code:

>>> import musicbrainzngs as mb
>>> mb.get_image_list('ccbeca49-6f71-457b-b2a3-061f34e010a1')

produces this error message:

musicbrainzngs.musicbrainz.NetworkError: retried 8 times, caused by: HTTP Error 307: The HTTP server returned a redirect error that would lead to an infinite loop.
The last 30x error message was:
TEMPORARY REDIRECT

The code worked until recently. I am not getting images from CAA. What do I need to do to avoid the error?

CAA is down. Until it’s back up, no images will be found on MB.

3 Likes