-
Notifications
You must be signed in to change notification settings - Fork 53
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
Uncaught exceptions. #580
Comments
Hi @diegocr, Thanks for reporting this. Can you provide a link to the site/page these errors are appearing on? |
Hi @sereneblue, if you do intent to go to the website to try to reproduce it, i guess you may won't have much luck doing that, since we do receive millions of visits per day and these exceptions were only reported a handful of times over the past two weeks, so only a niche of users facing it. While completely spoofed by the nature of this extension, i can provide the following stats:
That happens while invoking a mere window.open('https://some-external.url', '_blank', 'noopener,noreferrer'); You know there may be some factors that could cause this to misbehave beyond your extension, other extensions could be in play here or even some of these APIs made immutable, thus why i was saying to add on due measures to expect this could happen so that the code in your extension doesn't break anything underneath. |
I see, thanks for providing some more details. I'll review the implementations when I have some available time to resolve this issue. I do think Chameleon is likely the cause. I appreciate you reaching out! |
Hello,
I would like to bring to your attention that this extension is randomly causing uncaught exceptions to some of our users, according to the error-reporting built into our website.
I hereby request you do add on due measures so that any unexpected failure of the like is handled gracefully without breaking the underlying logic for the browser's APIs you may be monkey-patching.
Some of these exceptions are:
Thank you in advance.
The text was updated successfully, but these errors were encountered: