Skip to content
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

Login to Trakt not working #170

Closed
alexey-e-andreev opened this issue Sep 30, 2024 · 2 comments · Fixed by #171
Closed

Login to Trakt not working #170

alexey-e-andreev opened this issue Sep 30, 2024 · 2 comments · Fixed by #171

Comments

@alexey-e-andreev
Copy link

Problem occured when I tried to import IMDb list, then I reset token and tried to connects to Trakt anew. Now I'm getting error again and again.

First time a got log:

2024-09-27 15:06:51.967 [INFO] [][01]: Exchanging refresh-token for access-token...
2024-09-27 15:06:51.972 [DEBG] [][03]: Address: http://api.trakt.tv/oauth/token, Post: {"client_id":"...","client_secret":"...","grant_type":"refresh_token","redirect_uri":"urn:ietf:wg:oauth:2.0:oob","refresh_token":"..."}
2024-09-27 15:06:52.658 [ERR ] [][03]: Response: The remote server returned an error: (404) Not Found.
2024-09-27 15:06:52.659 [ERR ] [][01]: Unable to login to trakt, check log for details

Now I got similar messages again and again:

2024-09-30 09:33:51.830 [INFO] [][01]: Exchanging pin-code for access-token...
2024-09-30 09:33:51.834 [DEBG] [][03]: Address: http://api.trakt.tv/oauth/token, Post: {"client_id":"...","client_secret":"...","code":"...","grant_type":"authorization_code","redirect_uri":"urn:ietf:wg:oauth:2.0:oob"}
2024-09-30 09:33:56.214 [ERR ] [][03]: Response: The remote server returned an error: (404) Not Found.
2024-09-30 09:33:56.215 [ERR ] [][01]: Unable to login to trakt, check log for details

@damienhaynes
Copy link
Owner

Thanks for reporting. I will fix this in a release coming this week.

@damienhaynes
Copy link
Owner

Fixed:
https://github.com/damienhaynes/TraktRater/releases/tag/2.3.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants