Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: ValueError: Empty message content #1035

Open
fishhead108 opened this issue Jun 24, 2024 · 0 comments
Open

[Bug]: ValueError: Empty message content #1035

fishhead108 opened this issue Jun 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@fishhead108
Copy link

Version

VisualStudio Code extension

Operating System

MacOS

What happened?

Pythagora abruptly stopped with the following error:

Stopping Pythagora due to error:

File `core/cli/main.py`, line 37, in run_project
    success = await orca.run()
File `core/agents/orchestrator.py`, line 67, in run
    response = await agent.run()
File `core/agents/troubleshooter.py`, line 41, in run
    user_instructions = await self.get_user_instructions()
File `core/agents/troubleshooter.py`, line 143, in get_user_instructions
    route_files = await self._get_route_files()
File `core/agents/troubleshooter.py`, line 163, in _get_route_files
    self._get_task_convo()
File `core/agents/troubleshooter.py`, line 123, in _get_task_convo
    .assistant(self.current_state.current_task["instructions"])
File `core/llm/convo.py`, line 106, in assistant
    return self.add("assistant", content, name)
File `core/llm/convo.py`, line 61, in add
    raise ValueError("Empty message content")
ValueError: Empty message content

Versions: Pythagora v0.2.6 / GPT Pilot v0.2.5

image

@fishhead108 fishhead108 added the bug Something isn't working label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant