Pythagora-io / gpt-pilot

The first real AI developer
Other
31.78k stars 3.2k forks source link

[Bug]: can no longer load an existing project #1096

Open ipattis opened 1 month ago

ipattis commented 1 month ago

Version

VisualStudio Code extension

Operating System

MacOS

What happened?

Pythagora abruptly exits and i cannot reload my project for the 'load app' step (there are no options presented). THis beahviour occurs after approving changes to the spec.

bibop commented 2 weeks ago

You probably changed the directory where you installed Pythagora. It happened to me, too. I suggest you to do the following:

1) Try to find where the old pythagora.db is in your local drive. You project is there! Copy the file. 2) Go in the Pythagora Settings and look your new GPT PILOT PATH. Inside that dir wyou will find a PYTHAGORA-CORE dir. You need to copy the old pythagora.db into that dir. (to be extremely sure you don't mess up, rename the pythagora.db that is actually in that dir, before you copy the old file into the new one).

Let me know if it worked!

Bibop