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

I am getting Indexing is required error #185

Open
nite-ssh opened this issue Jul 15, 2023 · 3 comments
Open

I am getting Indexing is required error #185

nite-ssh opened this issue Jul 15, 2023 · 3 comments
Labels
Usage Support Helping a user with usage

Comments

@nite-ssh
Copy link

When checking for gaps between the database (DB) and the codebase and attempting to reconcile them, the following error occurs. The process identified 85 gaps with an estimated cost of $0.2491 for filling them. However, the user chose not to proceed with fixing the gap in summarizing.

Task input
What was the task text provided?
whats wrong

Logs
What did you get on screen:
No matching files found in the database. Indexing is required.
%PUBLIC%/Projects/autopilot/modules/summaries.js:79
throw new Error("Cannot run without summaries. Indexing is required.");
^

Error: Cannot run without summaries. Indexing is required.
at readAllSummaries (%PUBLIC%/Projects/autopilot/modules/summaries.js:79:11)
at async getSummaries (%PUBLIC%/Projects/autopilot/modules/summaries.js:100:21)
at async main (%PUBLIC%/Projects/autopilot/ui.js:65:21)

@nite-ssh nite-ssh added the Usage Support Helping a user with usage label Jul 15, 2023
@seval124
Copy link

I am getting the same error on Node 20

@seval124
Copy link

the problem is likely you code dir, try

Example: CODE_DIR=./

@fjrdomingues
Copy link
Owner

Did this solve the issue @nite-ssh?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Usage Support Helping a user with usage
Projects
None yet
Development

No branches or pull requests

3 participants