Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install Cypress, download server is down #1280

Closed
NoNameProvided opened this issue Feb 8, 2018 · 9 comments
Closed

Cannot install Cypress, download server is down #1280

NoNameProvided opened this issue Feb 8, 2018 · 9 comments

Comments

@NoNameProvided
Copy link

NoNameProvided commented Feb 8, 2018

Current behavior:

Cannot download Cypress, because the post-install hook fails.

Desired behavior:

I can download cypress.

How to reproduce:

npm install cypress@1.4.1

Additional Info (images, stack traces, etc)

The Cypress App could not be downloaded.

Please check network connectivity and try again:
----------

URL: https://download.cypress.io/desktop/1.4.1?platform=darwin&arch=x64
Error: Failed downloading the Cypress binary.
Response code: 503
Response message: Service Unavailable
----------

Platform: darwin (17.3.0)
Cypress Version: 1.4.1
  • Operating System: MacOS
  • Cypress Version: 1.4.1
  • Browser Version: n/a
@brian-mann
Copy link
Member

We did experience some timeouts this morning for a brief period of time - we'll look at the logs to investigate but it didn't last for very long.

@aahdahl
Copy link

aahdahl commented Jan 8, 2019

@brian-mann - still experiencing the same issue as described above with Cypress version: 3.1.4

Log details:

The Cypress App could not be downloaded.

Please check network connectivity and try again:
----------

URL: https://download.cypress.io/desktop/3.1.4?platform=linux&arch=x64
Error: Failed downloading the Cypress binary.
Response code: 503
Response message: Service Unavailable
----------

Platform: linux (Debian - 9.6)
Cypress Version: 3.1.4

@wlsf82
Copy link

wlsf82 commented Jan 8, 2019

I am facing this issue right now. Could someone help me, please?

The Cypress App could not be downloaded.

Please check network connectivity and try again:
----------

URL: https://download.cypress.io/desktop/3.1.4?platform=darwin&arch=x64
Error: Failed downloading the Cypress binary.
Response code: 503
Response message: Service Unavailable
----------

Platform: darwin (18.2.0)
Cypress Version: 3.1.4

@wlsf82
Copy link

wlsf82 commented Jan 8, 2019

It just worked after some tries. 🤔

@ZachGawlik
Copy link

ZachGawlik commented Jan 8, 2019

The 503 issues seem to happen to all cypress download links. For a CircleCI run of our next prod candidate, where we're using a custom docker image that installs cypress through yarn, we saw all 16 containers fail from a 503 that was trying to resolve the dependency from https://download.cypress.io/desktop/3.1.1?platform=linux&arch=x64. When I go to the link on my own laptop, it consistently works.

@jennifer-shehane
Copy link
Member

We were experiencing a brief outage of our download service that has since been resolved. You can monitor our status and review any outages in the future here: https://status.cypress.io/

@sajjadh
Copy link

sajjadh commented Mar 15, 2019

I am still experiencing the same issue!
Logs:-

5316 verbose stack Error: cypress@3.1.5 postinstall: `node index.js --exec install`
5316 verbose stack Exit status 1
5316 verbose stack     at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:301:16)
5316 verbose stack     at emitTwo (events.js:126:13)
5316 verbose stack     at EventEmitter.emit (events.js:214:7)
5316 verbose stack     at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
5316 verbose stack     at emitTwo (events.js:126:13)
5316 verbose stack     at ChildProcess.emit (events.js:214:7)
5316 verbose stack     at maybeClose (internal/child_process.js:915:16)
5316 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
5317 verbose pkgid cypress@3.1.5
5318 verbose cwd C:\Users\Zone\cypressTest
5319 verbose Windows_NT 10.0.15063
5320 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "cypress"
5321 verbose node v8.12.0
5322 verbose npm  v6.4.1
5323 error code ELIFECYCLE
5324 error errno 1
5325 error cypress@3.1.5 postinstall: `node index.js --exec install`
5325 error Exit status 1
5326 error Failed at the cypress@3.1.5 postinstall script.
5326 error This is probably not a problem with npm. There is likely additional logging output above.
5327 verbose exit [ 1, true ]

console error:- 


> cypress@3.1.5 postinstall C:\Users\Zone\cypressTest\node_modules\cypress
> node index.js --exec install

Installing Cypress (version: 3.1.5)

 √  Downloaded Cypress
 ×  Unzipping Cypress
   → Cypress Version: 3.1.5
    Finishing Installation
The Cypress App could not be unzipped.

Search for an existing issue or open a GitHub issue at

https://github.com/cypress-io/cypress/issues
----------

Error: end of central directory record signature not found
----------

Platform: win32 (10.0.15063)
Cypress Version: 3.1.5
npm WARN cypresstest@1.0.0 No repository field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! cypress@3.1.5 postinstall: `node index.js --exec install`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the cypress@3.1.5 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Zone\AppData\Roaming\npm-cache\_logs\2019-03-15T09_26_07_581Z-debug.log

@jennifer-shehane
Copy link
Member

@sajjadh Your issue seems to be related to this issue: #3515 Can you try updating to 3.2.0 to see if this issue is resolved please?

@sajjadh
Copy link

sajjadh commented Mar 22, 2019 via email

@cypress-io cypress-io locked as resolved and limited conversation to collaborators Mar 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants