Justin Forder

Results 8 comments of Justin Forder

I see this problem, using expresso 0.7.6. I think the problem is that when you run tests with --serial, expresso closes the server after each test. When it re-opens it,...

(I'm assuming there was a good reason for incrementing the port number.)

In production the application would need to handle many concurrent requests, but that doesn't mean it needs to listen on more than one port. Is there something I'm missing about...

OK, I see that different servers would need different ports. I'm not convinced that you need to change the port on an existing server when you close and re-open it.

Perhaps a bit of tidying up. I shall read it a bit more, and read some of the other open issues. I think my comment above about needing a new...

Looks to me as if this is fixed now, in 0.7.7.

This is still happening in 0.75.1 (on Windows 11 Pro, in Powershell): ```powershell > aider --no-verify-ssl --model sonnet ──────────────────────────────────────────────────────────────────────────────────────────────────────────── HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /BerriAI/litellm/main/model_prices_and_context_window.json (Caused by SSLError(SSLCertVerificationError(1,...

In my case, where the problem is caused by corporate use of ZScaler, I found that this was a step in the right direction: `> python -m pip install pip-system-certs`...