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

Log in to Plex failed

yoanndelattre 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

When I run the sync command from Docker and have to connect to my Plex account, I get an error.

Error trace / logs

INFO     PlexTraktSync [0.26.5]
WARNING  Added default server to /app/config/servers.yml
Please enter your Plex username or e-mail: yoanndelattre21@gmail.com
If you have 2 Factor Authentication enabled on Plex you can append the code to your password below (eg. passwordCODE)
Please enter your Plex password:
Log in to Plex failed: '(429) too_many_requests; https://plex.tv/users/sign_in.xml '

Expected behavior

I expected the connection to Plex to be successful.

Steps to reproduce the behavior

  1. Run this command : docker run -it --rm -v plextraktsync-config:/app/config ghcr.io/taxel/plextraktsync:latest sync

Inspect of problematic items

No response

Workarounds

No response

Install method

docker-compose

Config file contents

No response

Version

0.26.5

Python Version

3.11.3

Operating System and Version

Alpine Linux v3.16

Some clues that could help :

@twolaw I hadn't seen it, thanks for your reply.