twintproject / twint

An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
MIT License
15.66k stars 2.72k forks source link

[Error] CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) #1063

Open shdotcom opened 3 years ago

shdotcom commented 3 years ago

Please check this error

CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) sleeping for 1.0 secs CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) sleeping for 8.0 secs CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) sleeping for 27.0 secs CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) sleeping for 64.0 secs CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0)

senanabs commented 3 years ago

Same error I am getting. Haven't had this before.

lsmyrtaj commented 3 years ago

Also getting this.

EDIT: Did this and it works for me now:

pip3 uninstall twint

pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint

senanabs commented 3 years ago

I don’t remember what exactly I did for this because I was getting multiple errors but I think I restarted anaconda and it worked. Try it.

On Wed, Dec 9, 2020 at 9:40 PM lsmyrtaj notifications@github.com wrote:

Also getting this.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/twintproject/twint/issues/1063#issuecomment-742197591, or unsubscribe https://github.com/notifications/unsubscribe-auth/AECEEOA7JFF62TNJUEZ6J4LSUAYI5ANCNFSM4USEZD4A .

azamet90 commented 3 years ago

Also getting this.

EDIT: Did this and it works for me now:

pip3 uninstall twint

pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint

thank you

wifiuk commented 3 years ago

same

Also getting this.

EDIT: Did this and it works for me now:

pip3 uninstall twint

pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint

this fixed it, might be worth adding this to the front page install instructions.

Vontux commented 3 years ago

same

Also getting this. EDIT: Did this and it works for me now: pip3 uninstall twint pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint

this fixed it, might be worth adding this to the front page install instructions.

tried this and still encountering the issue, what is your OS? I've been having this issue on two version of ubuntu and Raspberry pi os buster

lsmyrtaj commented 3 years ago

same

Also getting this.

EDIT:

Did this and it works for me now:

pip3 uninstall twint

pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint

this fixed it, might be worth adding this to the front page install instructions.

tried this and still encountering the issue, what is your OS? I've been having this issue on two version of ubuntu and Raspberry pi os buster

I'm using Windows 10. Not sure why it's not working on Ubuntu.

ogola89 commented 3 years ago

Also getting this.

EDIT: Did this and it works for me now:

pip3 uninstall twint

pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint

For some reason, this worked for me too.

aravind-naidu commented 3 years ago

same

Also getting this. EDIT: Did this and it works for me now: pip3 uninstall twint pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint

this fixed it, might be worth adding this to the front page install instructions.

tried this and still encountering the issue, what is your OS? I've been having this issue on two version of ubuntu and Raspberry pi os buster

Same issues is persisting on my PC (Windows 10)

mingjun1120 commented 3 years ago

image I follow the solutions to pip uninstall twint and pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint again. But then I don't know why I cannot scrape any data suddenly.

Meenu-Jain commented 2 years ago

Hi, can someone help me how can I install this package from requirements.txt pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint

My requirements.txt file look this https://i.imgur.com/rUsoz1f.png