You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am running my tasks with 4 identical crews launched like this:
async def async_multiple_crews(crews):
# Kick off all async tasks
results = [crew.crew().kickoff_async() for crew in crews]
# Wait for all to finish
allresults = await asyncio.gather(*results)
after some processing I get an error: LLM Error - ValueError: list.remove(x): x not in list and execution fails.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am running my tasks with 4 identical crews launched like this:
async def async_multiple_crews(crews):
after some processing I get an error: LLM Error - ValueError: list.remove(x): x not in list and execution fails.
Beta Was this translation helpful? Give feedback.
All reactions