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 with basic command: CRITICAL:root:twint.run:Twint:Feed:noDatalist index out of range #1083

Open satriavid opened 3 years ago

satriavid commented 3 years ago

Issue Template

Please use this template!

Initial Check

If the issue is a request please specify that it is a request in the title (Example: [REQUEST] more features). If this is a question regarding 'twint' please specify that it's a question in the title (Example: [QUESTION] What is x?). Please only submit issues related to 'twint'. Thanks.

Make sure you've checked the following:

Command Ran

Please provide the exact command ran including the username/search/code so I may reproduce the issue.

twint -s December21st

Description of Issue

Please use as much detail as possible.

The above command produced this error: CRITICAL:root:twint.run:Twint:Feed:noDatalist index out of range sleeping for 15 secs CRITICAL:root:twint.run:Twint:Feed:noDatalist index out of range sleeping for 15 secs CRITICAL:root:twint.run:Twint:Feed:noDatalist index out of range sleeping for 27.0 secs and so on..

Environment Details

Using Windows, Linux? What OS version? Running this in Anaconda? Jupyter Notebook? Terminal? Running on Ubuntu 20.04

mayankrichu commented 3 years ago

Same issue

mayankrichu commented 3 years ago

I just resolved this issue by installing via git clone --depth=1 https://github.com/twintproject/twint.git cd twint pip3 install . -r requirements.txt

and then

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

Most of the functionalities are working but I found twint -u myusername --following/followers not working

KeithCaballeroRodriguez commented 3 years ago

I just resolved this issue by installing via git clone --depth=1 https://github.com/twintproject/twint.git cd twint pip3 install . -r requirements.txt

and then

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

Most of the functionalities are working but I found twint -u myusername --following/followers not working

I have the same issue, but when I applied your approach looking for keywords I face this error: image