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
I used conda to metagpt and so I dont know how to find the source code and edit it.
2025-02-13 20:37:01.345 | ERROR | metagpt.utils.common:log_it:554 - Finished call to 'metagpt.actions.action_node.ActionNode._aask_v1' after 29.328(s), this was the 6th time calling it. exp: 'async for' requires an object with aiter method, got bytes
2025-02-13 20:37:01.347 | WARNING | metagpt.utils.common:wrapper:649 - There is a exception in role's execution, in order to resume, we delete the newest role communication message in the role's memory.
2025-02-13 20:37:01.379 | ERROR | metagpt.utils.common:wrapper:631 - Exception occurs, start to serialize the project, exp:
Traceback (most recent call last):
File "C:\Users\Naveen Raam V\anaconda3\envs\metagpt\lib\site-packages\tenacity_asyncio.py", line 50, in call
result = await fn(*args, **kwargs)
File "C:\Users\Naveen Raam V\anaconda3\envs\metagpt\lib\site-packages\metagpt\actions\action_node.py", line 420, in _aask_v1
content = await self.llm.aask(prompt, system_msgs, images=images, timeout=timeout)
TypeError: 'async for' requires an object with aiter method, got bytes
This is the detailed error message I have received.
The text was updated successfully, but these errors were encountered:
Please provide me solutions on how to handle the issues in latest version. I used conda, so please point out how to change the source code if the solution needs it.
I used conda to metagpt and so I dont know how to find the source code and edit it.
2025-02-13 20:37:01.345 | ERROR | metagpt.utils.common:log_it:554 - Finished call to 'metagpt.actions.action_node.ActionNode._aask_v1' after 29.328(s), this was the 6th time calling it. exp: 'async for' requires an object with aiter method, got bytes
2025-02-13 20:37:01.347 | WARNING | metagpt.utils.common:wrapper:649 - There is a exception in role's execution, in order to resume, we delete the newest role communication message in the role's memory.
2025-02-13 20:37:01.379 | ERROR | metagpt.utils.common:wrapper:631 - Exception occurs, start to serialize the project, exp:
Traceback (most recent call last):
File "C:\Users\Naveen Raam V\anaconda3\envs\metagpt\lib\site-packages\tenacity_asyncio.py", line 50, in call
result = await fn(*args, **kwargs)
File "C:\Users\Naveen Raam V\anaconda3\envs\metagpt\lib\site-packages\metagpt\actions\action_node.py", line 420, in _aask_v1
content = await self.llm.aask(prompt, system_msgs, images=images, timeout=timeout)
TypeError: 'async for' requires an object with aiter method, got bytes
This is the detailed error message I have received.
The text was updated successfully, but these errors were encountered: