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
I'm using Fedora 29 x86_64.
Python 3 on a virtualenv:
» python --version
Python 3.7.2
Following the instructions, every time I reach photo 61 I see this error message:
61 Photo(id=b'32716843128', title=b'')
Traceback (most recent call last):
File "/home/iweiss/projects/flickr2gphotos/lib/python3.7/site-packages/flickr_api/objects.py", line 1313, in getPhotoFile
return self.getSizes()[size_label]["source"]
KeyError: 'Original'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "build_migration_photos_list.py", line 25, in <module>
photo_url = photo.getPhotoFile("Original")
File "/home/iweiss/projects/flickr2gphotos/lib/python3.7/site-packages/flickr_api/objects.py", line 1315, in getPhotoFile
raise FlickrError("The requested size is not available")
flickr_api.flickrerrors.FlickrError: The requested size is not available
This is from an Auto Upload album, so I think that's why all of them have an empty title.
The text was updated successfully, but these errors were encountered:
Hi, sorry I didn't notice your issue earlier. The problem appears to be that the "Original" resolution of your photos is not available (at least for that photo). I think you need to decide what you want to happen here. It's easy enough to request other sizes.
Yeah, that probably makes sense. I'm about to take off on Easter holidays
for 1.5 weeks. I can take a look at it then, or feel free to hack on it as
you wish. The script is very straightforward.
On Mon, Apr 15, 2019 at 11:26 AM LaSombra ***@***.***> wrote:
No worries. Interesting, so I think the next best step would be to pick
the highest resolution photo if the original resolution is not available.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABMVGBYBLGOKDS2N5IYIA6DPQRC3RANCNFSM4HBRXQLA>
.
I'm using Fedora 29 x86_64.
Python 3 on a virtualenv:
Following the instructions, every time I reach photo 61 I see this error message:
This is from an Auto Upload album, so I think that's why all of them have an empty title.
The text was updated successfully, but these errors were encountered: