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.

Cypress download fails with a 530 error

See original GitHub issue

Current behavior

Our CI job is failing with the following error:

[FAILED] The Cypress App could not be downloaded.
[FAILED] 
[FAILED] Does your workplace require a proxy to be used to access the Internet? If so, you must configure the HTTP_PROXY environment variable before downloading Cypress. Read more: https://on.cypress.io/proxy-configuration
[FAILED] 
[FAILED] Otherwise, please check network connectivity and try again:
[FAILED] 
[FAILED] ----------
[FAILED] 
[FAILED] URL: https://download.cypress.io/desktop/10.5.0?platform=linux&arch=x64
[FAILED] Error: Failed downloading the Cypress binary.
[FAILED] Response code: 5[30](https://github.com/PrairieLearnInc/PrairieTest/runs/7984786822?check_suite_focus=true#step:6:31)
[FAILED] Response message:
[FAILED] 
[FAILED] ----------
[FAILED] 
[FAILED] Platform: linux-x64 (Ubuntu - 20.04)
[FAILED] Cypress Version: 10.5.0
The Cypress App could not be downloaded.

Does your workplace require a proxy to be used to access the Internet? If so, you must configure the HTTP_PROXY environment variable before downloading Cypress. Read more: https://on.cypress.io/proxy-configuration

Otherwise, please check network connectivity and try again:

----------

URL: https://download.cypress.io/desktop/10.5.0?platform=linux&arch=x64
Error: Failed downloading the Cypress binary.
Response code: 530
Response message:

Visiting https://download.cypress.io shows a Cloudflare error message. Myself and my colleagues can reproduce this across all our devices, so it does not appear to be an issue with any particular device or network.

Desired behavior

Cypress should be able to download successfully.

Test code to reproduce

Visit https://download.cypress.io/ and observe the following error message:

Screen Shot 2022-08-23 at 16 40 00

Cypress Version

10.5.0

Node version

14.20.0

Operating System

macOS + Linux

Debug Logs

No response

Other

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:16
  • Comments:17 (1 by maintainers)

github_iconTop GitHub Comments

14reactions
nwalters512commented, Aug 24, 2022

In case this is blocking deployments or other tasks that don’t actually need Cypress to run, you should be able to set CYPRESS_INSTALL_BINARY=0 in your environment variables to prevent Cypress from trying to download itself.

6reactions
viqueencommented, Aug 24, 2022

Looks like it got fixed ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: Failed downloading the Cypress binary - Stack Overflow
So I updated to version to 6.9.0 but I still get the same error. Why is this suddenly happening? My package.json file {...
Read more >
Troubleshooting | Cypress Documentation
There are times when you will encounter errors or unexpected behavior with Cypress itself. In this situation, we recommend checking these support.
Read more >
Troubleshooting Cloudflare 5XX errors
The error cause is not always found in the origin server error logs. Check logs of all load balancers, caches, proxies, or firewalls...
Read more >
cypress-io/cypress - CircleCI Developer Hub
Runs all Cypress tests without recording results on the Dashboard. Installs dependencies with "npm ci", caches NPM modules and Cypress binary. 1 ...
Read more >
Known issues - Tails
To fix this problem, you can update your Tails manually. Persistent folder disappears and data of the Persistent Storage is unavailable. Sometimes, the ......
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