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 with rubyntlm #36

Open
abhi18av opened this issue Jun 6, 2017 · 1 comment
Open

Error with rubyntlm #36

abhi18av opened this issue Jun 6, 2017 · 1 comment

Comments

@abhi18av
Copy link

abhi18av commented Jun 6, 2017

Hey @relrod , this gem looks really useful.

I tried this out but I ran into the following error, inspite of the fact that I am already on the latest version of the rubyntlm.

[4] pry(main)> spanish = translator.translate('Hello. This will be translated!', :from => 'en', :to => 'es')
ArgumentError: Invalid version of rubyntlm. Please use v0.3.2+.
from /Users/eklavya/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/httpi-2.4.2/lib/httpi/adapter/net_http.rb:63:in `check_net_ntlm_version!'
@abhi18av abhi18av changed the title Error with rubylt Error with rubyntlm Jun 6, 2017
@relrod
Copy link
Owner

relrod commented Jun 6, 2017

I think this isn't a bing_translator problem, based on this: savonrb/savon#600

Basically the suggestion there seems to be try adding gem 'rubyntlm', '~> 0.3.2' to your Gemfile. I'm not sure if there's anything we can do to work around this in bing_translator other than perhaps document that in the readme (assuming it fixes your issue).

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

2 participants