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 Apr 20, 2023. It is now read-only.
I get a an TypeError: 'NoneType' object is not subscriptable when I try to scrape a location following the tutorial on your blog
url = 'https://www.instagram.com/explore/locations/73347620/dublin-ireland/'
dublin = Location(url)
dublin.scrape(headers=headers)
then when I try to do anything with get_recent_posts() I get an error
The text was updated successfully, but these errors were encountered: