ultralytics / flickr_scraper

Simple Flickr Image Scraper
https://ultralytics.com
GNU Affero General Public License v3.0
214 stars 62 forks source link

Status code 500 received #9

Open Zengyf-CVer opened 2 years ago

Zengyf-CVer commented 2 years ago

@glenn-jocher I ran this command, the pictures were downloaded without problems, and all 20 pictures were downloaded. But this problem appeared in the console:

python flickr_scraper.py --n 20 --download

ksnip_20211216-112013

glenn-jocher commented 10 months ago

@Zengyf-CVer hi there! It looks like you encountered a 500 status code error while running the flickr_scraper.py script. This error is indicating an internal server error on the Flickr side. It's possible that there was a temporary issue with Flickr's server which caused the error. I'd recommend retrying the command after some time to see if the issue resolves itself.

If you continue to experience the issue, feel free to explore the Flickr API documentation for error handling guidelines, or if you have further questions, our Ultralytics Docs offer detailed guidance on troubleshooting and working with our tools. Let me know if you need any further assistance.