Code: Alles auswählen
2024-04-04 23:37:11,386 - {modules.vehicles.bmw.api:86} - {ERROR:fetch soc_ev7} - bmw.postHTTP: HTTP Error err=ConnectionError(MaxRetryError("HTTPSConnectionPool(host='customer.bmwgroup.com', port=443): Max retries exceeded with url: /gcdm/oauth/authenticate (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6e3b4c40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))")), type(err)=<class 'requests.exceptions.ConnectionError'>
2024-04-04 23:37:11,387 - {modules.vehicles.bmw.api:127} - {ERROR:fetch soc_ev7} - bmw.authStage1: Authentication stage 1 Error err=ConnectionError(MaxRetryError("HTTPSConnectionPool(host='customer.bmwgroup.com', port=443): Max retries exceeded with url: /gcdm/oauth/authenticate (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6e3b4c40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))")), type(err)=<class 'requests.exceptions.ConnectionError'>
2024-04-04 23:37:11,389 - {modules.vehicles.bmw.api:224} - {ERROR:fetch soc_ev7} - bmw.requestToken: Login Error err=ConnectionError(MaxRetryError("HTTPSConnectionPool(host='customer.bmwgroup.com', port=443): Max retries exceeded with url: /gcdm/oauth/authenticate (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6e3b4c40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))")), type(err)=<class 'requests.exceptions.ConnectionError'>
2024-04-04 23:37:11,391 - {modules.vehicles.bmw.api:278} - {ERROR:fetch soc_ev7} - bmw.fetch_soc: requestData Error, vehicle: 7 err=ConnectionError(MaxRetryError("HTTPSConnectionPool(host='customer.bmwgroup.com', port=443): Max retries exceeded with url: /gcdm/oauth/authenticate (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x6e3b4c40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))")), type(err)=<class 'requests.exceptions.ConnectionError'>
2024-04-04 23:37:11,416 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev7} - BMW: FaultState FaultStateLevel.ERROR, FaultStr Die Verbindung zum Server https://customer.bmwgroup.com/gcdm/oauth/authenticate ist fehlgeschlagen. Überprüfe Adresse und Netzwerk., Traceback:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 382, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1012, in _validate_conn
conn.connect()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x6e3b4c40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution