-
Notifications
You must be signed in to change notification settings - Fork 13
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
Nightmare runner error:Error: Object has been destroyed #14
Comments
Sometimes, if the files are very small, the download will complete prior to the download pausing, which can cause problems as the underlying Electron event is already disposed. When the download manager attempts to resume the completed download, it's trying to hit a disposed object, and Electron crashes. It's a similar problem to the referenced Nightmare issue with a slightly different cause. I thought I had all of the edge cases for this caught - when the download manager responds with how to handle the download, and if the download is complete, the manager should simply move the file and ignore the download object from Electron entirely. Do you have a minimum repro where this still happens? |
Hi @rosshinkley, But in the meantime how can i catch the error ? Why try/catch failed to catch it ? |
+1 Any progress here? |
+1 getting the same issue Mine happens only with one wsdl file (CompetitorService.wsdl 10.1 KB ) .. anyone know how ca I avoid this? |
Same issue. What should we do with this? |
Anybody any idea how to catch this error? |
I have same question, anybody know how to solve this problem? |
+1 getting the same issue |
The solution for me was to install "libgconf-2-4" just
and test
|
@sebaplaza nope, that does not work. i'm still getting this error on small files. |
Has anyone been able to solve this? |
+1 getting the same issue |
Hi !
When using this package if after a download i don't end nightmare i have this crash.
Here is the full log.
How can i catch this error ? And how to fix it ?
Thanks for your work on nightmare @rosshinkley
Snippet :
The text was updated successfully, but these errors were encountered: