{"record":{"id":"ff4bd014ad3eab1b","repo":"ajeetdsouza/zoxide","slug":"could-not-read-from-atuin","errorCode":null,"errorMessage":"could not read from atuin","messagePattern":"could not read from atuin","errorType":"exception","errorClass":"ImportError","httpStatus":null,"severity":"error","filePath":"src/import/atuin.rs","lineNumber":104,"sourceCode":"                    if self.buf.is_empty() {\n                        continue;\n                    }\n\n                    let result = self.parse_line(&self.buf);\n                    match &result {\n                        Ok(dir) => {\n                            let path = dir.path.as_ref();\n                            if self.prev_cwd.as_deref() == Some(path) {\n                                continue; // dedup consecutive same-path entries\n                            }\n                            self.prev_cwd = Some(path.to_string());\n                            return Some(result);\n                        }\n                        Err(_) => return Some(result),\n                    }\n                }\n                Err(e) => {\n                    return Some(Err(self.err(anyhow!(e).context(\"could not read from atuin\"))));\n                }\n            }\n        }\n    }\n}\n\nimpl Drop for Iter {\n    fn drop(&mut self) {\n        _ = self.child.kill();\n        _ = self.child.wait();\n    }\n}\n","sourceCodeStart":86,"sourceCodeEnd":117,"githubUrl":"https://github.com/ajeetdsouza/zoxide/blob/ee594e690642c7d86edd960603dcc1950c02baab/src/import/atuin.rs#L86-L117","documentation":"Error \"could not read from atuin\" thrown in ajeetdsouza/zoxide.","triggerScenarios":"Thrown at src/import/atuin.rs:104 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"ee594e690642c7d86edd960603dcc1950c02baab","analyzedAt":"2026-08-16T10:52:10.953Z","schemaVersion":2},"datasetVersion":"2026-08-16T13:17:31.715Z"}