{"record":{"id":"f7c88e7a1315d168","repo":"ruvnet/ruflo","slug":"rvf-embedding-cache-load-error","errorCode":null,"errorMessage":"[rvf-embedding-cache] Load error:","messagePattern":"\\[rvf-embedding-cache\\] Load error:","errorType":"console","errorClass":null,"httpStatus":null,"severity":"error","filePath":"v3/@claude-flow/embeddings/src/rvf-embedding-cache.ts","lineNumber":572,"sourceCode":"          offset += 8;\n        } else {\n          // v1: only accessedAt was stored, use it as createdAt too\n          accessedAt = view.getFloat64(offset, true);\n          offset += 8;\n          accessCount = view.getFloat64(offset, true);\n          offset += 8;\n          createdAt = accessedAt;\n        }\n\n        this.entries.set(hash, {\n          embedding,\n          createdAt,\n          accessedAt,\n          accessCount,\n        });\n      }\n    } catch (error) {\n      console.warn(\n        '[rvf-embedding-cache] Load error:',\n        error instanceof Error ? error.message : error\n      );\n    }\n  }\n}\n","sourceCodeStart":554,"sourceCodeEnd":579,"githubUrl":"https://github.com/ruvnet/ruflo/blob/fa13ee4ad60ac2090b1480656eb233521790d640/v3/@claude-flow/embeddings/src/rvf-embedding-cache.ts#L554-L579","documentation":"Log warning in loadFromFile: reading or parsing the binary rvf embedding cache file failed (I/O or format error mid-read); already-parsed entries are kept and the cache continues with partial state.","triggerScenarios":"Thrown at v3/@claude-flow/embeddings/src/rvf-embedding-cache.ts:572 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Delete the corrupt rvf embedding cache file so it is rebuilt on the next run."],"exampleFix":null,"handlingStrategy":"try-catch","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"fa13ee4ad60ac2090b1480656eb233521790d640","analyzedAt":"2026-08-18T21:34:22.708Z","contentChangedAt":"2026-08-18T21:34:22.708Z","schemaVersion":2},"datasetVersion":"2026-09-14T00:17:10.932Z"}