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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
While using the shell script to automatically renew it returns an error: {"result":"fail","errorCode":"ERR_006","errorMsg":"Check sessionToken"}
Because the url in the script is incorrect: CHECK_RESULT=$(curl --max-time 3 -s "https://developer.lge.com/secure/ResetDevModeSession.dev?SESSION_TOKEN=$SESSION_TOKEN")
Should be: CHECK_RESULT=$(curl --max-time 3 -s "https://developer.lge.com/secure/ResetDevModeSession.dev?sessionToken =$SESSION_TOKEN")
SESSION_TOKEN to SESSIONTOKEN
The text was updated successfully, but these errors were encountered:
Please update the app. It's an issue that was fixed in #140 .
Sorry, something went wrong.
No branches or pull requests
While using the shell script to automatically renew it returns an error: {"result":"fail","errorCode":"ERR_006","errorMsg":"Check sessionToken"}
Because the url in the script is incorrect:
CHECK_RESULT=$(curl --max-time 3 -s "https://developer.lge.com/secure/ResetDevModeSession.dev?SESSION_TOKEN=$SESSION_TOKEN")
Should be:
CHECK_RESULT=$(curl --max-time 3 -s "https://developer.lge.com/secure/ResetDevModeSession.dev?sessionToken
=$SESSION_TOKEN")
SESSION_TOKEN to SESSIONTOKEN
The text was updated successfully, but these errors were encountered: