twikit icon indicating copy to clipboard operation
twikit copied to clipboard

List index out of range issue when loggin in

Open SzymonJot opened this issue 1 year ago • 2 comments

I get following error when I try to log in: return self.response['subtasks'][0]['subtask_id']

IndexError: list index out of range

I use following code: client = Client('pl-PL', proxy=proxy_urls[sessions[1]])

await client.login( auth_info_1=USERNAME , auth_info_2=EMAIL, password=PASSWORD )

It worked a month ago.

SzymonJot avatar Sep 11 '24 19:09 SzymonJot

I updated the package. Now I get following error: {"errors":[{"code":366,"message":"flow name LoginFlow is currently not accessible"}]}"

SzymonJot avatar Sep 11 '24 19:09 SzymonJot

you can see this https://github.com/d60/twikit/issues/169#issuecomment-2286465397

CatBraaain avatar Sep 22 '24 06:09 CatBraaain