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
Tried going through a new app / PIN setup. Same deal. The "args" section of the json response changes when I use a new registration, but other than that stays the same. Setup.php process fails at "syncing..." with same error_log entry.
The text was updated successfully, but these errors were encountered:
This is an ecobee error saying they're having trouble refreshing or getting a new access token. Can you update to the latest version of the project and try again? You should be able to use the same database and ecobee app; just truncate the token table and do the authorization again.
I've had the same issue since the JWT change mentioned in the Ecobee API dox below. I tried again this morning with the most current code set with no luck.
Access Tokens
Access tokens will now always be returned as JWTs, which are longer than our legacy 32 character format, and use a much wider character set. Note that token and PIN changes affect /token and /authorize requests, as well as the Authorization: Bearer header for all other requests.
To ensure that your application will continue to work after December 1, 2020, the following steps will need to be taken:
Update your application so it can handle tokens up to 7KB in length which can include upper and lower case alphanumeric characters, hyphens, underscores, and periods (we use JSON Web Signature tokens following RFC7515). Link to API docs
I can hack away in PHP and was once able to track back to the lines of code the above would refer to, but I wasn't able to make a successful change. I'd be more than happy to help troubleshoot this with anyone interested.
Things broke around Dec 2020, getting this response in my error_log table:
Tried going through a new app / PIN setup. Same deal. The "args" section of the json response changes when I use a new registration, but other than that stays the same. Setup.php process fails at "syncing..." with same error_log entry.
The text was updated successfully, but these errors were encountered: