Code-settings-sync: Extension is not using the proxy

Created on 5 Jul 2016  ·  4Comments  ·  Source: shanalikhan/code-settings-sync

Visual Studio Code Version : [ 1.2.1 ]
Code Sync Settings Version : [ 1.3.0 ]
Operating System : [ Windows 7 ]

The extension is not using the defined proxy in settings resulting a timeout.

[Extension Host] Error: connect ETIMEDOUT 192.30.253.116:443 at global.sendError (C:\Users\alexandre.pires\.vscode\extensions\Shan.code-settings-sync-1.3.0\node_modules\github4\lib\index.js:753:19) at C:\Users\alexandre.pires\.vscode\extensions\Shan.code-settings-sync-1.3.0\node_modules\github4\lib\index.js:762:29 at callCallback (C:\Users\alexandre.pires\.vscode\extensions\Shan.code-settings-sync-1.3.0\node_modules\github4\lib\index.js:639:17) at ClientRequest.<anonymous> (C:\Users\alexandre.pires\.vscode\extensions\Shan.code-settings-sync-1.3.0\node_modules\github4\lib\index.js:710:17) at emitOne (events.js:90:13) at ClientRequest.emit (events.js:182:7) at TLSSocket.socketErrorListener (_http_client.js:295:9) at emitOne (events.js:90:13) at TLSSocket.emit (events.js:182:7) at emitErrorNT (net.js:1253:8)

question ❓

Most helpful comment

@shanalikhan @afnpires, any updates on how make it work?

All 4 comments

can you update the extension and let me know if issue persist

I'm experiencing the same issue above, I'm behind a proxy, and the extensions times out when downloading the settings.

Error: connect ETIMEDOUT 192.30.253.116:443
    at module.exports.__dirname.sendError (C:\Users\i348479\.vscode\extensions\Shan.code-settings-sync-2.8.7\node_modules\github\lib\index.js:854:19)
    at C:\Users\i348479\.vscode\extensions\Shan.code-settings-sync-2.8.7\node_modules\github\lib\index.js:865:29
    at callCallback (C:\Users\i348479\.vscode\extensions\Shan.code-settings-sync-2.8.7\node_modules\github\lib\index.js:728:17)
    at ClientRequest.<anonymous> (C:\Users\i348479\.vscode\extensions\Shan.code-settings-sync-2.8.7\node_modules\github\lib\index.js:807:17)
    at emitOne (events.js:96:13)
    at ClientRequest.emit (events.js:191:7)
    at TLSSocket.socketErrorListener (_http_client.js:358:9)
    at emitOne (events.js:96:13)
    at TLSSocket.emit (events.js:191:7)
    at emitErrorNT (net.js:1283:8)

@shanalikhan @afnpires, any updates on how make it work?

actually i dont have environment to test proxy. although extension currently handles proxy
But i'm always looking forward to improve the proxy support.

If there is still a problem, you can run the extension locally from code and send me pull request, i will accept and release new version.

Was this page helpful?
0 / 5 - 0 ratings