twint icon indicating copy to clipboard operation
twint copied to clipboard

JSONDecodeError

Open shrimonmuke0202 opened this issue 2 years ago • 2 comments

import twint

searchParameters = twint.Config() searchParameters.Username = "Some user name" searchParameters.Retweets = True searchParameters.Format = "Post ID: {id} | Username: {username} | Date: {date}"

twint.run.Profile(searchParameters)

When I execute the above code then I got the error JSONDecodeError: Expecting value: line 1 column 1 (char 0). I run this code in google colab.

shrimonmuke0202 avatar Feb 27 '22 06:02 shrimonmuke0202

An empty response was received. Likely due to a Twitter update which broke the request format (I have the same issue)

rosscg avatar Mar 04 '22 17:03 rosscg

Duplicate #1335

minamotorin avatar Mar 07 '22 12:03 minamotorin