Closed tmaier closed 10 years ago
seems like it came out once we removed the StandardError
catch all
did you find and easy way to replicate it?
Fell again over this one. I don't know how to test it
TypeError: no implicit conversion of nil into String
from /usr/local/opt/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/http-cookie-1.0.2/lib/http/cookie/scanner.rb:20:in `initialize'
I haven't found a proper way to test it, but here is a call which raises this error:
Polipus::HTTP.new(accept_cookies: true).fetch_page('http://www.bgebauer.de/')