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]: errors pop up and it is impossible to continue the process when you start with the current step #898

Open
gkostyukov opened this issue Apr 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@gkostyukov
Copy link

Version

Command-line (Python) version

Operating System

Windows 10

What happened?

---------- GPT PILOT EXITING WITH ERROR ----------
Traceback (most recent call last):
File "/usr/src/app/pilot/main.py", line 126, in
started = project.start()
^^^^^^^^^^^^^^^
File "/usr/src/app/pilot/helpers/Project.py", line 229, in start
self.developer.start_coding('app')
File "/usr/src/app/pilot/helpers/agents/Developer.py", line 109, in start_coding
task_executed = self.implement_task(i, task_source, dev_task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/app/pilot/helpers/agents/Developer.py", line 253, in implement_task
result = self.execute_task(convo_dev_task,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/app/pilot/helpers/agents/Developer.py", line 644, in execute_task
result = self.step_command_run(convo, task_steps, i, success_with_cli_response=need_to_see_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/app/pilot/helpers/agents/Developer.py", line 379, in step_command_run
return run_command_until_success(convo, data['command'],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/app/pilot/helpers/cli.py", line 506, in run_command_until_success
success = convo.agent.debugger.debug(convo, {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/app/pilot/helpers/Debugger.py", line 101, in debug
if 'step_index' in result:
^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable

@gkostyukov gkostyukov added the bug Something isn't working label Apr 27, 2024
@techjeylabs
Copy link

hey there, when does this happen ?

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