Skip to content
New issue

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

Automatic Developer Mode Renewal #173

Closed
Savabo opened this issue Dec 21, 2023 · 1 comment
Closed

Automatic Developer Mode Renewal #173

Savabo opened this issue Dec 21, 2023 · 1 comment

Comments

@Savabo
Copy link

Savabo commented Dec 21, 2023

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

@mariotaku
Copy link
Member

Please update the app. It's an issue that was fixed in #140 .

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

No branches or pull requests

2 participants