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
I followed these instructions to get an issue token and cookie. They appear to work fine and give my app access to my Nest account. However, it seems the token/cookie then expires after an hour or two. Is there any way to make them last longer?
if (!isset($result->access_token)) {
thrownewUnexpectedValueException("Response to login request doesn't contain required access token. Response: " . json_encode($result));
}
// Response: {"error":"USER_LOGGED_OUT","detail":"No active session found."}
At the same time that I get these errors in my app, I am still logged in, on their website (on Chrome).
The text was updated successfully, but these errors were encountered:
I followed these instructions to get an issue token and cookie. They appear to work fine and give my app access to my Nest account. However, it seems the token/cookie then expires after an hour or two. Is there any way to make them last longer?
At the same time that I get these errors in my app, I am still logged in, on their website (on Chrome).
The text was updated successfully, but these errors were encountered: