-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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]: Stopping Pythagora due to error #1073
Comments
After update i received an error File |
Exact same results as @rafiahmad16. Are there any temporary workarounds? |
facing similar issues. |
@kunwarVivek @evinh yes i removed if condition in core/agents/spec_writter.py on line https://github.com/Pythagora-io/gpt-pilot/blob/98de63e9ac57792e4a0c20cb0ee8d4161b29a9ed/core/agents/spec_writer.py#L76C9-L78C93
to
|
facing the same issue. |
The same is true here: [Pythagora] Stopping Pythagora due to error: File |
Version
VisualStudio Code extension
Pythagora v0.2.18 / GPT Pilot v0.2.10-gitb9cd3a8
Operating System
Windows 10
What happened?
Just stop and i got error:
Stopping Pythagora due to error:
File
core/cli/main.py
, line 37, in run_projectsuccess = await orca.run()
File
core/agents/orchestrator.py
, line 67, in runresponse = await agent.run()
File
core/agents/bug_hunter.py
, line 44, in runreturn await self.check_logs()
File
core/agents/bug_hunter.py
, line 76, in check_logsconvo = convo.assistant(hunting_cycle["human_readable_instructions"]).template(
File
core/agents/convo.py
, line 76, in templateself.user(message)
File
core/llm/convo.py
, line 96, in userreturn self.add("user", content, name)
File
core/llm/convo.py
, line 61, in addraise ValueError("Empty message content")
ValueError: Empty message content
The text was updated successfully, but these errors were encountered: