I am consistently seeing an evohomeclient2.AuthenticationError being thrown when the refresh_token has expired (i.e. I am using one that is a few days old).
This is despite the fix in #94.
The expected behaviour would be to silently fall back to using the user credentials.
I will have a look at this, and submit a PR if required.
I am consistently seeing an
evohomeclient2.AuthenticationError
being thrown when therefresh_token
has expired (i.e. I am using one that is a few days old).This is despite the fix in #94.
The expected behaviour would be to silently fall back to using the user credentials.
I will have a look at this, and submit a PR if required.