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

API call is getting blocked and message shown is "net::ERR_BLOCKED_BY_CLIENT" #4873

Closed
rangrasjay opened this issue Jul 30, 2019 · 6 comments

Comments

@rangrasjay
Copy link

rangrasjay commented Jul 30, 2019

describe('My First Test', function() {
  it('finds the content "type"', function() {
    cy.visit('https://AAA-AAA-BB.XXXX.ly')

    cy.get('[ng-model="login.username"]').type('XXXXXX@YYYYYY.ly') 
	cy.get('[ng-model="login.password"]').type('XXXX')
	cy.get('.btn').click()
  })
})
@jennifer-shehane
Copy link
Member

Unfortunately we'll have to close this issue if no reproducible example is provided. Can anyone provide a way to reproduce this?

@rangrasjay
Copy link
Author

@jennifer-shehane , Just run the script mentioned above

@flotwig flotwig self-assigned this Jul 30, 2019
@jennifer-shehane
Copy link
Member

jennifer-shehane commented Jul 31, 2019

Hey @rangrasjay, I'm not experiencing the same issue as you when I run the script above. I also don't know what version of Cypress you are using, could you make sure to update to the latest version and try again.

If the issue is still occurring, please mention any other configuration you have, including PROXYs and run the script on your side debug mode mode and print the logs here.

@jennifer-shehane jennifer-shehane added the stage: needs information Not enough info to reproduce the issue label Jul 31, 2019
@rangrasjay
Copy link
Author

rangrasjay commented Jul 31, 2019

@jennifer-shehane @flotwig ,

Here I am attaching my log file. cypress.json file is empty. I haven't configured any file manually.
One more thing, Are you facing any infinite XHR call?

Cypress version: 3.4.1
Chrome version: 75

It is working in electron but not in chrome.

@mcantonbul
Copy link

any solution for this problem? I got same. It is working in electron but not in chrome.

@rangrasjay
Copy link
Author

@mcantonbul , It is due to firewall. My firewall was blocking this somehow

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

No branches or pull requests

4 participants