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

[Question] Firefox Error: NS_BINDING_ABORTED [Question] #5775

Closed
ychaudhari opened this issue Mar 10, 2021 · 5 comments
Closed

[Question] Firefox Error: NS_BINDING_ABORTED [Question] #5775

ychaudhari opened this issue Mar 10, 2021 · 5 comments

Comments

@ychaudhari
Copy link

I intermittently get following error (specially on firefox)
Error: [JavaScript Error: "NS_BINDING_ABORTED: " {file: "https://www.google.com/recaptcha/" line: 1}]
@https://www.google.com/recaptcha/:1:14

The application uses recaptcha but I have never seen this error on chromium.

Can someone help?

There is no helpful information/error in DEBUG=pw:api

@yury-s yury-s changed the title Firefox Error: NS_BINDING_ABORTED [Question] [Question] Firefox Error: NS_BINDING_ABORTED [Question] Mar 10, 2021
@yury-s
Copy link
Member

yury-s commented Mar 10, 2021

There is a lot of places in the Firefox network code where this error could be produced, it's hard to tell without a repro script what is going on. It could be that the loading is forcefully stopped for some reason.

@ychaudhari
Copy link
Author

ychaudhari commented Mar 10, 2021

Thanks for the reply @yury-s
I'm not able to consistently reproduce this issue but it is definitely happening once in 7-8 executions. Recaptcha is implemented in the login page, so I'm thinking if this could be because of navigating too early?
Trying to figure out if this could be the issue with test script, playwright or the firefox

@yury-s
Copy link
Member

yury-s commented Mar 10, 2021

so I'm thinking if this could be because of navigating too early?

It might be as navigation would stop outstanding requests (e.g. for favicon).

Trying to figure out if this could be the issue with test script, playwright or the firefox

Can you share code snippet where you get this error, otherwise it's hard to tell?

@ychaudhari
Copy link
Author

Thanks yury-s
It's difficult to share the app code but I will reproduce by creating separate sample code.

@aslushnikov
Copy link
Collaborator

Looks like the discussion stalled here - so I'll close the issue. Please feel free to resubmit when there's a repro! ❤️

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

3 participants