|
发表于 2024-5-19 10:06:05
|
显示全部楼层
更新1.0.1版本先是可以的,现在突然不行了,报错:
Failure when communicating with the server: 401, message='Unauthorized', url=URL('https://apigateway.digitalvolvo.com/app/account/vehicles/api/v1/owner/listBindCar')
Traceback (most recent call last):
File "/config/custom_components/volvooncall_cn/volvooncall_cn.py", line 125, in _request_digitalvolvo
response.raise_for_status()
File "/usr/local/lib/python3.11/site-packages/aiohttp/client_reqrep.py", line 1005, in raise_for_status
raise ClientResponseError(
aiohttp.client_exceptions.ClientResponseError: 401, message='Unauthorized', url=URL('https://apigateway.digitalvolvo.com/app/account/vehicles/api/v1/owner/listBindCar')
账号密码都是对的,什么原因呢? |
|