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

Renew automatically shell script has a typo in the URL #139

Closed
klamike opened this issue Jul 20, 2023 · 0 comments · Fixed by #140
Closed

Renew automatically shell script has a typo in the URL #139

klamike opened this issue Jul 20, 2023 · 0 comments · Fixed by #140

Comments

@klamike
Copy link
Contributor

klamike commented Jul 20, 2023

Describe the bug
In the renew automatically shell script option, the URL template is https://developer.lge.com/secure/ResetDevModeSession.dev?SESSION_TOKEN=$SESSION_TOKEN but it should be https://developer.lge.com/secure/ResetDevModeSession.dev?sessionToken=$SESSION_TOKEN.

To Reproduce
Steps to reproduce the behavior:

  1. Go to webOS Dev Manager App
  2. Click on Info
  3. Click on Shell Script
  4. Note the second to last line of code with the typo
  5. Run the shell script and receive the error response {"result":"fail","errorCode":"ERR_006","errorMsg":"Check sessionToken"}

Expected behavior
Step 5 should return {"result":"success","errorCode":"200","errorMsg":"GNL"}

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

Successfully merging a pull request may close this issue.

1 participant