jugyo / earthquake

Twitter terminal client with streaming API support.
MIT License
661 stars 94 forks source link

bad uri for proxy #126

Open nick-orton opened 12 years ago

nick-orton commented 12 years ago

my http_proxy is set to an internal ip address. This env var works with wget, chromium, etc. Earthquake can't parse it.

/usr/lib/ruby/1.9.1/uri/common.rb:176:in split': bad URI(is not URI?): 10.14.0.1:3129 (URI::InvalidURIError) from /usr/lib/ruby/1.9.1/uri/common.rb:211:inparse'

no6v commented 12 years ago

Without scheme, it cannot be determined to use SSL or not. Would you try to use with http:// or https:// for proxy_url? At least wget works well with http://, thanks.

fgielow commented 11 years ago

have you managed to get it working? I am experiencing the same issue.