Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auth error #280

Open
ClayCrudegas opened this issue Jan 5, 2025 · 1 comment
Open

auth error #280

ClayCrudegas opened this issue Jan 5, 2025 · 1 comment

Comments

@ClayCrudegas
Copy link

raceback (most recent call last):
File "C:\Users\starl\Documents\code\Tweet_finder\Twikit\main.py", line 43, in
asyncio.run(main())
File "C:\Python312\Lib\asyncio\runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\asyncio\base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\starl\Documents\code\Tweet_finder\Twikit\main.py", line 39, in main
await client.login(auth_info_1=username, auth_info_2=email, password=password)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\starl\AppData\Roaming\Python\Python312\site-packages\twikit\client.py", line 408, in login
flow.execute_task({
File "C:\Users\starl\AppData\Roaming\Python\Python312\site-packages\twikit\utils.py", line 399, in execute_task
response, _ = self._client.post(
^^^^^^^^^^^^^^^^^^
File "C:\Users\starl\AppData\Roaming\Python\Python312\site-packages\twikit\client.py", line 172, in post
return self.request('POST', url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\starl\AppData\Roaming\Python\Python312\site-packages\twikit\client.py", line 148, in request
raise BadRequest(message, headers=response.headers)
twikit.errors.BadRequest: status: 400, message: "{"errors":[{"code":366,"message":"flow name LoginFlow is currently not accessible g;173608266921794574:-1736082669374:F3Q9k5lfMBDJf7Vp5dKYO47Y:3"}]}"

@ClayCrudegas
Copy link
Author

I am having an issue connecting to x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant