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: error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded #1024

Closed
pyrzak opened this issue Apr 11, 2014 · 7 comments
Closed
Milestone

Comments

@pyrzak
Copy link

pyrzak commented Apr 11, 2014

I ran into this error when using karma. I followed the instructions here:

https://groups.google.com/forum/#!topic/angular-dart/hYY8WN_5OQc

I wasn't sure if this was a known issue or something to do with my config. I'm running karma with requirejs, mocha, and coverage. Let me know if you need more details or if this is part of another plugin.

@vojtajina vojtajina added this to the Backlog milestone Apr 14, 2014
@vojtajina
Copy link
Contributor

See socketio/socket.io#1458

@pyrzak pyrzak closed this as completed Apr 15, 2014
@pyrzak
Copy link
Author

pyrzak commented Apr 15, 2014

thanks!

@mvuksano
Copy link

This has actually been fixed in nodejs itself. See
nodejs/node-v0.x-archive#7338 and nodejs/node-v0.x-archive#7356

@vojtajina
Copy link
Contributor

Great! thanks for info @markovuksanovic

@benqus
Copy link

benqus commented Nov 25, 2014

This problem still happens to us when test are running on a Jenkins PR builder slave. We are using karma-phantomjs-launcher v0.1.4.

Running "karma:ci" (karma) task
INFO [karma]: Karma v0.12.24 server started at [...]
INFO [launcher]: Starting browser PhantomJS
Fatal error: error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded�

Any ideas?

@danielbaak
Copy link

Just had the same issue ... did

rm -rf node_modules
npm install

and everything suddenly worked. (make sure your package.json contains all dependencies before doing this)

Hope this helps.

@harshayburadkar
Copy link

rm -rf node_modules
npm install

Worked for me too! Thanks!

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

6 participants