Taxel / PlexTraktSync

A python script that syncs the movies, shows and ratings between trakt and Plex (without needing a PlexPass or Trakt VIP subscription)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Server with name X is not defined"

justcharlie opened this issue · comments

Confirmation

  • I have read the README.md on the project homepage
  • I have checked if identical issue already exists
  • I have tried downgrading to find version that can be used as a workaround

The problem

After successfully authenticating I get this error in plextraktsync which is running on Unraid. I searched and see that others have experienced this also but I couldn't find a solution. Thanks for any help you can offer.

Steps to reproduce the behavior

Authenticate Trakt and run for the first time

Error trace / logs

No response

Expected behavior

It's supposed to scan my library

Inspect of problematic items

No response

Workarounds

No response

Config file contents

No response

Install method

docker-compose

Version

0.31.0

Python Version

3.12.4

Plex Server Version

1.40.3.855-fef15d30c

Operating System and Version

Unraid latest

I had the same problem.

The problem was the servers.yml in the config folder. After setup with docker there were two servers stored in it. One was called "default" and the other was mine, I just had to delete the default one.

I also deleted all the trashy or old server urls and just left one with the IP address of my server.

The file should look like this:

servers:
  Example1:
    token: ~
    urls:
      - http://localhost:32400
    config:

OP: Missing information about your config.yml. .env and servers.yml, they likely not in sync. also info about your setup and volumes missing.