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
jsonData = r.text.split('<script type="text/javascript">window._sharedData = ')[1].split(';</script>')[0] # May throw an IndexError if Instagram changes something again; we just let that bubble.
IndexError: list index out of range
this error is occuired while scrape hashtag using InstagramHashtagScraper in below code
jsonData = r.text.split('<script type="text/javascript">window._sharedData = ')[1].split(';</script>')[0] # May throw an IndexError if Instagram changes something again; we just let that bubble.
IndexError: list index out of range
this error is occuired while scrape hashtag using InstagramHashtagScraper in below code
jsonData = r.text.split('<script type="text/javascript">window._sharedData = ')[1].split(';</script>')[0] # May throw an IndexError if Instagram changes something again; we just let that bubble.
IndexError: list index out of range
this error is occuired while scrape hashtag using InstagramHashtagScraper in below code
Describe the bug
this error is occuired while scrape hashtag using InstagramHashtagScraper in below code
can you or any other can guide me
How to reproduce
this error is occuired while scrape hashtag using InstagramHashtagScraper in below code
can you or any other can guide me
Expected behaviour
this error is occuired while scrape hashtag using InstagramHashtagScraper in below code
can you or any other can guide me
Screenshots and recordings
No response
Operating system
windows 10
Python version: output of
python3 --version
3.10.5
snscrape version: output of
snscrape --version
snscrape 0.7.0.20230622
Scraper
instagram(InstagramHashtagScraper)
How are you using snscrape?
Module (
import snscrape.modules.something
in Python code)Backtrace
No response
Log output
No response
Dump of locals
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: