Hi, chat! For the past few days, I have been encountering a persistent error when sending requests.
My setup: Debian 12\Win 11 + VC Code+ Kilocode + Claude Code.
All components of the setup are up to date.
When developing via VC Code + Kilocode + Claude Code, every 5-10 requests I get a ‘timeout 60000’ error.
I tested my network but found no problems with ping, latency or packet loss.
Then I thought the problem was the size of the requests, but the problem persists even with primitive requests.
I am in the process of preparing a ticket for GitHub, but so far I have not been able to reproduce the problem consistently.
Perhaps someone has encountered something similar recently?
The error log looks like this:
Command timed out after 600000 milliseconds: claude -p --system-prompt-file "C:\Users\user\AppData\Local\Temp\kilocode-system-prompt-xxxxx.txt" --verbose --output-format stream-json --disallowedTools "Task,Bash,Glob,Grep,LS,exit_plan_mode,Read,Edit,MultiEdit,Write,NotebookRead,NotebookEdit,WebFetch,TodoRead,TodoWrite,WebSearch,ExitPlanMode,BashOutput,KillBash" --max-turns 1 --model "claude-sonnet-4-5-20250929[1m]" {"type":"system","subtype":"init","cwd":"c:\scrypt\claude status test","session_id":"xxxx","tools":["KillShell","Skill","SlashCommand"],"mcp_servers":[],"model":"claude-sonnet-4-5-20250929[1m]","permissionMode":"default","slash_commands":["compact","context","cost","init","pr-comments","release-notes","todos","review","security-review"],"apiKeySource":"none","claude_code_version":"2.0.31","output_style":"default","agents":["general-purpose","statusline-setup","Explore","Plan"],"skills":[],"plugins":[],"uuid":"xxxx"}"
I tried using Sonnet 4/4.5/Haiku 4.5. It did not help solve the problem.