登录故障排查
诊断登录失败、未完成的 OAuth 回调,以及远程核心 RPC 认证问题。
检查后端可达性
curl -I https://tinyhumans.ai/
curl -I https://api.tinyhumans.ai/health检查所选核心
curl -sS https://your-core.example/rpc \
-H "Content-Type: application/json" \
-H "Authorization: Bearer CORE_TOKEN" \
-d '{"jsonrpc":"2.0","id":1,"method":"core.ping","params":{}}'检查深度链接回调
Windows: openhuman:// 处理程序未注册
错误报告中应包含的内容
最后更新于