Hello,
I’m trying to index a fairly small project but it never progresses past 0%. From looking at the “Indexing & Retrieval” logs, I can see that it just continuously loops without any errors:
2023-12-04 20:35:39.676 [info] CURSOR LOG: Finished creating provider!
2023-12-04 20:35:39.676 [info] Not indexing because user does not want to index this workspace.
2023-12-04 20:35:44.699 [info] Setting indexing intent to should-index
2023-12-04 20:35:44.700 [info] Creating merkle client.
2023-12-04 20:35:44.700 [info] Done creating merkle client.
2023-12-04 20:35:44.700 [info] Doing a startup handshake.
2023-12-04 20:35:44.716 [info] Finished initializing merkle tree in 15.914582967758179 ms.
2023-12-04 20:35:44.716 [info] Doing the initial handshake with hash: 6a4c685745cc0b00ef157471cf1da4e5fe4af0e252c4261749f375893561534c
2023-12-04 20:35:45.319 [info] Handshake result:
2023-12-04 20:35:45.319 [info] Starting fast remote sync.
2023-12-04 20:35:45.319 [info] Total num embeddable files: 112
2023-12-04 20:35:45.320 [info] Root hash: 6a4c685745cc0b00ef157471cf1da4e5fe4af0e252c4261749f375893561534c
2023-12-04 20:35:45.320 [info] Starting repository upload from scratch.
2023-12-04 20:35:45.321 [info] Uploading 112 files.
2023-12-04 20:43:07.170 [info] Completed 50 jobs for absoluteDirectoryPath: undefined
2023-12-04 20:45:44.717 [info] Creating merkle client.
2023-12-04 20:45:44.719 [info] Done creating merkle client.
2023-12-04 20:45:44.719 [info] Doing a startup handshake.
2023-12-04 20:45:44.736 [info] Finished initializing merkle tree in 19.736334085464478 ms.
2023-12-04 20:45:44.737 [info] Doing the initial handshake with hash: 6a4c685745cc0b00ef157471cf1da4e5fe4af0e252c4261749f375893561534c
2023-12-04 20:45:44.845 [info] Handshake result:
2023-12-04 20:45:44.845 [info] Starting fast remote sync.
2023-12-04 20:45:44.845 [info] Total num embeddable files: 112
2023-12-04 20:45:44.845 [info] Root hash: 6a4c685745cc0b00ef157471cf1da4e5fe4af0e252c4261749f375893561534c
2023-12-04 20:45:44.845 [info] Starting repository upload from scratch.
2023-12-04 20:45:44.847 [info] Uploading 112 files.
2023-12-04 20:45:47.318 [info] Indexing job successfully done or aborted.
2023-12-04 20:53:06.777 [info] Completed 50 jobs for absoluteDirectoryPath: undefined
2023-12-04 20:55:44.716 [info] Creating merkle client.
2023-12-04 20:55:44.716 [info] Done creating merkle client.
2023-12-04 20:55:44.716 [info] Doing a startup handshake.
2023-12-04 20:55:44.757 [info] Finished initializing merkle tree in 41.974416971206665 ms.
2023-12-04 20:55:44.758 [info] Doing the initial handshake with hash: 6a4c685745cc0b00ef157471cf1da4e5fe4af0e252c4261749f375893561534c
2023-12-04 20:55:44.865 [info] Handshake result:
2023-12-04 20:55:44.865 [info] Starting fast remote sync.
2023-12-04 20:55:44.866 [info] Total num embeddable files: 112
2023-12-04 20:55:44.866 [info] Root hash: 6a4c685745cc0b00ef157471cf1da4e5fe4af0e252c4261749f375893561534c
2023-12-04 20:55:44.866 [info] Starting repository upload from scratch.
2023-12-04 20:55:44.867 [info] Uploading 112 files.
2023-12-04 20:55:46.861 [info] Indexing job successfully done or aborted.
2023-12-04 20:58:06.466 [info] Indexing job successfully done or aborted.
Any idea what could be happening?
Thanks!