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

Retry HTTP 201 errors from the Flickr API #18

Closed alexwlchan closed 6 months ago

alexwlchan commented 7 months ago

e.g. this error seems to happen occasionally, and be fixed on a retry:

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

I think I've got this working?

alexwlchan commented 6 months ago

Closing as done for now, and I'll reopen if the issue recurs.