Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plextraktsync without command is deprecated. Executing "plextraktsync sync" #20

Open
NGDM opened this issue Nov 28, 2024 · 1 comment
Open

Comments

@NGDM
Copy link

NGDM commented Nov 28, 2024

linuxserver.io


Expected Behavior

Use current and non-deprecated commands

Current Behavior

Cron command uses the deprecated plextraktsync command instead of the correct command plextraktsync sync

Steps to Reproduce

  1. Run regular initiated container and wait for next cron run of sync

Environment

OS: Ubuntu 24.04.1 LTS
CPU architecture: x86_64/arm32/arm64
How docker service was installed:

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

Command used to create docker container (run/create/compose/screenshot)

docker-compose.yml

services:
  plextraktsync:
    image: lscr.io/linuxserver-labs/plextraktsync:latest
    container_name: plextraktsync
    volumes:
      - '$DOCKERDIR/plextraktsync/config:/config:rw'
    networks:
        - myBridge
    environment:
      - PUID=$DOCKER_UID
      - PGID=$DOCKER_GID
      - UMASK=$UMASK
    restart: 'unless-stopped'

.env

DOCKER_GID=1000
DOCKER_UID=1000
UMASK=022
DOCKERDIR=home/ngdm/docker

Docker logs

…
plextraktsync  | INFO     Websocket connected                                                    
plextraktsync  | WARNING  plextraktsync without command is deprecated. Executing "plextraktsync sync"                                                                  
plextraktsync  | INFO     PlexTraktSync [0.32.2]       
…
@NGDM
Copy link
Author

NGDM commented Nov 28, 2024

Didn't notice this was already logged and has an active (but staling) PR (#18).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant