webosbrew / dev-manager-desktop

Device/DevMode Manager for webOS TV
Apache License 2.0
1.17k stars 73 forks source link

Automatic Developer Mode Renewal #173

Closed Savabo closed 9 months ago

Savabo commented 9 months ago

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 commented 9 months ago

Please update the app. It's an issue that was fixed in https://github.com/webosbrew/dev-manager-desktop/pull/140 .