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

https://download.cypress.io/desktop.json ID error HTTP 500 #6007

Closed
1 of 6 tasks
MikeMcC399 opened this issue Nov 20, 2024 · 2 comments
Closed
1 of 6 tasks

https://download.cypress.io/desktop.json ID error HTTP 500 #6007

MikeMcC399 opened this issue Nov 20, 2024 · 2 comments

Comments

@MikeMcC399
Copy link
Contributor

MikeMcC399 commented Nov 20, 2024

Description

Attempting to access https://download.cypress.io/desktop.json results in

{"error":"You must pass either an "anonymousId" or a "userId"."}

In the browser network tab, the response is showing HTTP 500 Internal Server Error

URL of Issue(s)

https://docs.cypress.io/app/references/advanced-installation#Download-URLs

Steps to replicate

  1. View https://docs.cypress.io/app/references/advanced-installation#Download-URLs
  2. Click on link https://download.cypress.io/desktop.json

Browser

  • Google Chrome Version 131.0.6778.85 (Official Build) (64-bit)
  • Mozilla Firefox 132.0.2 (64-bit)

Device

  • PC
  • Mac
  • iPhone
  • iPad
  • Android Phone
  • Android Tablet

Additional Information

This used to work.

@ryanthemanuel
Copy link
Contributor

Thanks for pointing this out @MikeMcC399! There is a fix incoming in the cloud that will make that link work properly again. I'll keep this open until I can verify that it is working again.

@ryanthemanuel
Copy link
Contributor

This is now working again. Navigating to https://download.cypress.io/desktop.json gives me:

{
  "name": "Cypress",
  "version": "13.16.0",
  "packages": {
    "mac": {
      "url": "https://cdn.cypress.io/desktop/13.16.0/darwin-x64/cypress.zip"
    },
    "linux64": {
      "url": "https://cdn.cypress.io/desktop/13.16.0/linux-x64/cypress.zip"
    },
    "darwin": {
      "url": "https://cdn.cypress.io/desktop/13.16.0/darwin-x64/cypress.zip"
    },
    "linux": {
      "url": "https://cdn.cypress.io/desktop/13.16.0/linux-x64/cypress.zip"
    },
    "darwin-x64": {
      "url": "https://cdn.cypress.io/desktop/13.16.0/darwin-x64/cypress.zip"
    },
    "darwin-arm64": {
      "url": "https://cdn.cypress.io/desktop/13.16.0/darwin-arm64/cypress.zip"
    },
    "linux-x64": {
      "url": "https://cdn.cypress.io/desktop/13.16.0/linux-x64/cypress.zip"
    },
    "linux-arm64": {
      "url": "https://cdn.cypress.io/desktop/13.16.0/linux-arm64/cypress.zip"
    },
    "win32-x64": {
      "url": "https://cdn.cypress.io/desktop/13.16.0/win32-x64/cypress.zip"
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants