{"record":{"id":"6c9f840a181bb0dc","repo":"tinyhumansai/openhuman","slug":"apify-run-returned-no-items-array","errorCode":null,"errorMessage":"Apify run returned no items array","messagePattern":"Apify run returned no items array","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"src/openhuman/agent/learning/linkedin_enrichment.rs","lineNumber":666,"sourceCode":"    let resp: serde_json::Value = client\n        .post(\"/agent-integrations/apify/run\", &body)\n        .await\n        .map_err(|e| anyhow::anyhow!(\"Apify run failed: {e:#}\"))?;\n\n    let status = resp\n        .get(\"status\")\n        .and_then(|v| v.as_str())\n        .unwrap_or(\"UNKNOWN\");\n\n    if status != \"SUCCEEDED\" {\n        anyhow::bail!(\"Apify run finished with status: {status}\");\n    }\n\n    // Extract the first item from the inline results array.\n    let items = resp\n        .get(\"items\")\n        .and_then(|v| v.as_array())\n        .ok_or_else(|| anyhow::anyhow!(\"Apify run returned no items array\"))?;\n\n    items\n        .first()\n        .cloned()\n        .ok_or_else(|| anyhow::anyhow!(\"Apify run returned an empty items array\"))\n}\n\n/// Build a local memory client for profile persistence.\nfn build_memory_client() -> anyhow::Result<crate::openhuman::memory::store::MemoryClient> {\n    crate::openhuman::memory::store::MemoryClient::new_local()\n        .map_err(|e| anyhow::anyhow!(\"memory client unavailable: {e}\"))\n}\n\n/// Persist the full scraped LinkedIn profile to the user-profile memory\n/// namespace so the agent has rich context about the user.\nasync fn persist_linkedin_profile(\n    memory: &crate::openhuman::memory::store::MemoryClient,\n    url: &str,","sourceCodeStart":648,"sourceCodeEnd":684,"githubUrl":"https://github.com/tinyhumansai/openhuman/blob/a221052e0df5b1f7598fceba7329fd1af95d6699/src/openhuman/agent/learning/linkedin_enrichment.rs#L648-L684","documentation":"Error \"Apify run returned no items array\" thrown in tinyhumansai/openhuman.","triggerScenarios":"Thrown at src/openhuman/agent/learning/linkedin_enrichment.rs:666 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"}