Closed datastd-dev closed 6 months ago
Hey @datastd-dev are you using multiple threads?
Hiç, Yes, i guess as default. I did not change.Sarabjit Dhiman @.***> şunları yazdı (17 May 2024 09:38): Hey @datastd-dev are you using multiple threads?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>
Ahh I see, twitter just redirected all the old twitter.com URLs to x.com
Edit: Already fixed.
I took same error although uninstalling and installing again. what should i do?
@datastd-dev
run this command
pip install -U tweeterpy --no-cache-dir
Let me know how it goes
solved. thanks a lot.
Sarabjit Dhiman @.***> şunları yazdı (17 May 2024 19:04):
@datastd-dev https://github.com/datastd-dev run this command
pip install -U tweeterpy Let me know how it goes
— Reply to this email directly, view it on GitHub https://github.com/iSarabjitDhiman/TweeterPy/issues/58#issuecomment-2117917551, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH2ISWTUJRM7FBSSIZIZWE3ZCYS7TAVCNFSM6AAAAABH3PTUD6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJXHEYTONJVGE. You are receiving this because you were mentioned.
I am still getting this error
", line 162, in generate_session
Path.GUEST_TOKEN_URL, method="POST", session=self.session).get('guest_token', util.find_guest_token(home_page))
File "_Python310\site-packages\tweeterpy\util.py", line 92, in find_guest_token
raise Exception("Couldn't find guest token")
Exception: Couldn't find guest token
I am still getting this error
", line 162, in generate_session Path.GUEST_TOKEN_URL, method="POST", session=self.session).get('guest_token', util.find_guest_token(home_page)) File "_Python310\site-packages\tweeterpy\util.py", line 92, in find_guest_token raise Exception("Couldn't find guest token")
Exception: Couldn't find guest token
Hey @New-dev0 Make sure to update the package
pip install -U tweeterpy --no-cache-dir
Hi,
Code was working yesterday but I received error below today. Could someone help?