You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I constantly get {"detail":{"error":{"message":"Failed to start Claude Code: Failed to start Claude process","type":"service_unavailable","code":"claude_unavailable"}}} error.
I believe that's because src_dir = "/workspaces/claude-code-api/claude_code_api" line, since I next asyncio.create_subprocess_exec fails with FileNotFoundError(2, 'No such file or directory').