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]: What does the err means? #8437

Closed
niewiemczego opened this issue Aug 25, 2021 · 4 comments
Closed

[Question]: What does the err means? #8437

niewiemczego opened this issue Aug 25, 2021 · 4 comments

Comments

@niewiemczego
Copy link

Your question

Hi Im using firefox and sometimes got this message: NS_BINDING_ABORTED; maybe frame was detached?
Any idea how to fix it and why it occurs?

@mxschmitt
Copy link
Member

Do you have a script to reproduce it?

@niewiemczego
Copy link
Author

niewiemczego commented Aug 25, 2021

My code is too big to paste it here and probably too complicated to understand for someone except me. Dont u have any docs about this issue what user should do when having NS_BINDING_ABORTED error? Im normally creating browser with proxy and then page.

@mxschmitt mxschmitt transferred this issue from microsoft/playwright-python Aug 25, 2021
@aslushnikov
Copy link
Collaborator

@niewiemczego the error would happen when e.g. the page navigates while you're running some operation on the page. So the advice would be to make sure that page doesn't navigate unpredictably!

@pavelfeldman
Copy link
Member

@niewiemczego: we need a repro to be able to fix it. NS_BINDING_ABORTED is an internal Firefox error, not a Playwright error. You can read more about it here: https://stackoverflow.com/questions/704561/ns-binding-aborted-shown-in-firefox-with-httpfox

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