Closed jochenpee closed 4 years ago
This is what I get, I don't understand it. The web script works, but not the app:
~# vw_carnet_app.py retrieveCarNetInfo Logging in token: cQr4U8sq+CdEflnlgobh/xeehlyuElpcs0pHGuGoS2ZHZ5vteiAa Retrieving verhicle Retrieving CarNetInfo Traceback (most recent call last): File "/usr/local/bin/vw_carnet_app.py", line 178, in retrieveCarNetInfo(VIN) File "/usr/local/bin/vw_carnet_app.py", line 84, in retrieveCarNetInfo climateHeatingWindowFrontStatus = responseData.get("climater").get("status").get("windowHeatingStatusData").get("windowHeatingStateFront").get("content") AttributeError: 'NoneType' object has no attribute 'get'
Still works normally for me.
This is what I get, I don't understand it. The web script works, but not the app:
~# vw_carnet_app.py retrieveCarNetInfo Logging in token: cQr4U8sq+CdEflnlgobh/xeehlyuElpcs0pHGuGoS2ZHZ5vteiAa Retrieving verhicle Retrieving CarNetInfo Traceback (most recent call last): File "/usr/local/bin/vw_carnet_app.py", line 178, in
retrieveCarNetInfo(VIN)
File "/usr/local/bin/vw_carnet_app.py", line 84, in retrieveCarNetInfo
climateHeatingWindowFrontStatus = responseData.get("climater").get("status").get("windowHeatingStatusData").get("windowHeatingStateFront").get("content")
AttributeError: 'NoneType' object has no attribute 'get'