Store your initial app prompt - stuck #474
Unanswered
couchpotato78
asked this question in
Q&A
Replies: 2 comments
-
I'm having the exact same issue. I was really hoping someone else had this problem and found a solution. |
Beta Was this translation helpful? Give feedback.
0 replies
-
same issue as well |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
While GPT-Pilot is working his magic I get the following message:
"We would appreciate if you let us store your initial app prompt. If you are OK with that, please just press ENTER"
When I press ENTER I get a message from Visual Studio Code if I want to close GPT-PIlot, when I press NO then the APT-Pilot prompt is stuck with the message "Waiting...."
Dev step 21
---------- GPT PILOT EXITING WITH ERROR ----------
Traceback (most recent call last):
File "/tmp/GPT-Pilot/gpt-pilot/pilot/main.py", line 78, in project.start()
File "/tmp/GPT-Pilot/gpt-pilot/pilot/helpers/Project.py", line 141, in start self.developer.start_coding()
File "/tmp/GPT-Pilot/gpt-pilot/pilot/helpers/agents/Developer.py", line 70, in start_coding self.implement_task(i, dev_task)
File "/tmp/GPT-Pilot/gpt-pilot/pilot/helpers/agents/Developer.py", line 117, in implement_task result = self.execute_task(convo_dev_task,
File "/tmp/GPT-Pilot/gpt-pilot/pilot/helpers/agents/Developer.py", line 455, in execute_task return self.task_postprocessing(convo, development_task, continue_development, result, function_uuid)
File "/tmp/GPT-Pilot/gpt-pilot/pilot/helpers/agents/Developer.py", line 317, in task_postprocessing return self.continue_development(convo, last_branch_name, continue_description, development_task)
File "/tmp/GPT-Pilot/gpt-pilot/pilot/helpers/agents/Developer.py", line 497, in continue_development iteration_description = iteration_convo.send_message('development/iteration.prompt', {
File "/tmp/GPT-Pilot/gpt-pilot/pilot/helpers/AgentConvo.py", line 111, in send_message self.log_message(message_content)
File "/tmp/GPT-Pilot/gpt-pilot/pilot/helpers/AgentConvo.py", line 246, in log_message print(f"\n{content}\n", type='local')
File "/tmp/GPT-Pilot/gpt-pilot/pilot/utils/custom_print.py", line 16, in print_to_external_process local_print(*args, **kwargs)
File "/tmp/GPT-Pilot/gpt-pilot/pilot/utils/custom_print.py", line 33, in local_print built_in_print(message, **kwargs)
File "/tmp/GPT-Pilot/gpt-pilot/pilot-env/lib/python3.10/site-packages/colorama/ansitowin32.py", line 47, in write self.__convertor.write(text)
File "/tmp/GPT-Pilot/gpt-pilot/pilot-env/lib/python3.10/site-packages/colorama/ansitowin32.py", line 177, in write self.write_and_convert(text)
File "/tmp/GPT-Pilot/gpt-pilot/pilot-env/lib/python3.10/site-packages/colorama/ansitowin32.py", line 205, in write_and_convert self.write_plain_text(text, cursor, len(text))
File "/tmp/GPT-Pilot/gpt-pilot/pilot-env/lib/python3.10/site-packages/colorama/ansitowin32.py", line 210, in write_plain_text self.wrapped.write(text[start:end])
UnicodeEncodeError: 'latin-1' codec can't encode character '\u201c' in position 135: ordinal not in range(256)
This is happened to me a few times now.
Closing Visual Studio and opening the app again in GPT Pilot through Load App results in the next question:
Can I overwrite any changes that you might have made to the project since last running GPT Pilot, I choose YES.
This results in the same question "We would appreciate if you let us store your initial app prompt. If you are OK with that, please just press ENTER", and then we are stuck again.
Let's try to not choose to overwrite any changes, the result unfortunately is the same question "Can I overwrite any changes that you might have made to the project since last running GPT Pilot".
I would like to know what is causing this error and how we can fix this.
Beta Was this translation helpful? Give feedback.
All reactions