Skip to content

npm ERR! 503 on browserstack side  #704

Open
@ernestosolis-discovery

Description

@ernestosolis-discovery

Facing an error on the browserstack side when running browserstack-cli run

The only information shown about the error is:

npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm ERR! code E503
Screen Shot 2023-09-20 at 15 12 48

error persists with no deps in the project:

"dependencies": {
  },
  "devDependencies": {
  }

using cypress version: 12.1.0
and browserstack-cypress-cli: 1.25.3

tested with an official cypress project using typescript and got the same results:

https://github.com/cypress-io/cypress-realworld-testing-course-app/tree/final

{
    "auth": {
        "username": "",
        "access_key": ""
    },
    "browsers": [
        {
            "browser": "chrome",
            "os": "OS X Catalina",
            "versions": [
                "latest"
            ]
        }
    ],
    "run_settings": {
        "cypress_config_file": "cypress.config.ts",
        "project_name": "project-name",
        "build_name": "build-name",
        "exclude": [],
        "parallels": "1",
        "npm_dependencies": {},
        "package_config_options": {},
        "headless": false
    },
    "connection_settings": {
        "local": false,
        "local_identifier": null,
        "local_mode": null,
        "local_config_file": null
    },
    "disable_usage_reporting": false
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions