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

WARNING: Call to deprecated function or method "edit", use "editTitle" and "editSummary" instead

NGDM opened this issue · comments

commented

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

Noticed a WARNING message in my logs

Error trace / logs

Processing TV Shows 100% ━━━━━━━━━━━━━━━━━ 59/59  [ 0:01:04 < 0:00:00 , 1 it/s ]
INFO     TV Shows processed in 1 min 4.2 seconds                                
Syncing show ratings 100% ━━━━━━━━━━━━ 70/70  [ 0:00:00 < 0:00:00 , 2,369 it/s ]
INFO     Plex list 'One Piece Collection' (15 items) nothing to update          
INFO     Plex list 'A24' (7 items) nothing to update                            
WARNING  Call to deprecated function or method "edit", use "editTitle" and      
         "editSummary" instead.                                                 
INFO     Plex list 'Based On or Inspired By a True Story' (7 items) updated     
INFO     Plex list 'IMDb Moviemeter (Top 100)' (25 items) nothing to update     
INFO     Updated liked list in 3.2 seconds

Expected behavior

Migrate to usage of new functions/methods

Steps to reproduce the behavior

Regular scheduled "sync" command

Inspect of problematic items

No response

Workarounds

No response

Install method

docker-compose

Config file contents

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

Version

0.27.12

Python Version

3.12.0

Plex Server Version

1.32.8.7639-fb6452ebf, updated at: 2023-12-06 20:57:26

Operating System and Version

Linux-3.10.108-x86_64-with

Thanks for reporting this 👍
Fix is #1666