alexis-mignon / python-flickr-api

A python implementation of the Flickr API
BSD 3-Clause "New" or "Revised" License
367 stars 108 forks source link

flickr_api.method_call.call_api(method = "flickr.photos.getInfo",photo_id = photoid) results in error after sometime #51

Closed sharathchandra92 closed 8 years ago

sharathchandra92 commented 10 years ago

Hi,

I am trying to download tags associated with images. There are more than 3000 images. The above-mentioned call fails after 10-15 images. Is there any way I can correct this? By using some random seed etc while calling the function?

The same happens even for getPulblicList method for people's photos. Please let me know how this can be addressed.

Thanks, Sharath Chandra

alexis-mignon commented 9 years ago

Can you please give an example of failing code

sharathchandra92 commented 9 years ago

Thanks for your response @alexis-mignon I have mailed the code at alexis.mignon@gmail.com. The subject is "Issue #51 flickrapi.method_call.call_api fails"

abhiguru commented 8 years ago

What was the reason ? Can the code be shared here ?