Hello. I keep getting this prompt and is timing out my API.
Would you like to view your execution traces? [y/N] (20s timeout)
| How can I turn this off? |
|---|
Hello. I keep getting this prompt and is timing out my API.
Would you like to view your execution traces? [y/N] (20s timeout)
| How can I turn this off? |
|---|
Did you get the solution? Is it a CrewAI Error?
After upgrading to CrewAI 1.3.0 (latest release) I started seeing -
I have tried setting CREWAI_TRACING_ENABLED=false but (so far) this hasn’t helped although print(f"tracing = {is_tracing_enabled()}") outputs tracing = False.
But traces are still generated …
Trace batch finalized with session ID: **********************
View here: CrewAI Enterprise - Ephemeral Traces***********
Access Code: TRACE-**********
I would really like to know how to disable this tracing as it generates errors and ends up hanging my entire crew and requiring that I end up killing it.
Seems like it has bugs in it as it first outputs
Trace batch initialization returned status 401. Continuing without tracing.
but then it just hangs until I kill it.