This repository has been archived by the owner on May 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 138
Trakt Problem #685
Comments
I just corrected the part where it gets a token, not where it was complaining continually that I need to add the user back again. I can't test that until I rebuild the docker container and push that to the machines that run things. It was fun tracking it down and I learned a bit about python. |
The change fixed it, it now works perfectly. :) This is the change that I made to /content/services/trakt.py Starting around line 159, replaced the post and the oauth functions.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had a problem with the oauth for trakt. I am NOT a python developer, mostly deal with C# and backend code.
I fixed part of it by changing the post function in the trakt.py in content/services by changing the headers when it's getting a code versus when it's just talking to trakt.
There is python library for trakt I'll check later if this is what the problem was.
The text was updated successfully, but these errors were encountered: