Open Rhuax opened 3 weeks ago
Yeah I'm getting the same. Rarely, connections are successful, but the error is more common.
ERROR: Giving up send_request(...) after 4 tries (requests.exceptions.ConnectionError: HTTPSConnectionPool(host='us.i.posthog.com', port=443): Max retries exceeded with url: /batch/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at<>>: Failed to establish a new connection: [Errno 111] Connection refused'))
Description
I'm instantiating a simple Agent, a simple Task and calling the crew.kickoff(). My crew has memory=True and verbose=True. I'm noticing these kind of logs:
I set the OTEL_SDK_DISABLED environment variable to "true". Is CrewAI somehow sending stuff on posthog.com? My machine is airgapped, so that's why I think I'm having that problem. But I want to understand how to disable this other log.
Steps to Reproduce
Expected behavior
No usage sending to any other provider as default behaviour.
Screenshots/Code snippets
Operating System
Ubuntu 22.04
Python Version
3.10
crewAI Version
0.76.9
crewAI Tools Version
0.13.4
Virtual Environment
Venv
Evidence