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

Disabling TraktListsPlugin: No lists to process

xo9agq46a8k 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

My goal is simply to do a bidirectional sync between my plex universal watchlist and my default trakt watchlist. I'm a novice at all this and have spent hours trying to get this to work, I suspect I'm missing something very simple. I'm getting this 'Disabling TraktListsPlugin: No lists to process' warning, but am at a loss to why because on trakt.tv I see multiple lists on my "Personal Lists" page, my "Watchlist" being the top one. Both my trakt watchlist and my plex watchlist only contain a handful of entries. My trakt account is new this year, and my plex account is several years old. I erased the plextraktsync config and completely started from scratch, only to get the same error. I created another 'new application' on trakt, only to get the same error when connecting through it.

Disabling TraktListsPlugin: No lists to process

Steps to reproduce the behavior

python3 -m plextraktsync

Error trace / logs

2024-05-03 09:59:19,361 WARNING[plextraktsync]:plextraktsync without command is deprecated. Executing "plextraktsync sync"
2024-05-03 09:59:19,553 INFO[plextraktsync.commands.sync]:PlexTraktSync [0.30.2]
2024-05-03 09:59:19,628 INFO[plextraktsync.plex.PlexServerConnection]:Connecting with url: http://172.18.0.1:32400, timeout 30 seconds
2024-05-03 09:59:19,651 INFO[plextraktsync.sync.plugin.SyncPluginManager]:Enable sync plugin 'AddCollectionPlugin': False
2024-05-03 09:59:19,652 INFO[plextraktsync.sync.plugin.SyncPluginManager]:Enable sync plugin 'ClearCollectedPlugin': False
2024-05-03 09:59:19,653 INFO[plextraktsync.sync.plugin.SyncPluginManager]:Enable sync plugin 'LikedListsPlugin': False
2024-05-03 09:59:19,654 INFO[plextraktsync.sync.plugin.SyncPluginManager]:Enable sync plugin 'SyncRatingsPlugin': False
2024-05-03 09:59:19,655 INFO[plextraktsync.sync.plugin.SyncPluginManager]:Enable sync plugin 'SyncWatchedPlugin': False
2024-05-03 09:59:19,655 INFO[plextraktsync.sync.plugin.SyncPluginManager]:Enable sync plugin 'TraktListsPlugin': True
2024-05-03 09:59:19,657 INFO[plextraktsync.sync.plugin.SyncPluginManager]:Enable sync plugin 'WatchListPlugin': True
2024-05-03 09:59:21,377 INFO[plextraktsync.sync.plugin.SyncPluginManager]:Enable sync plugin 'WatchProgressPlugin': False
2024-05-03 09:59:21,378 WARNING[plextraktsync.sync.TraktListsPlugin]:Disabling TraktListsPlugin: No lists to process
2024-05-03 09:59:21,379 INFO[plextraktsync.decorators.measure_time]:Completed full sync in 1.74 seconds

Expected behavior

Expected bidirectional sync to happen between my plex universal watchlist and my default trakt watchlist.

Inspect of problematic items

No response

Workarounds

No response

Config file contents

cache:
  path: /app/config/trakt_cache
excluded-libraries:
- Private
- Family Holidays
- Music
- Other Videos
config:
  dotenv_override: true
plex:
  timeout: 30
logging:
  append: true
  console_time: false
  debug: false
  filename: plextraktsync.log
  filter_loggers: null
  filter: null
sync:
  rating_priority: plex
  plex_to_trakt:
    collection: false
    clear_collected: false
    ratings: false
    watched_status: false
    watchlist: true
  trakt_to_plex:
    liked_lists: false
    ratings: false
    watched_status: false
    watchlist: true
    watchlist_as_playlist: false
    playback_status: false
watch:
  add_collection: false
  remove_collection: false
  scrobble_threshold: 80
  username_filter: true
  media_progressbar: true
  ignore_clients: null
xbmc-providers:
  movies: imdb
  shows: tvdb

Install method

pipx

Version

0.30.2

Python Version

3.12.3

Plex Server Version

1.40.2.8395

Operating System and Version

Linux-6.1.79-Unraid-x86_64-with

you don't have anything enabled that would use trakt lists

  trakt_to_plex:
    liked_lists: false
    watchlist_as_playlist: false