Closed erfan-sams closed 1 year ago
IndexError: list index out of range
jsonData = r.text.split('')[0] # May throw an IndexError if Instagram changes something again; we just let that bubble.
just get entity from any Instagram class
Got error!
No response
ubuntu 23.04
python3 --version
3.11
snscrape --version
for post in scraper.get_items():
InstagramUserScraper
Module (import snscrape.modules.something in Python code)
import snscrape.modules.something
Describe the bug
IndexError: list index out of range
jsonData = r.text.split('')[0] # May throw an IndexError if Instagram changes something again; we just let that bubble.
How to reproduce
just get entity from any Instagram class
Expected behaviour
Got error!
Screenshots and recordings
No response
Operating system
ubuntu 23.04
Python version: output of
python3 --version
3.11
snscrape version: output of
snscrape --version
for post in scraper.get_items():
Scraper
InstagramUserScraper
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