Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

JSONDecodeError #1361

Open
shrimonmuke0202 opened this issue Feb 27, 2022 · 2 comments
Open

JSONDecodeError #1361

shrimonmuke0202 opened this issue Feb 27, 2022 · 2 comments

Comments

@shrimonmuke0202
Copy link

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.

@rosscg
Copy link

rosscg commented Mar 4, 2022

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

@minamotorin
Copy link

Duplicate #1335

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants