waveterm icon indicating copy to clipboard operation
waveterm copied to clipboard

[Feature]: socks5 proxy support

Open sudden-che opened this issue 1 month ago • 0 comments

Feature description

please add socks or and http proxy support

Implementation Suggestion

I tried to use like this but got error on ai and web


ALL_PROXY=socks://myproxy:port ./waveterm 

node:291577) electron: Failed to load URL: https://ifconfig.me/ with error: ERR_EMPTY_RESPONSE
Error occurred in handler for 'GUEST_VIEW_MANAGER_CALL': Error: ERR_EMPTY_RESPONSE (-324) loading 'https://ifconfig.me/'
    at rejectAndCleanup (node:electron/js2c/browser_init:2:79773)
    at WebContents.finishListener (node:electron/js2c/browser_init:2:79935)
    at WebContents.emit (node:events:531:35) {
  errno: -324,
  code: 'ERR_EMPTY_RESPONSE',
  url: 'https://ifconfig.me/'
}

Anything else?

No response

sudden-che avatar Jan 12 '26 12:01 sudden-che