You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2024. It is now read-only.
When trying the sample code in the README (to get an inbox message list), I am getting this error
$ ./test2.rb
/usr/lib/ruby/1.9.1/net/http.rb:2565:in `read_status_line': wrong status line: "\x15\x03\x01\x00\x02\x02" (Net::HTTPBadResponse)
from /usr/lib/ruby/1.9.1/net/http.rb:2552:in `read_new'
from /usr/lib/ruby/1.9.1/net/http.rb:1320:in `block in transport_request'
from /usr/lib/ruby/1.9.1/net/http.rb:1317:in `catch'
from /usr/lib/ruby/1.9.1/net/http.rb:1317:in `transport_request'
from /usr/lib/ruby/1.9.1/net/http.rb:1294:in `request'
from /usr/lib/ruby/1.9.1/net/http.rb:1196:in `request_get'
from /usr/lib/ruby/1.9.1/net/http.rb:455:in `block in get_response'
from /usr/lib/ruby/1.9.1/net/http.rb:746:in `start'
from /usr/lib/ruby/1.9.1/net/http.rb:454:in `get_response'
from /usr/lib/ruby/gems/1.9.1/gems/mailinator-0.0.3/lib/mailinator/api.rb:28:in `perform_request'
from /usr/lib/ruby/gems/1.9.1/gems/mailinator-0.0.3/lib/mailinator/api.rb:24:in `request'
from /usr/lib/ruby/gems/1.9.1/gems/mailinator-0.0.3/lib/mailinator/api.rb:11:in `get'
from /usr/lib/ruby/gems/1.9.1/gems/mailinator-0.0.3/lib/mailinator/inbox.rb:6:in `get'
from ./test2.rb:11:in `<main>'
When trying the sample code in the README (to get an inbox message list), I am getting this error
My ruby version:
The full code I am using:
The text was updated successfully, but these errors were encountered: