tykeal / TykeBot

Ruby based XMPP (Jabber) singlet & MUC chat bot
12 stars 2 forks source link

http_get is lame #8

Open sbeckeriv opened 12 years ago

sbeckeriv commented 12 years ago

www.woot.com NoMethodError: undefined method `+' for nil:NilClass

http://woot.com ArgumentError: HTTP request path is empty

these do not work with http_get. we should be able to clean that up. not required but nice.

sbeckeriv commented 12 years ago

To be clear

http_get("woot.com") and http_get("http://woot.com") error. I think its kinda weak and we can do much better with sane defaults for lazy coder(me)