As described in #357 (comment) it has been observed that Zaptec may return 503, Service Unavailable. Currently _refresh_token() is failing on all non-error return codes. It should be considered to rather retry the request (with the exponential back-off).
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/503
As described in #357 (comment) it has been observed that Zaptec may return 503, Service Unavailable. Currently
_refresh_token()is failing on all non-error return codes. It should be considered to rather retry the request (with the exponential back-off).https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/503