I'm trying to get trakt working with PMM, everything else seems find but I cannot get trakt working at all.
when I run the docker from synology and try to connect then run
python3 plex_meta_manager -r
it runs like it normally would but doesn't pause at all for the trakt pin, I've also tried running it from the command line:
docker run --rm -it -v "/volume2/docker/Plex-meta-manager/config:/config:rw" meisnate12/plex-meta-manager -r
and it just flies past this part:
| Connecting to Trakt... |
| Navigate to: https://trakt.tv/oauth/authorize?response_type=code&redirect_uri=urn:ietf:wg:oauth:2.0:oob&client_id=8d437782fd9b7e3ffb509c4e45c8cfc59c92e86916bc11f928c1ef50e0c6d2d2 |
| If you get an OAuth error your client_id or client_secret is invalid |
| Trakt pin (case insensitive): | Input Failed |
| Trakt Connection Failed
I've even tried installing it locally and just running it from the command line
and get the same behavior. It doesn't pause at all for me to enter the pin. I tried to just put the pin in the yml and it didn't like that much.
any hints at how I get it to pause and let me enter the pin?