A little more debugging info... ```[2022-09-27 15...
# troubleshoot
c
A little more debugging info...
Copy code
[2022-09-27 15:45:47,778] DEBUG    {datahub.telemetry.telemetry:210} - Sending init Telemetry
--- Logging error ---
Traceback (most recent call last):
  File "/home/joshua.garza/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore[return-value]  # noqa
  File "/usr/lib64/python3.7/asyncio/base_events.py", line 962, in create_connection
    raise exceptions[0]
  File "/usr/lib64/python3.7/asyncio/base_events.py", line 949, in create_connection
    await self.sock_connect(sock, address)
  File "/usr/lib64/python3.7/asyncio/selector_events.py", line 473, in sock_connect
    return await fut
  File "/usr/lib64/python3.7/asyncio/selector_events.py", line 503, in _sock_connect_cb
    raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/joshua.garza/.local/lib/python3.7/site-packages/datahub/upgrade/upgrade.py", line 123, in get_server_version_stats
    server_config = await get_server_config(host, token)
  File "/home/joshua.garza/.local/lib/python3.7/site-packages/datahub/upgrade/upgrade.py", line 110, in get_server_config
    async with session.get(config_endpoint) as dh_response:
  File "/home/joshua.garza/.local/lib/python3.7/site-packages/aiohttp/client.py", line 1138, in __aenter__
    self._resp = await self._coro
  File "/home/joshua.garza/.local/lib/python3.7/site-packages/aiohttp/client.py", line 536, in _request
    req, traces=traces, timeout=real_timeout
  File "/home/joshua.garza/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 542, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/home/joshua.garza/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 907, in _create_connection
    _, proto = await self._create_direct_connection(req, traces, timeout)
  File "/home/joshua.garza/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 1206, in _create_direct_connection
    raise last_exc
  File "/home/joshua.garza/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 1187, in _create_direct_connection
    client_error=client_error,
  File "/home/joshua.garza/.local/lib/python3.7/site-packages/aiohttp/connector.py", line 992, in _wrap_create_connection
    raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect call failed ('127.0.0.1', 8080)]

During handling of the above exception, another exception occurred:
m
@cuddly-butcher-39945 apologies if you already provided this upstairs, but what does
datahub --version
say?
c
@mammoth-bear-12532 , I had a quick call with @incalculable-ocean-74010 and it turned out to be an old version of docker-compose that was causing the issue. Thanks for following up. BTW I was on DataHub CLI version: 0.8.43 and upgraded to CLI 0.8.45 when the issue occurred.