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

Cypress_cy.visit-->Unable to open URL: https://www.binance.com/en/markets #6050

Closed
ghost opened this issue Dec 26, 2019 · 2 comments
Closed
Labels
type: duplicate This issue or pull request already exists type: regression A bug that didn't appear until a specific Cy version release v3.5.0 🐛 Issue present since 3.5.0

Comments

@ghost
Copy link

ghost commented Dec 26, 2019

CypressError: cy.visit() failed trying to load:

https://www.binance.com/en/markets/

We attempted to make an http request to this URL but the request failed without a response.

We received this error at the network level:

  > Error: Parse Error: Header overflow

Common situations why this would fail:
  - you don't have internet access
  - you forgot to run / boot your web server
  - your web server isn't accessible
  - you have weird network configuration settings on your computer

The stack trace for this error is:

Error: Parse Error: Header overflow
    at TLSSocket.socketOnData (_http_client.js:449:22)
    at TLSSocket.emit (events.js:203:13)
    at addChunk (_stream_readable.js:295:12)
    at readableAddChunk (_stream_readable.js:276:11)
    at TLSSocket.Readable.push (_stream_readable.js:210:10)
    at TLSWrap.onStreamRead (internal/stream_base_commons.js:166:17)
@jennifer-shehane
Copy link
Member

I can recreate this issue with the test code below.

it('fails to visit', () => {
  cy.visit('https://www.binance.com/en/markets')
})

This is a regression introduced in Cypress 3.5.0

3.4.1

Screen Shot 2019-12-30 at 4 15 56 PM

3.5.0

Screen Shot 2019-12-30 at 4 14 21 PM

Workaround

Please downgrade to Cypress version 3.4.1 to avoid this error until there is a patch fix released.

@cypress-bot cypress-bot bot added the stage: needs investigating Someone from Cypress needs to look at this label Dec 30, 2019
@jennifer-shehane jennifer-shehane added type: regression A bug that didn't appear until a specific Cy version release v3.5.0 🐛 Issue present since 3.5.0 stage: needs investigating Someone from Cypress needs to look at this and removed stage: needs investigating Someone from Cypress needs to look at this labels Dec 30, 2019
@flotwig
Copy link
Contributor

flotwig commented Dec 30, 2019

Duplicate of #5602

@flotwig flotwig marked this as a duplicate of #5602 Dec 30, 2019
@flotwig flotwig closed this as completed Dec 30, 2019
@flotwig flotwig added the type: duplicate This issue or pull request already exists label Dec 30, 2019
@cypress-io cypress-io locked and limited conversation to collaborators Dec 31, 2019
@jennifer-shehane jennifer-shehane removed the stage: needs investigating Someone from Cypress needs to look at this label Jan 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: duplicate This issue or pull request already exists type: regression A bug that didn't appear until a specific Cy version release v3.5.0 🐛 Issue present since 3.5.0
Projects
None yet
Development

No branches or pull requests

2 participants