Flickr-Foundation / flickr-photos-api

Look up information about photos and collections of photos from Flickr
Apache License 2.0
0 stars 0 forks source link

Handle retrying a 201 error from the Flickr API #29

Closed alexwlchan closed 3 months ago

alexwlchan commented 4 months ago

Occasionally you see errors like:

flickr_photos_api.exceptions.FlickrApiException: {'code': '201', 'msg': 'Sorry, the Flickr API service is not currently available.'}

This feels like it might be a transient error we can retry.

alexwlchan commented 3 months ago

Fixed in ad7292cd8ef5bb409c2529ec84b182ba8630101e