MVXXX where XXX is a three-digit code.
Error Code Quick Reference
Storage Errors
MV001 - CapacityExceeded
Cause: The.mv2 file has reached its maximum allowed size based on your plan tier.
Error Message:
- Upgrade Plan
- Reduce Content
- Create New File
Authentication Errors
MV002 - TicketInvalid
Cause: The ticket’s Ed25519 signature doesn’t match, indicating tampering or corruption. Error Message:MV003 - TicketReplay
Cause: Attempting to apply a ticket with a sequence number less than or equal to the current ticket. Error Message:MV008 - ApiKeyRequired
Cause: Attempting to use a feature that requires authentication without providing an API key. Error Message:- Node.js SDK
- Python SDK
- Environment Variable
Index Errors
MV004 - LexIndexDisabled
Cause: Attempting to usemode: lex or mode: auto on a file without lexical indexing.
Error Message:
MV005 - TimeIndexMissing
Cause: Using timeline queries or time filters on a file without time indexing. Error Message:MV011 - VecIndexDisabled
Cause: Attempting to usemode: sem or mode: auto without vector indexing.
Error Message:
MV014 - VecDimensionMismatch
Cause: Attempting to search or insert with embeddings of a different dimension than what the vector index was built with. Error Message:- Use consistent embedding models: Ensure you use the same embedding model for ingestion and search.
- Rebuild with correct embeddings: If you need to change models, rebuild the vector index.
- Node.js
- Python
Integrity Errors
MV006 - VerificationFailed
Cause: The file’s checksums don’t match, indicating corruption. Error Message:MV012 - CorruptFile
Cause: Severe file corruption preventing basic operations. Error Message:MV013 - IOError
Cause: File system operations failed, such as file not found, permission denied, or disk full. Error Message:Concurrency Errors
MV007 - FileLocked
Cause: Another process has an exclusive write lock on the file. Error Message:- Node.js
- Python
Data Errors
MV009 - MemoryAlreadyBound
Cause: Attempting to bind a file that’s already associated with another memory in the control plane. Error Message:MV010 - FrameNotFound
Cause: Referencing a frame ID that doesn’t exist in the file. Error Message:Embedding Errors
MV015 - EmbeddingFailed
Cause: The embedding runtime is unavailable, the API key is missing or invalid, or the model is not accessible. Error Message:- Check API key configuration:
- Use local embeddings:
- Node.js
- Python
- Check network connectivity if using external providers:
Security Errors
MV016 - EncryptedFile
Cause: Attempting to open an encrypted.mv2e capsule without providing the password.
Error Message:
- Decrypt the file:
- Open encrypted file in SDKs:
- Node.js
- Python
System Errors
MV999 - InternalError
Cause: Unexpected condition in the Memvid engine. Error Message:- Report the bug: Include the full error message and stack trace
- Try again: Some transient errors resolve on retry
- Check disk space: Ensure sufficient storage available
- Update Memvid: Upgrade to the latest version
SDK Error Handling
Python
Node.js
Getting Help
Troubleshooting Guide
Step-by-step solutions for common issues
GitHub Issues
Report bugs or request features
Discord Community
Get help from the community
FAQ
Frequently asked questions