Closed chessvoid closed 1 month ago
I noticed that "Trakt users" and "Trakt library user" in your example don't have the api_key field, were they removed as part of redacting or missing?
{
"Content Services": [
"Plex",
"Trakt",
"Overseerr"
],
"Plex users": [],
"Plex auto remove": "movie",
"Trakt users": [
[
"username",
"api_key"
]
],
"Trakt lists": [],
"Trakt auto remove": "movie",
"Trakt early movie releases": "false",
"Overseerr users": [
"all"
],
"Overseerr API Key": "api_key",
"Overseerr Base URL": "http://192.168.90.215:5055",
"Library collection service": [
"Trakt Collection"
],
"Library update services": [
"Jellyfin Libraries"
],
"Library ignore services": [
"Local Ignore List"
],
"Trakt library user": [
"username",
"api_key"
],
"Trakt refresh user": [],
"Plex library refresh": [],
"Plex library partial scan": "true",
"Plex library refresh delay": "2",
"Plex server address": "http://localhost:32400",
"Plex library check": [],
"Plex ignore user": "",
"Trakt ignore user": "",
"Local ignore list path": "/config/",
"Jellyfin API Key": "api_key",
"Jellyfin server address": "http://192.168.90.26:8096",
"Sources": [
"torrentio"
],```
Solved the issue had to delete config recreate container and apply settings from here https://github.com/I-am-PUID-0/pd_zurg/issues/71, to my docker-compose, the api field was missing for some reason from my config, and plex_debrid ui didn't ask for api authorization before.
Trying to authenticate via Trakt API results in "[trakt] error: (401 unauthorized): trakt api key for user 'f' does not seem to work. Consider re-authorizing plex_debrid for this trakt user."
My config file:
My docker compose file:
OS: Ubuntu Docker