-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
area:indexingRelates to embedding and indexingRelates to embedding and indexingide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
Before submitting your bug report
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: macOS 15.3.2
- Continue version: 1.1.33
- IDE version: VSCode 1.99.3 (Universal)
- Model: n/a
- config: n/aDescription
When working in a VSCode dev container on macOS, code base indexing fails due to "File name too long (os error 63)"
To reproduce
- Create a new Ruby on Rails project
- Open the project in a devcontainer
- Manually reindex the code base
- Indexing fails
(In the log output, I replaced a couple strings with "*" of the same length)
Log output
Error: lance error: LanceError(IO): failed to shutdown object writer for Users/**********/.continue/index/lancedb/vscode-remotedev-container2B7b22686f737450617468223a222f55736572732f6164616d6261726265722f50726f6a656374732f766d73222c226c6f63616c446f636b6572223a66616c73652c2273657474696e6773223a7b22636f6e74657874223a226465736b746f702d6c696e7578227d2c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f6164616d6261726265722f50726f6a656374732f766d732f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f6164616d6261726265722f50726f6a656374732f766d732f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f6164616d6261726265722f50726f6a656374732f766d732f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7dworkspaces***NONEvectordbAzure2text-embedding-3-large500.lance/data/c65d4229-a909-4568-828f-060491957a85.lance: Generic LocalFileSystem error: Unable to open file /Users/**********/.continue/index/lancedb/vscode-remotedev-container2B7b22686f737450617468223a222f55736572732f6164616d6261726265722f50726f6a656374732f766d73222c226c6f63616c446f636b6572223a66616c73652c2273657474696e6773223a7b22636f6e74657874223a226465736b746f702d6c696e7578227d2c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f6164616d6261726265722f50726f6a656374732f766d732f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f6164616d6261726265722f50726f6a656374732f766d732f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f6164616d6261726265722f50726f6a656374732f766d732f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7dworkspaces***NONEvectordbAzure2text-embedding-3-large500.lance/data/c65d4229-a909-4568-828f-060491957a85.lance#1: File name too long (os error 63), /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lance-io-0.26.0/src/object_writer.rs:311:17sherbieny-Osakabiso
Metadata
Metadata
Assignees
Labels
area:indexingRelates to embedding and indexingRelates to embedding and indexingide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Type
Projects
Status
Done