-
Notifications
You must be signed in to change notification settings - Fork 739
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
Fails to run test (Error: ERR_FAILED (-2) loading) #9
Comments
That's weird. Not sure what that error means. Did you run |
I am also the same problems, i run npm install first. @dan-bishopfox |
Looks like the error is in loading the HTML itself. No idea why that would happen, honestly. |
@dan-bishopfox yes I did run the install and it worked with no errors |
it seems to be an issue when running it inside a sandbox, disable this feature to make it work: webPreferences: {
sandbox: false, |
I think the HTML is invalid; This is p00p: |
Changing that did not help... error is still there |
Anyone solved this problem? |
See if this workaround helps: #9 (comment) |
where can I find sandbox? |
In the main.ts file's 173rd row. |
It fails with the default settings/image when pressing the "Click to Start" button
Console output:
System: Fedora 35
The text was updated successfully, but these errors were encountered: