Open dakrone opened 11 years ago
This issue is still there :(
Yep. Same here.
Ruby 1.9.3 on ubuntu
Anyway to debug this? I get the same error, without the 503 and reconnecting messages.
+1
ruby -v
ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux]
Are there reasons why https://github.com/jugyo/earthquake/pull/140 has not been merged, since @frasertweedale claims that it fixes the issue?
Same thing here on a vagrant-ubuntu-trusty-64 + ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux] :
___ __ _ _ __| |_| |__ __ _ _ _ __ _| | _____
/ _ \/ _` | '__| __| '_ \ / _` | | | |/ _` | |/ / _ \
| __/ (_| | | | |_| | | | (_| | |_| | (_| | < __/
\___|\__,_|_| \__|_| |_|\__, |\__,_|\__,_|_|\_\___|
|_| v1.0.2
⚡ terminate called after throwing an instance of 'std::runtime_error'
what(): Encryption not available on this event-machine
Aborted (core dumped)
Did you install openssl before installation of eventmachine?
Ok it work when uninstall, then install eventmachine + adding libssl-dev ;) Sorry!
Hmm, I can't reproduce it. Could you please try this?
$ bundle exec ./bin/earthquake
Here's the relevant error: