{"record":{"id":"5a0c0a21dc6f3b92","repo":"tinyhumansai/openhuman","slug":"unknown-namespaces-arg-other","errorCode":null,"errorMessage":"unknown namespaces arg: {other}","messagePattern":"unknown namespaces arg: (.+?)","errorType":"validation","errorClass":"anyhow::Error","httpStatus":null,"severity":"error","filePath":"src/core/memory_cli.rs","lineNumber":373,"sourceCode":"            .await\n            .map_err(anyhow::Error::msg)\n    })?;\n\n    println!(\"{result}\");\n    Ok(())\n}\n\n/// `openhuman memory namespaces`\nfn run_namespaces(args: &[String]) -> Result<()> {\n    let mut verbose = false;\n    for arg in args {\n        match arg.as_str() {\n            \"-v\" | \"--verbose\" => verbose = true,\n            \"-h\" | \"--help\" => {\n                println!(\"Usage: openhuman memory namespaces [-v]\");\n                return Ok(());\n            }\n            other => return Err(anyhow::anyhow!(\"unknown namespaces arg: {other}\")),\n        }\n    }\n\n    crate::core::logging::init_for_cli_run(verbose, crate::core::logging::CliLogDefault::Global);\n\n    let rt = tokio::runtime::Builder::new_multi_thread()\n        .enable_all()\n        .build()?;\n\n    let result = rt.block_on(async {\n        let client = create_memory_client(\"namespaces\").await?;\n        client.list_namespaces().await.map_err(anyhow::Error::msg)\n    })?;\n\n    for ns in &result {\n        println!(\"{ns}\");\n    }\n    Ok(())","sourceCodeStart":355,"sourceCodeEnd":391,"githubUrl":"https://github.com/tinyhumansai/openhuman/blob/a221052e0df5b1f7598fceba7329fd1af95d6699/src/core/memory_cli.rs#L355-L391","documentation":"Error \"unknown namespaces arg: {other}\" thrown in tinyhumansai/openhuman.","triggerScenarios":"Thrown at src/core/memory_cli.rs:373 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":"a221052e0df5b1f7598fceba7329fd1af95d6699","analyzedAt":"2026-08-16T12:47:06.542Z","schemaVersion":2},"datasetVersion":"2026-08-16T13:17:31.715Z"}