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

CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) sleeping for 15 secs #1165

Open DGKore opened 3 years ago

DGKore commented 3 years ago

Dear Sir, Dear Madam,

I have just tried to used Twint for the very first time. I used following command twint -s "tddl18" --since 2007-01-01 -o file.csv --csv to abstract all tweets containing the word/query "tddl18" that were created since the first of January 2007 and to export them to a CSV-file. However, all that happens is that I repeatedly get the following error (with the number of seconds steadily increasing: CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) sleeping for 15 secs CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) sleeping for 15 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) sleeping for 125.0 secs CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) sleeping for 216.0 secs CRITICAL:root:twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0) sleeping for 343.0 secs.

Do you know what might cause the problem or how it may be solved? Thank you in advance for your help!

rsreetech commented 3 years ago

Installing twint using "pip3 install --user --upgrade git+https://github.com/himanshudabas/twint.git@origin/twint-fixes#egg=twint" this works. I also had the same issue

Bturan19 commented 3 years ago

I have the same issue.

After using this command: "pip3 install --user --upgrade git+https://github.com/himanshudabas/twint.git@origin/twint-fixes#egg=twint" ,

now I have different kind of error

CopperC commented 3 years ago

Thanks @rseetech this fixed my same symptoms as described by @DGKore !

hwasiti commented 3 years ago

Thanks @rseetech this fixed my same symptoms as described by @DGKore too!

vlasvlasvlas commented 3 years ago

same.

BenedicteColnet commented 3 years ago

Same, thank you 🙏

DGKore commented 3 years ago

hello all,

@rsreetech I was now able to install Twint as well, so thank you for the help! Unfortunately, when I try to run my command twint -s "tddl" --since "2021-06-16" --hashtags --count --userid --stats --resume -o TwintTweets.csv --csv I now get the error that 'twint' is not recognized as an internal or external command, operable program or batch file. I have checked it, but I am using the correct Python version (3.6). Does anyone know how I could solve this? Does this have anything to do with the Dockerfile (I am very new to this)?

Thank you!

zolopp commented 2 years ago

the same issue on centos