VWsFriend icon indicating copy to clipboard operation
VWsFriend copied to clipboard

Recording stopped

Open upelectric opened this issue 3 years ago • 0 comments

Hi, I have another problem. About once a day I have this problem. As far as I can see there was a problem in the name resolution. But I was online in that times and didn‘t have problems with other applications. I had it two times with 20.1 in about 6 weeks but since I updated to 21.0 about once a day. Everytime it is a problem with openstreetmap. Never and other URL in the error messages. Do you have an idea?

`

2022-09-22T14:13:26.266213684Z stderr requests.exceptions.ConnectionError: HTTPSConnectionPool(host='nominatim.openstreetmap.org', port=443): Max retries exceeded with url: /reverse?lat=52.xxxxxx&lon=10.xxxxxx&namedetails=1&format=json (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f1142066560>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
2022-09-22T14:13:26.266186076Z stderr raise ConnectionError(e, request=request)
2022-09-22T14:13:26.266155609Z stderr File /opt/venv/lib/python3.10/site-packages/requests/adapters.py, line 565, in send
2022-09-22T14:13:26.266125762Z stderr r = adapter.send(request, **kwargs)
2022-09-22T14:13:26.266095344Z stderr File /opt/venv/lib/python3.10/site-packages/requests/sessions.py, line 701, in send
2022-09-22T14:13:26.266068476Z stderr resp = self.send(prep, **send_kwargs)
2022-09-22T14:13:26.266035155Z stderr File /opt/venv/lib/python3.10/site-packages/requests/sessions.py, line 587, in request
2022-09-22T14:13:26.266007148Z stderr return session.request(method=method, url=url, **kwargs)
2022-09-22T14:13:26.265976643Z stderr File /opt/venv/lib/python3.10/site-packages/requests/api.py, line 59, in request
2022-09-22T14:13:26.265946036Z stderr return request(\get, url, params=params, **kwargs)
2022-09-22T14:13:26.265915425Z stderr File /opt/venv/lib/python3.10/site-packages/requests/api.py, line 73, in get
2022-09-22T14:13:26.265876164Z stderr response = requests.get('https://nominatim.openstreetmap.org/reverse', params=query, headers=headers)
2022-09-22T14:13:26.265842792Z stderr File /opt/venv/lib/python3.10/site-packages/vwsfriend/util/location_util.py, line 35, in locationFromLatLon
2022-09-22T14:13:26.265814560Z stderr return locationFromLatLon(session, latitude, longitude)
2022-09-22T14:13:26.265779070Z stderr File /opt/venv/lib/python3.10/site-packages/vwsfriend/util/location_util.py, line 66, in amenityFromLatLon
2022-09-22T14:13:26.265739430Z stderr location = amenityFromLatLon(self.session, parkingPosition.latitude.value, parkingPosition.longitude.value, 150, 'fuel',
2022-09-22T14:13:26.265698446Z stderr File /opt/venv/lib/python3.10/site-packages/vwsfriend/agents/refuel_agent.py, line 89, in __onCarCapturedTimestampChange
2022-09-22T14:13:26.265660983Z stderr observer(element=self, flags=self.onCompleteNotifyFlags)
2022-09-22T14:13:26.265627637Z stderr File /opt/venv/lib/python3.10/site-packages/weconnect/addressable.py, line 97, in updateComplete
2022-09-22T14:13:26.265570163Z stderr [Previous line repeated 3 more times]
2022-09-22T14:13:26.265545061Z stderr child.updateComplete()
2022-09-22T14:13:26.265509157Z stderr File /opt/venv/lib/python3.10/site-packages/weconnect/addressable.py, line 519, in updateComplete
2022-09-22T14:13:26.265480057Z stderr child.updateComplete()
2022-09-22T14:13:26.265449626Z stderr File /opt/venv/lib/python3.10/site-packages/weconnect/addressable.py, line 519, in updateComplete
2022-09-22T14:13:26.265418789Z stderr child.updateComplete()
2022-09-22T14:13:26.265381199Z stderr File /opt/venv/lib/python3.10/site-packages/weconnect/addressable.py, line 519, in updateComplete
2022-09-22T14:13:26.265351042Z stderr self.updateComplete()
2022-09-22T14:13:26.265320096Z stderr File /opt/venv/lib/python3.10/site-packages/weconnect/weconnect.py, line 183, in update
2022-09-22T14:13:26.265287712Z stderr weConnect.update(updateCapabilities=True, updatePictures=True, force=True)
2022-09-22T14:13:26.265253117Z stderr File /opt/venv/lib/python3.10/site-packages/vwsfriend/vwsfriend_base.py, line 493, in main
2022-09-22T14:13:26.265225723Z stderr sys.exit(main())
2022-09-22T14:13:26.265194246Z stderr File /opt/venv/bin/vwsfriend, line 8, in
2022-09-22T14:13:26.265164175Z stderr Traceback (most recent call last):
2022-09-22T14:13:26.265138368Z stderr  
2022-09-22T14:13:26.265066451Z stderr During handling of the above exception, another exception occurred:
2022-09-22T14:13:26.264947802Z stderr  
2022-09-22T14:13:26.264881407Z stderr urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nominatim.openstreetmap.org', port=443): Max retries exceeded with url: /reverse?lat=52.xxxxxx&lon=10.xxxxxx&namedetails=1&format=json (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f1142066560>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
2022-09-22T14:13:26.264848535Z stderr raise MaxRetryError(_pool, url, error or ResponseError(cause))
2022-09-22T14:13:26.264817835Z stderr File /opt/venv/lib/python3.10/site-packages/urllib3/util/retry.py, line 592, in increment
2022-09-22T14:13:26.264791038Z stderr retries = retries.increment(
2022-09-22T14:13:26.264760186Z stderr File /opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py, line 787, in urlopen
2022-09-22T14:13:26.264733925Z stderr resp = conn.urlopen(
2022-09-22T14:13:26.264700530Z stderr File /opt/venv/lib/python3.10/site-packages/requests/adapters.py, line 489, in send
2022-09-22T14:13:26.264671663Z stderr Traceback (most recent call last):
2022-09-22T14:13:26.264637232Z stderr  
2022-09-22T14:13:26.264607988Z stderr During handling of the above exception, another exception occurred:
2022-09-22T14:13:26.264583464Z stderr  
2022-09-22T14:13:26.264534018Z stderr urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f1142066560>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
2022-09-22T14:13:26.264504677Z stderr raise NewConnectionError(
2022-09-22T14:13:26.264463171Z stderr File /opt/venv/lib/python3.10/site-packages/urllib3/connection.py, line 186, in _new_conn
2022-09-22T14:13:26.264356836Z stderr self.sock = conn = self._new_conn()
2022-09-22T14:13:26.261899461Z stderr File /opt/venv/lib/python3.10/site-packages/urllib3/connection.py, line 358, in connect
2022-09-22T14:13:26.261856461Z stderr conn.connect()
2022-09-22T14:13:26.261672930Z stderr File /opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py, line 1042, in _validate_conn
2022-09-22T14:13:26.261633726Z stderr self._validate_conn(conn)
2022-09-22T14:13:26.261601464Z stderr File /opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py, line 386, in _make_request
2022-09-22T14:13:26.261569594Z stderr httplib_response = self._make_request(
2022-09-22T14:13:26.261535218Z stderr File /opt/venv/lib/python3.10/site-packages/urllib3/connectionpool.py, line 703, in urlopen
2022-09-22T14:13:26.261504830Z stderr Traceback (most recent call last):
2022-09-22T14:13:26.261481219Z stderr  
2022-09-22T14:13:26.261447630Z stderr During handling of the above exception, another exception occurred:
2022-09-22T14:13:26.261421888Z stderr  
2022-09-22T14:13:26.261388638Z stderr socket.gaierror: [Errno -3] Temporary failure in name resolution
2022-09-22T14:13:26.261355489Z stderr for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2022-09-22T14:13:26.261320472Z stderr File /usr/lib/python3.10/socket.py, line 955, in getaddrinfo
2022-09-22T14:13:26.261284657Z stderr for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
2022-09-22T14:13:26.261247483Z stderr File /opt/venv/lib/python3.10/site-packages/urllib3/util/connection.py, line 72, in create_connection
2022-09-22T14:13:26.261214754Z stderr conn = connection.create_connection(
2022-09-22T14:13:26.261158280Z stderr File /opt/venv/lib/python3.10/site-packages/urllib3/connection.py, line 174, in _new_conn
2022-09-22T14:13:26.260725380Z stderr Traceback (most recent call last):

`

upelectric avatar Sep 22 '22 16:09 upelectric