Skip to content
New issue

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

Failing to authenticate #38

Open
dewmguy opened this issue Nov 20, 2022 · 3 comments
Open

Failing to authenticate #38

dewmguy opened this issue Nov 20, 2022 · 3 comments

Comments

@dewmguy
Copy link

dewmguy commented Nov 20, 2022

typing my working username and password into the script and it just says

We failed to authenticate towards plex.tv

@trumpy81
Copy link
Collaborator

trumpy81 commented Nov 20, 2022

The error message indicates three possibilities.

  1. You misspelled/mistyped your username/password
  2. You have a poor internet connection to plex.tv
  3. Your server and/or machine IP address are NOT compliant with RFC1918

If you recently changed your password at Plex, then make sure you enter the updated password.

Do NOT forget to check the Wiki. It may contain some much needed information. https://github.com/ukdtom/ClaimIt/wiki

If you are a Windows user, then make sure you download the app from here: https://github.com/ukdtom/ClaimPMS4Win/releases/latest

Also, make sure you browse through the Wiki there: https://github.com/ukdtom/ClaimPMS4Win/wiki

@ukdtom
Copy link
Owner

ukdtom commented Nov 21, 2022

Well....Could also be:

If using extended characters in your password, the release version doesn't url encode them :(
If so, use this branch: https://github.com/ukdtom/ClaimIt/tree/passencode-fix/linux

If using 2FA authentication, then when asked for a password, and you pwd is "MyPwd" and your 2FA code is: "11223344" then enter: "MyPwd11223344"

@naschenbrenner
Copy link

Well....Could also be:

If using extended characters in your password, the release version doesn't url encode them :( If so, use this branch: https://github.com/ukdtom/ClaimIt/tree/passencode-fix/linux

If using 2FA authentication, then when asked for a password, and you pwd is "MyPwd" and your 2FA code is: "11223344" then enter: "MyPwd11223344"

I really appreciate you mentioning the MFA method here, I couldn't find it in the documentation and it's what did the trick for me. Thank you so much!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants