How to get rid of this HTTPSConnectionPool. I get this after every few requests
```
Aug 22 15:12:04 voiceclone gunicorn[356]: Bad Request: /api/audio_to_audio/
Aug 22 15:12:04 voiceclone gunicorn[356]: Unexpected error: HTTPSConnectionPool(host='api.runpod.ai', port=443): Max retries exceeded with url: /v2/vn2o4vgw0aes0k/runsync (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x73558ad9f7f0>, 'Connection to api.runpod.ai timed out. (connect timeout=3600)'))
Aug 22 15:12:04 voiceclone gunicorn[356]: - - [22/Aug/2025:10:12:04 +0000] "POST /api/audio_to_audio/ HTTP/1.0" 400 0 "-" "okhttp/5.1.0"
4 Replies
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
@Five
Escalated To Zendesk
The thread has been escalated to Zendesk!
Still didn't get qualified answer.
You did not open a Zendesk ticket :wires:
Regardless, you can't "get rid of" HTTPSConnectionPool it's part of urllib3. If you're receiving this error locally, maybe check if your network is blocking requests to
api.runpod.ai and api.runpod.io