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
Describe the bug
No information is retrieved anymore from the Toyota servers because of a 'X-TME-APP-VERSION not provided' error.
The ToyotaApiError exception is raised with the information:
ToyotaApiError':'HTTP: 400 - {"timestamp":1648387011009,"status":400,"error":"Bad Request","message":"X-TME-APP-VERSION not provided","errorCode":"CMA400"}
To Reproduce
Not checked yet, but I expect it will also be present when the example from README.md is used.
Expected behavior
That the mytoyota library provides an appropiate 'X-TME-APP-VERSION'.
Additional context
My Domoticz plugin which is using the mytoyota library, was working correctly on March 21st. However since March 22nd no information is being retrieved anymore. No configuration changes, software update or restart has been performed on my side. It seems that the Toyota Servers are suddenly requiring the additional headers.
The text was updated successfully, but these errors were encountered:
* Update controller.py (#151)
Toyota recently started to require this header.
Fixes: #152
* Update controller.py
Co-authored-by: Simon Hansen <[email protected]>
Describe the bug
No information is retrieved anymore from the Toyota servers because of a 'X-TME-APP-VERSION not provided' error.
The ToyotaApiError exception is raised with the information:
To Reproduce
Not checked yet, but I expect it will also be present when the example from README.md is used.
Expected behavior
That the mytoyota library provides an appropiate 'X-TME-APP-VERSION'.
Additional context
My Domoticz plugin which is using the mytoyota library, was working correctly on March 21st. However since March 22nd no information is being retrieved anymore. No configuration changes, software update or restart has been performed on my side. It seems that the Toyota Servers are suddenly requiring the additional headers.
The text was updated successfully, but these errors were encountered: