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

why always logged out? #27

Closed yekayee closed 11 months ago

yekayee commented 12 months ago

threads_api.src.threads_api.LoggedOutException: {'message': 'login_required', 'error_title': "You've Been Logged Out", 'error_body': 'Please log back in.', 'logout_reason': 8, 'status': 'fail'}

Danie1 commented 12 months ago

When you remove the token file, does it start working again?

I'm trying to troubleshoot whether this may be related to token expiration + renewal that needs to be fixed.

yekayee commented 12 months ago

yes working again, but still same problem always logged out

Danie1 commented 12 months ago

Ok, I will look into this, thanks for pointing it out

MsLolita commented 12 months ago

same error, I am exiting from main account on phone(((

keith284487 commented 11 months ago

Did you check if it's requesting cached token, etc? Where does it fail?

Danie1 commented 11 months ago

Is this still an issue? If so, I will look into it.

Please update.

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.

I will be more than happy to look into it with you.