![]() |
|
Simple-proxy stuck at starting HTTP proxy - Anyone else facing this issue? - Printable Version +- Proxy Community (https://proxycommunity.com/forum) +-- Forum: Proxy Types (https://proxycommunity.com/forum/forum-proxy-types) +--- Forum: HTTP Proxies or HTTPs Proxies (https://proxycommunity.com/forum/forum-http-proxies-or-https-proxies) +--- Thread: Simple-proxy stuck at starting HTTP proxy - Anyone else facing this issue? (/thread-simple-proxy-stuck-at-starting-http-proxy-anyone-else-facing-this-issue) |
“” - MaskedLegendX - 14-03-2025 I had this issue too! Simple-proxy stuck at starting HTTP proxy was driving me crazy. What worked for me was clearing the npm cache (`npm cache clean --force`) and reinstalling Simple-proxy. Also, make sure you’re not running out of memory or disk space. Ubuntu can be finicky with resources sometimes. “” - deepXchangeX - 14-03-2025 Simple-proxy stuck at starting HTTP proxy? Classic. Have you tried running it with `--verbose` or `--debug` flags? Sometimes, those extra logs can reveal what’s going on. Also, check if your network settings are blocking the proxy. A quick `curl` test to localhost might help diagnose it. |