-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TGTG API Error: (404, b'') #335
Comments
same problem |
Being discussed also here: Der-Henning/tgtg#577 |
Update the USER_AGENTS in init file should do the job. Anyone to check?
|
Tried changing the user agent, does not work on my setup. To give more details, the 404 error originates when calling the Right now, I have fixed by skipping the usage of old credentials and re-login. I will let you know if it stay logged in or it crashes later |
I tried modifying user-agent but no luck, still hitting 404 error. Also, re-login method didnt work for me as well |
Also tried meanwhile and does not work after a while. |
Does that mean TGTG blocks recursive calls maybe ? |
Same error. I tried modifying user-agent, still hitting 404 error. |
It suddenly just started working again. Looks like they reverted whatever server-side change they've done. |
no, same error : tgtg/init.py", line 139, in _refresh_token |
i removed self.login() in get_items, or other methods. |
@Graphir not sure that is a long term solution since at some point the access token is going to expire. If you really want to extend the duration is better to change the variable rather than removing the self.login() line. Anyway, we should figure out why the refresh token API is returning 404, by I haven’t android and can’t sniff the app requests |
Anyone any luck yet, by solving this problem ? |
I think they removed the refresh token api route. This request isn't working anymore and returns 404. |
New refresh url is at: /api/token/v1/refresh tested and works now :) |
I already created a PR |
I'm still getting 403 error at I tried changing My app version is upd. It looks like the latest APK version is indeed available only in some countries now. |
I do not have any issue on my side, what I've done is reducing my polling time to 1x every 5 minutes, otherwise I have a 403 HTTP error too |
0.18.2 have been realeased with the refresh token updated. Thanks @fbuchacher for the PR |
i have : raise TgtgAPIError(response.status_code, response.content) |
I just intercepted requests from 25.2.11 app. It looks like they will also be migrating other endpoints to |
Same problem here: Type your email linked to your TGTG account: [email protected] |
Hi,
It started today afternoon to raise:
tgtg.exceptions.TgtgAPIError: (404, b'')
Any clues?
The text was updated successfully, but these errors were encountered: