Skip to content

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

Open
@NGDM

Description

@NGDM

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]       
…

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions