You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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 )
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?
The text was updated successfully, but these errors were encountered: