background-check icon indicating copy to clipboard operation
background-check copied to clipboard

BackgroundCheck - Killed

Open cocodedesigns opened this issue 9 years ago • 2 comments

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?

cocodedesigns avatar Sep 03 '15 16:09 cocodedesigns

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.

jdakowicz avatar Dec 06 '16 12:12 jdakowicz

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 )

x9t9 avatar May 27 '19 09:05 x9t9