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

Electron Window cannot find nightmare #1645

Open
carter-dewey-wapo opened this issue Oct 28, 2021 · 0 comments
Open

Electron Window cannot find nightmare #1645

carter-dewey-wapo opened this issue Oct 28, 2021 · 0 comments

Comments

@carter-dewey-wapo
Copy link

In the chrome debug tools of the window that pops up I am getting the following error.

Uncaught TypeError: Cannot read properties of undefined (reading 'nightmare') VM131:3

Which references the javascript.js file specifically line 15

var nightmare = window.__nightmare || window[''].nightmare;

However both window.__nightmare and window[''] are both undefined. Any ideas on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant