Error: twint.token.RefreshTokenException: Could not find the Guest token in HTML
Issue Template
Error: twint.token.RefreshTokenException: Could not find the Guest token in HTML
Initial Check
If the issue is a request please specify that it is a request in the title (Example: [REQUEST] more features). If this is a question regarding 'twint' please specify that it's a question in the title (Example: [QUESTION] What is x?). Please only submit issues related to 'twint'. Thanks.
Make sure you've checked the following:
- [] Python version is 3.6;
- [] Updated Twint with
pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint; - [] I have searched the issues and there are no duplicates of this issue/question/request.
Command Ran
Please provide the exact command ran including the username/search/code so I may reproduce the issue.
Description of Issue
when running Twint I get the following error: raceback (most recent call last):
File "twitter.py", line 18, in twint.run.Search(c) File "/home/ssm-user/.local/lib/python3.8/site-packages/twint/run.py", line 410, in Search run(config, callback) File "/home/ssm-user/.local/lib/python3.8/site-packages/twint/run.py", line 329, in run get_event_loop().run_until_complete(Twint(config).main(callback)) File "/home/ssm-user/.local/lib/python3.8/site-packages/twint/run.py", line 36, in init self.token.refresh() File "/home/ssm-user/.local/lib/python3.8/site-packages/twint/token.py", line 68, in refresh raise RefreshTokenException('Could not find the Guest token in HTML') twint.token.RefreshTokenException: Could not find the Guest token in HTML
Environment Details
Using Ubuntu Server
Source: twintproject/twint