Replies: 1 comment 3 replies
-
You can collect the PIN in advance and add it to the config file so the script doesn't have to ask you for it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, every time I run the command , i get the error: trakt_list requires Trakt to be configured
i am running this in docker-compose.
I have added the trakt Client ID and Secret but I cannot get it to prompt me for a pin and save credentials.
I run:
docker compose up -d
then run
docker exec-it plex_meta_manager_movies bash
once inside the container i run:
python plex_meta_manager.py -r
The script runs, I get collections and overlays in plex but I get errors whenever trakt is needed.
| Connecting to Trakt... |
| Navigate to: https://trakt.tv/oauth/authorize?response_type=code&redirect_uri=urn:ietf:wg:oauth:2.0:oob&client_id=readcted |
| If you get an OAuth error your client_id or client_secret is invalid |
| Trakt pin (case insensitive): | Input Failed |
| Trakt Connection Failed
Beta Was this translation helpful? Give feedback.
All reactions