Hello, trying to deploy DH in protected networ seg...
# troubleshoot
a
Hello, trying to deploy DH in protected networ segment. I'll set
DATAHUB_TELEMETRY_ENABLED
to
false
. But any calls to
datahub
CLI falls with error:
mixpanel.MixpanelException: HTTPSConnectionPool(host='<http://api.mixpanel.com|api.mixpanel.com>', port=443): Max retries exceeded with url: /engage (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7fafa0073b80>, 'Connection to corp-proxy timed out. (connect timeout=10)'))
Do there any other options to disable telemetry collection?
s
There is a bug in latest CLI which has been fixed in master. Please wait for a release to happen for next CLI version (probably tomorrow)
a
Thanks