You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to webOS Dev Manager App
Click on Info
Click on Shell Script
Note the second to last line of code with the typo
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"}
The text was updated successfully, but these errors were encountered:
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 behttps://developer.lge.com/secure/ResetDevModeSession.dev?sessionToken=$SESSION_TOKEN
.To Reproduce
Steps to reproduce the behavior:
{"result":"fail","errorCode":"ERR_006","errorMsg":"Check sessionToken"}
Expected behavior
Step 5 should return
{"result":"success","errorCode":"200","errorMsg":"GNL"}
The text was updated successfully, but these errors were encountered: