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

Error using crypto native module #171

Open
danielo515 opened this issue Jun 15, 2017 · 0 comments
Open

Error using crypto native module #171

danielo515 opened this issue Jun 15, 2017 · 0 comments

Comments

@danielo515
Copy link

danielo515 commented Jun 15, 2017

Application Error

Message

Cannot read property 'id' of null

Stack Trace
TypeError: Cannot read property 'id' of null
    at EventEmitter.<anonymous> (/Applications/Mancy.app/Contents/Resources/app/main/index.js:204:33)
    at emitTwo (events.js:106:13)
    at EventEmitter.emit (events.js:191:7)
    at WebContents.<anonymous> (/Applications/Mancy.app/Contents/Resources/electron.asar/browser/api/web-contents.js:240:37)
    at emitTwo (events.js:106:13)
    at WebContents.emit (events.js:191:7)

System Details

| Platform | darwin |
| Arch | x64 |
| Electron Version | 1.6.2 |
| Mancy Version | 3.2.0 |

The code was as simple as this

var crypto = require('crypto')
var algorithm = 'aes-128-ecb';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant