Melissa
Melissa
Same error on Runpod. Old Forge version works. New version will only launch the first time on a fresh server without the httpx errors. After the first launch, it will...
For now my work around for runpod is to use the docker image. I also did a git pull for Forge to update as I see there are some changes...
Since runpod is using a proxy, I'm guessing that causes the error. But it's odd a server restart which would free up the same port does not resolve the error....
Hopefully there will be a fix soon. I'm guessing this only affects users who are not running locally or behind a proxy.
If you're not using a proxy, possibly the solution to change the httpx config.py timeout will work. It did not work for a Runpod setup. [https://github.com/gradio-app/gradio/issues/5143](url)
> `r = httpx.head(url, timeout=30, verify=False)` and it seems it works. It was '3' before, so I'd say it could be a bug, someone forgot to put '0' after '3'....