-
Notifications
You must be signed in to change notification settings - Fork 65
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
TypeError: Invalid Menu #47
Comments
The issue is that An immediate fix is to set the menu directly yourself, using something like:
Hope that helps. Edit: See #60 for a possible fix. |
Am having the same issue on Linux: Tried the fix above but it did not work. error-utils.ts:14 Uncaught Error: Could not call remote method 'open'. Check that the method signature is correct. Underlying error: Invalid Menu windowManager.templates.set('read', { readwin = windowManager.createNew('readwin', 'Read eeprom', path.join('file://', __dirname, '/read.html'), 'read') |
I cannot seem to create a new menu. I'm getting this error:
The Test App will work if I remove the menu...
Code:
The text was updated successfully, but these errors were encountered: