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

BackgroundCheck - Killed #71

Open
cocodedesigns opened this issue Sep 3, 2015 · 2 comments
Open

BackgroundCheck - Killed #71

cocodedesigns opened this issue Sep 3, 2015 · 2 comments

Comments

@cocodedesigns
Copy link

I've been using BackgroundCheck and it seems to be that the BackgroundCheck process is killed 70% of the time (at least on my local installation, using Opera 31, Microsoft Edge, IE11, and Google Chrome and Ubuntu / Apache on a VM - I haven't tried on a live installation yet). That throws an "Uncaught Unknown property - windowEvents". This has been happening since I downloaded the script two weeks ago. My image is being loaded via CSS as a background-image. Is there a way of reducing this process kill rate?

@jdakowicz
Copy link

jdakowicz commented Dec 6, 2016

I've got the same issue.
Increasing maxDuration attribute helped me here.
maxDuration: 1000
You can add this fix to remove the eventlisteners #46.
That will remove the errors from your console and the event listeners after failed attempt to initialize the plugin.

@x9t9
Copy link

x9t9 commented May 27, 2019

I have the same problem..
Somehow it occurs only when I load the script from CDN ..
but in fact the maxDuration: 1000 from @jdakowicz advise does help a bit ( not always )

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