chris-greening / instascrape

Powerful and flexible Instagram scraping library for Python, providing easy-to-use and expressive tools for accessing data programmatically
https://chris-greening.github.io/instascrape/
MIT License
625 stars 109 forks source link

json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1) #168

Open purvang3 opened 1 year ago

purvang3 commented 1 year ago

Describe the bug Hi, Trying to run joebiden.py from tutorial directory and getting above mentioned error.

To Reproduce Steps to reproduce the behavior:

For macos, changed headers = { "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36", "cookie": f"sessionid={SESSIONID};" }

and run

python tutorial/examples/JoeBiden/joebiden.py

Expected behavior

should run without any error

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

OracleToes commented 1 year ago

Having the same exact issue. Is this project dead?

Mgutkind3 commented 1 year ago

I'm also having this issue, any feedback?

Mgutkind3 commented 1 year ago

Seems like this repo is no longer maintained by the original creator. Found a good substitute using Apify