-
Notifications
You must be signed in to change notification settings - Fork 409
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
travis login fails with uninitialized constant Faraday::Error::ConnectionFailed when Typhoeous < 1.4 is present #768
Comments
How are you managing your ruby gems? It appears that the residual Typhoeus 1.3.1 is problematic in your case. (See typhoeus/typhoeus#654) Unfortunately, I don't think there is a way to specify optional runtime dependency in Rubygems, so we have to work around this problem. Possible solutions
Explanations:The error message comes from this line https://github.com/typhoeus/typhoeus/blob/v1.3.1/lib/typhoeus/adapters/faraday.rb#L106 which is not compatible with Faraday 1.0.x You need to update Typhoeus to v1.4.0 (as explained above) or uninstall it entirely; |
Thanks, removed typhoeus, because after updating there is another message:
Without typhoeus all works. Gems come from FreeBSD ports and may be not up to date. |
Hello.
travis login
andtravis login --pro
fail withuninitialized constant Faraday::Error::ConnectionFailed
This is the report
This is the list of gems installed
Can this be fixed?
The text was updated successfully, but these errors were encountered: