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
Traceback (most recent call last):
File "/Users/cjgetty/Desktop/flickr_scraper/flickr_scraper.py", line 66, in <module>
get_urls(search=opt.search, # search term
File "/Users/cjgetty/Desktop/flickr_scraper/flickr_scraper.py", line 31, in get_urls
for i, photo in enumerate(photos):
File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/flickrapi/core.py", line 690, in data_walker
photoset = rsp.getchildren()[0]
AttributeError: 'xml.etree.ElementTree.Element' object has no attribute 'getchildren'
The text was updated successfully, but these errors were encountered:
the issue is from the flickrapi module. The current latest version is 2.4.0 and it doesn't include the fix. however in the flickr github repo the issue is fixed. But there is not an available version to install.
The text was updated successfully, but these errors were encountered: