-
Notifications
You must be signed in to change notification settings - Fork 436
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
More IPV6 and better_errors incompatability #144
Comments
Me, too. ArgumentError (invalid address): |
We have same issue. Using jruby-1.7.3, rails (3.2.13), better_errors (0.7.2) |
Issue can be closed, fixed in 47909eb |
Works in jruby-1.7.3 but broken again in jruby-1.7.4 😥 |
@BrandonMathis issue #, details? |
Same issue same error. I'll have more details when I get home :) On Wed, May 22, 2013 at 10:53 AM, Benjamin Fleischer
|
Got bit by this as well, running Ruby v2.0.0p195 on Ubuntu 12.04 LTS I even took the initiative to disable IPv6 by editing Removing the gem fixed the issue. |
|
This is happening only when I proxy to the app with nginx. Hitting the app directly w/out proxy works. I am setting Ubuntu 12.04 precise64
|
I've got more or less the same setup as @aphexddb (Arch, Rails 3.2.13, MRI 2.0.0p195, puma 2.2.2). Same error exactly. The very same setup was working fine with Unicorn. |
Yes.
solves the issue. THX Brandon |
Suddenly started getting this 😟
using jruby-1.7.3
The text was updated successfully, but these errors were encountered: