-
Notifications
You must be signed in to change notification settings - Fork 139
Trakt New API integration required #666
Comments
I was able to fixt trakt issue on mine, janky but it worked
to
restarted PD and went through trakt authorzation again saved settings |
HI it worked for me. Thank you! I guess the author of this script should take a note of it and add it to the next version. Thanks so much @mash2k3 |
I made changes to the fix, its more of a permanent fix no reverting required. in case dev does not fix before trakt token expires. If you dont feel comfortable editing file, i attached the file here. make sure to extract first then copy and overwrite in correct location. |
Tell me one thing, whatever changes I made now based on your previous comment would require the need of re-authentication soon? |
no re-authentication will come up in a month or so or several month, but when it does and you used the first fix method you will need to do the same thing with changing code and reverting. With the second fix method you set it once and it should be good for the next re-authentications with out tinkering with the script. |
Got it so shall I do this now or do it when re-authenticating next time? If I do the changes in script now, is there any need of re-authentication? |
its up to you |
Okay I have a made a changes |
does anyone have this in a fork? |
Not understanding why this issue got closed exactly. |
@mash2k3 Can you tell us where you put this or how to locate this file? |
basically you want to access your docker sub-volume for plex_debrid For my ubuntu server on a cloud server i used filebrowser, which is a docker container. i installed following their instructions. If you dont feel comfortable editing file, i attached the file here. make sure to extract first then copy and overwrite in correct location. |
You could just do |
In my book a volume for mounting the edited file does the job elegantly for the time being. |
Yeah bind mounting the dir as well would be really simple. Can just look at the Dockerfile to find out where it stores the app, then bind mount that dir locally. Whatever is easiest for others 🍡 |
So I think I was able to edit it, but it keeps creating a new container each time. |
That why you want to mount the edit from the host to the container. Otherwise just use git and python directly. |
So I got git to work with python and was able to reauthorize it using the code that popped up, but it's still giving the 401 unauthorized error. |
This is the permafix. |
I think there was something wrong with my config as it's working after I deleted settings.json and went through and redid it. Thank you for the help! |
Hi I am raising this concern as the Trakt API to authenticate user has been deprecated I guess and it needs to be updated in the script.
While setting up the service again, I found this issue here and I am not able to check the new content from Trakt and the new content can only be seen from Plex
The text was updated successfully, but these errors were encountered: