suno-api icon indicating copy to clipboard operation
suno-api copied to clipboard

cause: Error: connect ETIMEDOUT 128.242.250.148:443

Open wangjiancheng-123 opened this issue 1 year ago • 4 comments

cause: Error: connect ETIMEDOUT 128.242.250.148:443 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1607:16) at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) { errno: -4039, code: 'ETIMEDOUT', syscall: 'connect', address: '128.242.250.148', port: 443

wangjiancheng-123 avatar Oct 29 '24 03:10 wangjiancheng-123

Is this a proxy issue? May I ask how to configure the proxy?

wangjiancheng-123 avatar Oct 29 '24 03:10 wangjiancheng-123

I have the same problem. Have you solved it?

venlax avatar Nov 13 '24 09:11 venlax

I have the same problem. Have you solved it?

jgCodeU avatar Feb 06 '25 12:02 jgCodeU

Can't reproduce. However, I will note that suno-api currently has no support of proxies. You can try using graftcp to force Node.js to use a proxy, although it would be better if we implemented this right in suno-api.

gohoski avatar Feb 06 '25 16:02 gohoski