panthomakos / timezone

Accurate current and historical timezones for Ruby with support for Geonames and Google latitude - longitude lookups.
http://rubygems.org/gems/timezone
MIT License
354 stars 49 forks source link

Net/HTTP error #68

Closed djkazic closed 8 years ago

djkazic commented 8 years ago

After initialization, the .lookup using GeoNames will cause an 'undefined method 'closed?'' error to be thrown. This is not reproducible in the interactive console, but has been observed in deployment.

Running on Ruby 2.3.1 with newest libraries.

panthomakos commented 8 years ago

Can you please provide me with a more complete backtrace and error message?

Additionally, what type of stack (or part of the stack) are you running in deployment when this is observed? Example: Rails, Sinatra, Puma, Webrick, Passenger + NGINX, Sidekiq Worker, Resque Worker...

panthomakos commented 8 years ago

Please re-open when you can provide additional details.