We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fix is below:
function GetLoginToken() { url="https://plex.tv/api/v2/users/signin" local response=$(curl -X POST -i -k -L -s $url --data-urlencode "login=$1" --data-urlencode "password=$2" --data-urlencode "X-Plex-Client-Identifier=ClaimIt-$3")
The text was updated successfully, but these errors were encountered:
Another instance where passwords are not being handled correctly can be found here:
https://forums.plex.tv/t/plex-running-on-synology-but-suddenly-cant-access/426977/3
User has an unusual email address and the ClaimIt script is not handling that properly and returning an invalid username & password etc.
Sorry, something went wrong.
Making this change did the trick for me--much appreciated @akutruff !
ziggimon
No branches or pull requests
fix is below:
The text was updated successfully, but these errors were encountered: