You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
What's happening is that we're requesting a photo size that doesn't exist. Currently we're always asking for a 'b' or 'Large' size photo but they don't always exist, see flickr urls; before 2010 these didn't always exist.
The only way to get the larger photo is to make an additional call to getSizes to ensure there exists a large (1024px) size photo.
For now I'm going to drop us down to the 'z' size (640) which is much more available, it will give us smaller pictures but should always return something.
sometimes flickr returns an image that's actually a placeholder. We should never show that image, and look for another.
The text was updated successfully, but these errors were encountered: