#track config not pausing to enter pin

1 messages · Page 1 of 1 (latest)

placid igloo
#

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?

worthy dockBOT
#

Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.

Including the meta.log from the beginning is a huge help use !logs for more information.

serene idolBOT
#

In some circumstances [typically NAS], it can be difficult to run PMM in the interactive mode required for authenticating against MyAnimeList and Trakt.

chazlarson has a scripts that can do this authentication outside of PMM in his repo, but that requires you to be able to run a Python script on your computer or NAS, which may not be possible for whatever reason.

You can run those scripts online [on any OS] here:
https://replit.com/@chazlarson/MALAuth
https://replit.com/@chazlarson/TraktAuth

Click the green play button, wait a little bit, then follow the prompts.

sick ermine
#

I've got an online thing that will generate the auth block for you ready to paste in.

#

I can't find the autoresponse command though.

thorn meadow
sick ermine
#

Oh, so you did; not sure how I missed that.

placid igloo
#

thanks a million.. that got it working