twikit
twikit copied to clipboard
List index out of range issue when loggin in
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.
I updated the package. Now I get following error: {"errors":[{"code":366,"message":"flow name LoginFlow is currently not accessible"}]}"
you can see this https://github.com/d60/twikit/issues/169#issuecomment-2286465397