question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue downloading extensions behind proxy

See original GitHub issue

Hi,

I have had an issue with https://github.com/chentsulin/electron-react-boilerplate/issues/377

I am behind a corp proxy but my proxy settings work well (using cntlm).

For some reason I get and errro when I try to run electron-react-boilerplate’s noder run dev command.

I have tracked the error to https://github.com/MarshallOfSound/electron-devtools-installer/blob/master/src/downloadChromeExtension.js

{ Error: connect ECONNREFUSED 216.58.194.110:443
    at Object.exports._errnoException (util.js:1008:11)
    at exports._exceptionWithHostPort (util.js:1031:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1080:14)
  code: 'ECONNREFUSED',
  errno: 'ECONNREFUSED',
  syscall: 'connect',
  address: '216.58.194.110',
  port: 443 }

My concern is if electron-devtools-installer is honoring the proxy settings I have set as environment variables?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
MarshallOfSoundcommented, Nov 14, 2016

@oa414 I might rewrite electron-devtools-installer to use the new net module if it’s available. That way it should auto-detect proxies a lot better

1reaction
MarshallOfSoundcommented, Jan 27, 2017

@el-davo #35 should handle proxies for you now (if you are using Electron 1.4.5+)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't install some extensions behind a corporate proxy #9305
First problem is "Can't install extensions behind a corporate proxy" with same diagnostics. my proxy setup is (from user's settings.json): "http ...
Read more >
Download Visual Studio Code extensions behind proxy
The workaround I have found is to manually download the .vsix ... itemName=ms-vscode.cpptools there's a "Download Extension" drop down on ...
Read more >
Visual studio update-extensions behind a proxy server - MSDN
protocol. Visual studio seems to be using the IE proxy config file for the update but not for the 443. It's using a...
Read more >
Proxy URL Exceptions for Google Chrome Extensions
So the extension from the web store are downloaded from everywhere? And for clarification my problem is about DOWNLOAD extensions through a proxy...
Read more >
Using the Adobe extension behind a proxy server
Problem: The Frame.io extension for Adobe is loading all content properly, but uploads or downloads are failing. Solution: Open the extension's preferences ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found