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]: cannot access local variable 'reviewed_spec' where it is not associated with a value #1078

Open
Jujubalandia opened this issue Aug 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Jujubalandia
Copy link

Version

VisualStudio Code extension

Operating System

Windows 10

What happened?

[Pythagora] What is the project name?

Basic Flutter Android app
[Spec Writer] Describe your app in as much detail as possible
[continue]: continue
[example]: Start an example project
[import]: Import an existing project
a fluuter app only with yellow screen
[Spec Writer] Checking the complexity of the prompt ...

simple

[Spec Writer]
[Pythagora] 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/spec_writer.py, line 37, in run
return await self.initialize_spec()
File core/agents/spec_writer.py, line 82, in initialize_spec
self.next_state.specification.description = reviewed_spec
UnboundLocalError: cannot access local variable 'reviewed_spec' where it is not associated with a value
(venv)

@Jujubalandia Jujubalandia added the bug Something isn't working label Aug 4, 2024
@rustyorb
Copy link

rustyorb commented Aug 5, 2024

I'm getting same thing on fresh install:

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/spec_writer.py, line 37, in run
return await self.initialize_spec()
File core/agents/spec_writer.py, line 82, in initialize_spec
self.next_state.specification.description = reviewed_spec
UnboundLocalError: cannot access local variable 'reviewed_spec' where it is not associated with a value

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

2 participants