Open mscarl opened 7 months ago
Just had this error as well. I guess the error happens when you've scraped too much, and it blocks your IP address, possibly sending you a JSON return error message longer than what is expected. I haven't tried to print the JSON in the terminal yet to see if that's true. I'm just inferring from the decoder.py
. What worked for me is just simply connecting to a different country, as a different server in my VPN does not work. Hope this helps!
Hi, I'm relatively new to python and I've been trying to scrape some Facebook comments using your code. When scraping from a couple of posts I've gotten the following error:
Here's the code I'm using to scrape comments:
Any help would be greatly appreciated.