Skip to content Skip to sidebar Skip to footer

Tweeperror: Failed To Parse Json Payload:

I am trying to scrape twitter data but I am getting this error. How do it fix it ? I have referred couple of queries over internet but cannot relate the program. code: import twe

Solution 1:

I had the same error: "Failed to parse JSON payload: Unterminated string starting at...". Problem is at the python's json, after installing simplejson the problem is resolved, no more error.

No changes in my code, just installed the simplejson.

I did this: pip install simplejson

Post a Comment for "Tweeperror: Failed To Parse Json Payload:"