Taxel / PlexTraktSync

A python script that syncs the movies, shows and ratings between trakt and Plex (without needing a PlexPass or Trakt VIP subscription)
MIT License
1.59k stars 104 forks source link

Can't enter Plex Password #2089

Open tallinex opened 3 days ago

tallinex commented 3 days ago

Confirmation

The problem

I have installed PlexTraktSync using Docker fine but when I try to run the command plextraktsync sync it askes me for my Plex username which i can type in. I then press enter and it asks for my Plex password, this is where I have a problem. It will not allow me to type anything, the only thing I can do is press enter which takes me to the 2FA input.

Steps to reproduce the behavior

INFO PlexTraktSync [0.32.0]
Please enter your Plex username or e-mail (): [my username] Please enter your Plex password: CANNOT TYPE HERE Enter a 2FA code if enabled, or leave blank otherwise: [left blank] Log in to Plex failed: '(401) unauthorized; https://plex.tv/api/v2/users/signin <?xml version="1.0" encoding="UTF-8"?> ', Try again.

Error trace / logs

No response

Expected behavior

it would let me type my password

Inspect of problematic items

No response

Workarounds

No response

Config file contents

No response

Install method

docker-compose

Version

0.32.0

Python Version

3.13.0

Plex Server Version

4.15.16

Operating System and Version

Synology NAS Docker

simonc56 commented 3 days ago

I'm sure you can type. What you're saying is that nothing appear on screen while you type. That's by design, the keystrokes are received but not printed.

Duplicate of :

tallinex commented 2 days ago

I have tried typing my password in the event that was the case but it still didn't work