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
Hi and first of all thank you for setting up this great tool - I used WeConnect and changed to CarConnectivity for my integration via MQTT to openHAB last year already. My setup worked a long time, now I have been away from home a couple of months and just upgraded to the latest version. When starting I get the following:
C:\Program Files\Python311\Scripts>carconnectivity-mqtt.exe C:\Users\Public\Documents\carconnectivity.json
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Program Files\Python311\Scripts\carconnectivity-mqtt.exe_main.py", line 2, in
File "C:\Program Files\Python311\Lib\site-packages\carconnectivity_mqtt\carconnectivity_mqtt_base.py", line 8, in
from carconnectivity.carconnectivity_base import CLI
File "C:\Program Files\Python311\Lib\site-packages\carconnectivity\carconnectivity_base.py", line 16, in
from carconnectivity import carconnectivity, errors, util
File "C:\Program Files\Python311\Lib\site-packages\carconnectivity\carconnectivity.py", line 76, in
discovered_connectors: Dict[str, ModuleType] = {
^
File "C:\Program Files\Python311\Lib\site-packages\carconnectivity\carconnectivity.py", line 77, in
name: importlib.import_module('.connector', name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\importlib_init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\site-packages\carconnectivity_connectors\skoda\connector.py", line 41, in
from carconnectivity_connectors.skoda.auth.session_manager import SessionManager, SessionUser, Service
File "C:\Program Files\Python311\Lib\site-packages\carconnectivity_connectors\skoda\auth\session_manager.py", line 15, in
from carconnectivity_connectors.skoda.auth.my_skoda_session import MySkodaSession
File "C:\Program Files\Python311\Lib\site-packages\carconnectivity_connectors\skoda\auth\my_skoda_session.py", line 15, in
from urllib3.exceptions import NameResolutionError
ImportError: cannot import name 'NameResolutionError' from 'urllib3.exceptions' (C:\Program Files\Python311\Lib\site-packages\urllib3\exceptions.py)
Can anybody give me a hint, what is wrong? Thank you in advance!
Dirk
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi and first of all thank you for setting up this great tool - I used WeConnect and changed to CarConnectivity for my integration via MQTT to openHAB last year already. My setup worked a long time, now I have been away from home a couple of months and just upgraded to the latest version. When starting I get the following:
Can anybody give me a hint, what is wrong? Thank you in advance!
Dirk
Running Python 3.11 on Windows 11 here.
Beta Was this translation helpful? Give feedback.
All reactions