We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use current and non-deprecated commands
Cron command uses the deprecated plextraktsync command instead of the correct command plextraktsync sync
plextraktsync
plextraktsync sync
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
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
… plextraktsync | INFO Websocket connected plextraktsync | WARNING plextraktsync without command is deprecated. Executing "plextraktsync sync" plextraktsync | INFO PlexTraktSync [0.32.2] …
The text was updated successfully, but these errors were encountered:
Didn't notice this was already logged and has an active (but staling) PR (#18).
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
Use current and non-deprecated commands
Current Behavior
Cron command uses the deprecated
plextraktsync
command instead of the correct commandplextraktsync sync
Steps to Reproduce
Environment
OS: Ubuntu 24.04.1 LTS
CPU architecture: x86_64/arm32/arm64
How docker service was installed:
Command used to create docker container (run/create/compose/screenshot)
docker-compose.yml
.env
Docker logs
The text was updated successfully, but these errors were encountered: