{"record":{"id":"e64d56902ceb1d9e","repo":"tinyhumansai/openhuman","slug":"no-app-session-jwt-not-signed-in","errorCode":null,"errorMessage":"no app session JWT — not signed in","messagePattern":"no app session JWT — not signed in","errorType":"validation","errorClass":null,"httpStatus":null,"severity":"error","filePath":"src/openhuman/platform/doctor/core.rs","lineNumber":210,"sourceCode":"        .filter(|s| !s.is_empty())\n    {\n        items.push(DiagnosticItem::ok(cat, format!(\"api_url: {url}\")));\n    } else {\n        let resolved = crate::api::config::effective_api_url(&config.api_url);\n        items.push(DiagnosticItem::ok(\n            cat,\n            format!(\"api_url: (unset) resolved to {resolved}\"),\n        ));\n    }\n\n    match crate::api::jwt::get_session_token(config) {\n        Ok(Some(token)) if !token.trim().is_empty() => {\n            items.push(DiagnosticItem::ok(cat, \"signed in with app session JWT\"));\n        }\n        Ok(_) => {\n            items.push(DiagnosticItem::warn(\n                cat,\n                \"no app session JWT — not signed in\",\n            ));\n        }\n        Err(err) => {\n            items.push(DiagnosticItem::error(\n                cat,\n                format!(\"failed to read app session JWT: {err}\"),\n            ));\n        }\n    }\n\n    // Model configured\n    if config.default_model.is_some() {\n        items.push(DiagnosticItem::ok(\n            cat,\n            format!(\n                \"default model: {}\",\n                config.default_model.as_deref().unwrap_or(\"?\")\n            ),","sourceCodeStart":192,"sourceCodeEnd":228,"githubUrl":"https://github.com/tinyhumansai/openhuman/blob/749120085864ce16e0f273c7b86fac7740b39c5b/src/openhuman/platform/doctor/core.rs#L192-L228","documentation":"Doctor diagnostic: reading the app session JWT succeeded but no token is stored (empty/None), meaning the user is not signed in to the TinyHumans backend. This is a warn-level state report, not an error: backend-dependent features (hosted inference, announcements, team, sync) will be unavailable or degraded, while purely local operation continues.","triggerScenarios":"Thrown at src/openhuman/platform/doctor/core.rs:210 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Sign in via the app's auth flow if backend features are needed","If you believe you are signed in, check whether the keyring/credential store is accessible — a failed token read reports as a separate error item","Re-run 'openhuman doctor' after sign-in to confirm 'signed in with app session JWT'","Local-first usage can ignore this warning"],"exampleFix":null,"handlingStrategy":"validation","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"749120085864ce16e0f273c7b86fac7740b39c5b","analyzedAt":"2026-08-17T21:21:45.363Z","contentChangedAt":null,"schemaVersion":2},"datasetVersion":"2026-09-14T00:17:10.932Z"}