Skip to content
Sergei Yakneen edited this page Jul 4, 2019 · 4 revisions

Any noteworthy tidbits about running the migration will end up here.

N.B.

DNS resolution issue with api.flickr.com

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.

Clone this wiki locally