Proxyman Version 3.12.0 (40020) | Windows (Build 10.0.26200), Windows 11
When monitoring streaming requests from the Claude CLI, the streaming output initially works fine; however, after running for a while, a "999" error occurs, and the response results become invisible. It appears that whenever the next HTTP request begins, the preceding HTTP request immediately throws a "999" error, causing the response results to disappear. Of course, if I remain focused on that specific erroneous request, I can still see the response; however, if I switch away to another request and then switch back, the response is no longer visible.
Furthermore, with Proxyman enabled, after submitting a query via the Claude CLI interface, I frequently observe retry attempts being triggered. Sometimes these retries succeed, while at other times they fail continuously.
The response interface sometimes displays the following error: ERROR_RESPONSE_UNKNOWN
UNKNOWN
Click the "Troubleshooting" button to find a solution.
At other times, it reports:
Could not resolve the host name.
Double check the domain or change DNS Setting might fix it.
Click the "Troubleshooting" button to find a solution.
As per the instructions, I executed the following commands in my PowerShell window—otherwise, Proxyman would be unable to monitor the traffic:
$env:http_proxy="http://127.0.0.1:9091"
$env:https_proxy="http://127.0.0.1:9091"
$env:NODE_EXTRA_CA_CERTS=xxx
Proxyman Version 3.12.0 (40020) | Windows (Build 10.0.26200), Windows 11
When monitoring streaming requests from the Claude CLI, the streaming output initially works fine; however, after running for a while, a "999" error occurs, and the response results become invisible. It appears that whenever the next HTTP request begins, the preceding HTTP request immediately throws a "999" error, causing the response results to disappear. Of course, if I remain focused on that specific erroneous request, I can still see the response; however, if I switch away to another request and then switch back, the response is no longer visible.
Furthermore, with Proxyman enabled, after submitting a query via the Claude CLI interface, I frequently observe retry attempts being triggered. Sometimes these retries succeed, while at other times they fail continuously.
The response interface sometimes displays the following error: ERROR_RESPONSE_UNKNOWN
UNKNOWN
Click the "Troubleshooting" button to find a solution.
At other times, it reports:
Could not resolve the host name.
Double check the domain or change DNS Setting might fix it.
Click the "Troubleshooting" button to find a solution.
As per the instructions, I executed the following commands in my PowerShell window—otherwise, Proxyman would be unable to monitor the traffic:
$env:http_proxy="http://127.0.0.1:9091"
$env:https_proxy="http://127.0.0.1:9091"
$env:NODE_EXTRA_CA_CERTS=xxx