Handle refresh token issue
goldyfruit opened this issue · 1 comments
goldyfruit commented
Sometime the token doesn't want to be refreshed for some reason, the skill should be able to handle this exception.
'max-age=0, no-cache, no-store', 'Pragma': 'no-cache', 'Date': 'Tue, 06 Apr 2021 17:26:22 GMT', 'Connection': 'close'}, <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault xmlns:ns8eeLx="SOAP-ENV"><faultcode>ns8eeLx:Client.AuthTokenExpired</faultcode><faultstring xml:lang="en">authTokenExpired</faultstring></soapenv:Fault></soapenv:Body></soapenv:Envelope>
SoapFault
ns8eeLx:Client.AuthTokenExpired
None
Other Fault
ns8eeLx:Client.AuthTokenExpired
None
2021-04-06 17:26:22.447 | ERROR | 1 | SonosController | ('authTokenExpired', 'ns8eeLx:Client.AuthTokenExpired')
goldyfruit commented
Handle by these SoCo/SoCo@e1654e8