crewAIInc / crewAI

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
https://crewai.com
MIT License
21.48k stars 2.98k forks source link

Connection to telemetry.crewai.com timed out. #292

Closed Adamchanadam closed 8 months ago

Adamchanadam commented 8 months ago

When I executed script on Crew AI it returned the error "requests.exceptions.ConnectTimeout: HTTPConnectionPool(host='telemetry.crewai.com', port=4318): Max retries exceeded with url: /v1/traces (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x0000029E70AFB590>, 'Connection to telemetry.crewai.com timed out. (connect timeout=15)'))', which blocked the task at the end.

I tried to bypass this issue by adding share_crew=False in Crew(), but the error persisted. Is there any solution for this issue? may be my port was being blocked by firewall ? I don't mind to share the data via telemetry indeed but first of all need the agents work properlly .

Thanks,

Adam

chrissonntag commented 8 months ago

Duplicate. See #254

Adamchanadam commented 8 months ago

Duplicate. See #254

thanks . Is there any solution yet ?

chrissonntag commented 8 months ago

Nope, unfortunately not. But you may comment on the other issue for more weight an be so kind to close this issue. Hopefully we're getting there anytime soon.