-
Notifications
You must be signed in to change notification settings - Fork 90
Description
Working for a long time with this, sometimes had to recreate the $issue_token, and $cookies, without problems
but since a couple of week, it's not accepting the new values anymore:
PHP Notice: Undefined variable: result in /home/pi/nest-api/nest.class.php on line 1295
PHP Fatal error: Uncaught UnexpectedValueException: Response to login request doesn't contain required access token. Response: null in /home/pi/nest-api/nest.class.php:1295
Stack trace:
#0 /home/pi/nest-api/nest.class.php(1290): Nest->login(false)
#1 /home/pi/nest-api/nest.class.php(124): Nest->login()
#2 /home/pi/nest-api/get_nest.php(20): Nest->__construct(NULL, NULL, 'https://account...', '__Secure-3PSID=...')
#3 {main}
thrown in /home/pi/nest-api/nest.class.php on line 1295
hope someone solved this,
regards, Roland