chris-greening/instascrape

TypeError: 'NoneType' object is not subscriptable on location scrape

robin-price opened this issue · 0 comments

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