-
-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
Hello,
I noticed that from 16.11.2025 my e-mail notifier app keep getting this error:
Details:
- Python version: 3.14 / 3.11.2
- OS: Windows 11 / Linux raspberrypi 6.12.47+rpt-rpi-v8 create action workflow #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1~bookworm (2025-09-16) aarch64
- tgtg: Using version 25.11.0 (both Windows 11 and Linux)
---------------------------------------------------------------------------
TgtgLoginError Traceback (most recent call last)
Cell In[2], [line 2](vscode-notebook-cell:?execution_count=2&line=2)
1 client = TgtgClient(email="myemail@gmail.com")
----> [2](vscode-notebook-cell:?execution_count=2&line=2) credentials = client.get_credentials()
File c:\Users\tomas\AppData\Local\Programs\Python\Python314\Lib\site-packages\tgtg\__init__.py:91, in TgtgClient.get_credentials(self)
90 def get_credentials(self):
---> [91](file:///C:/Users/tomas/AppData/Local/Programs/Python/Python314/Lib/site-packages/tgtg/__init__.py:91) self.login()
92 return {
93 "access_token": self.access_token,
94 "refresh_token": self.refresh_token,
95 "cookie": self.cookie,
96 }
File c:\Users\tomas\AppData\Local\Programs\Python\Python314\Lib\site-packages\tgtg\__init__.py:178, in TgtgClient.login(self)
174 raise TgtgAPIError(
175 response.status_code, "Too many requests. Try again later."
176 )
177 else:
--> [178](file:///C:/Users/tomas/AppData/Local/Programs/Python/Python314/Lib/site-packages/tgtg/__init__.py:178) raise TgtgLoginError(response.status_code, response.content)
TgtgLoginError: (403, b'{"url":"[https://geo.captcha-delivery.com/interstitial/[...])What I tried to do:
- turned off notifier for 1 day to check if my IP isn't blocked,
- used VPN to send requests form different IP's.
Could you please let me know if this is known problem for now? I can't find any information about it at GitHub recently
Kind regards
Tomek
giterinhub, reidmeyer and Spiderpig86
Metadata
Metadata
Assignees
Labels
No labels