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

CRITICAL:root:twint.feed:Follow:IndexError #1206

Open
3 tasks done
yuis-ice opened this issue May 26, 2021 · 10 comments
Open
3 tasks done

CRITICAL:root:twint.feed:Follow:IndexError #1206

yuis-ice opened this issue May 26, 2021 · 10 comments

Comments

@yuis-ice
Copy link

yuis-ice commented May 26, 2021

  • Python version is 3.6;
  • Updated Twint with pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint;
  • I have searched the issues and there are no duplicates of this issue/question/request.

Command Ran

$ twint -u coinbureau --followers -l 50
CRITICAL:root:twint.feed:Follow:IndexError

Description of Issue

As the console output. I have no idea what the error means though.

Environment Details

Ubuntu 18.04.5 LTS

python --version
Python 3.6.9

pyenv --version
pyenv 1.2.22-16-ga7f44c39

pip --version
pip 21.1.1

virtualenv --version
virtualenv 20.4.6

@ghost
Copy link

ghost commented May 26, 2021

You typed "-l 50" but "-l" is the same as "--lang". I guess it doesn't let you define the language as 50.
If you type "twint -h" in the terminal where you installed the twint, you can get detailed information about the commands.

@yuis-ice
Copy link
Author

Okay, as I read one issue on github #340 I happened to misread "-l" for "--limit". But kindly note that the error can be totally reproducible with/without the option.

@dK0y
Copy link

dK0y commented Jun 1, 2021

I'm seeing the same.

resp = await response.text() in get.py is followed by a check for a 429 status, but for me it's always returning a 401 status (unauthorized), the code will then continue with an empty response.

@isaacxbt
Copy link

isaacxbt commented Jun 9, 2021

same error

1 similar comment
@vlasvlasvlas
Copy link

same error

@Wulfheart
Copy link

Wulfheart commented Jun 28, 2021

Does neither work with the Dockerfile. Any idea how to fix this?
It seems related to the fact that a user has to be authenticated to access the followers.

@dK0y
Copy link

dK0y commented Jul 5, 2021

I think you'll need to:

  1. purchase twitter
  2. then tell your developers to make the followers etc available again from the mobile 'guest' account which seems to be the workaround that twint used to obtain them but that is no longer available.

@0xCardinalError
Copy link

Maybe would be nice that developers inform us that this part is no longer working? I was having high hopes with this and see I cant use it now, wondering will it be deprecated in future or ?

@shizia
Copy link

shizia commented Apr 15, 2022

same here

@seanPhill
Copy link

seanPhill commented Apr 17, 2022

Is there or will there be soon, a way to authenticate with Twitter in order to get a list of following or followers?

Aside from, of course, simply using Twitter the "normal" way.

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

8 participants