-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Sergei Yakneen edited this page Jul 4, 2019
·
4 revisions
Any noteworthy tidbits about running the migration will end up here.
Reported by @cjustinhall in #1
I was getting DNS issues resolving to api.flickr.com. It was manifesting itself in urllib3 throwing Connecting errors randomly, usually after 80 images were pulled in the build_migration_photos_list.py script.
My solution was to add a /etc/hosts entry for api.flickr.com and that way no DNS was being called.