Recurrent network connectivity issues
I'm having network connectivity issues in Appveyor since the last few days in my NodeJS applications, which is forcing us to rebuild a commit (even several times) for Appveyor so succeed, which obviously slows us down as a team.
Are there known network issues in Appveyor recently?
npm ERR! network read ECONNRESET
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "node" "C:\\Users\\appveyor\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v0.12.4
npm ERR! npm v2.11.0
npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! sys call read
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 03 Jun, 2015 02:15 PM
Hi Juan,
What project is that?
2 Posted by Juan Cruz Viott... on 03 Jun, 2015 02:57 PM
Hi Feodor,
For some examples see the history of:
Support Staff 3 Posted by Feodor Fitsner on 03 Jun, 2015 08:47 PM
Is it like a specific npm package having issues? Can you please do a simple public repo reproducing the error?
4 Posted by Juan Cruz Viott... on 04 Jun, 2015 12:10 PM
Hi Feodor,
I’m not sure that’s the issue. The repos have been working fine in the past, and didn’t have any network connectivity problem in Travis CI in months.
The mentioned modules are open source, in case you want to inspect their dependencies:
- https://github.com/resin-io/resin-cli
- https://github.com/resin-io/resin-sdk
- https://github.com/resin-io/resin-settings-client
Thanks in advance.
Support Staff 5 Posted by Feodor Fitsner on 05 Jun, 2015 01:08 AM
Looks like it's OK now?
Having a simple repo reproducing the issue is really helpful. Like this case for example. What was initially looking as failure to install npm module turned out to be a problem of downloading files from
raw.githubusercontent.com
inindex.js
of those modules. That was Pro (non-Azure) environment and it appeared there was some misconfiguration on edge servers of GitHub's CDN provider. It took around 2 months to finally fix that.This issue happened in different regions on Azure and it could be even more tricky to resolve. I just want to say more specific information you are able to provide is better :)
6 Posted by Juan Cruz Viott... on 08 Jun, 2015 12:47 PM
Hi Feodor,
I’ll create small project, and will contact you again in case the issue persist.
Thanks in advance.
—
Juan Cruz Viotti, Software Engineer
[email blocked]
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:56 AM.