Danie1 / threads-api

Unofficial Python API for Meta's Threads App
https://pypi.org/project/threads-api/
MIT License
108 stars 15 forks source link

Error with the login response #32

Closed amirmoghi3 closed 11 months ago

amirmoghi3 commented 12 months ago

await api.login(username=username, password=password, cached_token_path=".token")

why it mades error [ERROR] Error with the login response

Danie1 commented 12 months ago

In the latest version of threads-api, please set the LOG_LEVEL environment variable to "DEBUG" and send me the non-sensitive results in case you still need assistance with this. It will most likely contain the error that is not printed to the screen.

Danie1 commented 11 months ago

Please re-open with additional info if still reproduces after version v1.1.13 (https://github.com/Danie1/threads-api/releases/tag/v1.1.13). It contains improvements in this area / the solution, so at the very least it will be easier to troubleshoot if a different issue appears.