Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The client was authorized, but Ecobee returned an invalid_client error #60

Closed
jimboca opened this issue Sep 14, 2020 · 1 comment
Closed
Assignees

Comments

@jimboca
Copy link
Collaborator

jimboca commented Sep 14, 2020

This is strange, why Unathorized 401 return?

2020-09-11 08:51:01,425 Controller polyinterface      ERROR    pgSession:l_error: Ecobee Controller:reponse:post: Unauthorized: https://api.ecobee.com/token?grant_type=refresh_token&client_id=xxx&refresh_token=yyy: text: {
  "error": "invalid_client",
  "error_description": "Authentication error, invalid authentication method, lack of credentials, etc.",
  "error_uri": "https://tools.ietf.org/html/rfc6749#section-5.2"
}

Restarting the nodeserver fixed the issue...

jimboca added a commit that referenced this issue Sep 14, 2020
@jimboca jimboca self-assigned this Dec 25, 2020
@jimboca
Copy link
Collaborator Author

jimboca commented Dec 25, 2020

This issue is caused by a connection lost when Ecobee returns the new access code, have discussed in depth with Ecobee support, Should be fixed with new authorization method in 2.2.0

@jimboca jimboca closed this as completed Dec 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant