-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[ERROR] twint.token.RefreshTokenException: Could not find the Guest token in HTML #1433
Comments
After replacing the token.py file, twint can work normally |
I have the same issue: RefreshTokenException: Could not find the Guest token in HTML |
Has the issue been resolved? |
also have this error: twint.token.RefreshTokenException: Could not find the Guest token in HTML |
replacing token.py with what? thanks |
|
wow ok many thanks. sorry tired & missed your link to the comment there. |
does it work? because from 28 feb 2023 it always return Raising Exception Could not find the Guest token in HTML |
it appears to be working, yes. had to change token.py file. |
I still having error
|
I am having the same issue and I have tried replacing token.py |
I use python3.8.8, I don't know if it will help you |
what does your environment setup look like? When I was working with this issue in development I changed the token.py file that was in /venv folder in my project...had to do something else for production |
Have you tried replacing the files in the '~\AppData\Roaming\Python\Python39\site-packages\twint' directory? |
Attempting to run a trivial user search
Raising Exception
Could not find the Guest token in HTML
Python Version: 3.11
pip version: 23.0.1
twint version: 2.1.21
OS: MacOS Montery 12.6 (M2)
I have tried installing twint both through
pip install twint
andpip install --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint
Output of
pip list
The text was updated successfully, but these errors were encountered: