Skip to content

Instantly share code, notes, and snippets.

Created June 22, 2013 11:17
Show Gist options
  • Save anonymous/5840510 to your computer and use it in GitHub Desktop.
Save anonymous/5840510 to your computer and use it in GitHub Desktop.
weldan@laptop:~/Works$ ./te.rb --url http://mweldan.com
/var/lib/gems/1.9.1/gems/rest-client-1.6.7/lib/restclient/abstract_response.rb:48:in `return!': 400 Bad Request (RestClient::BadRequest)
from /var/lib/gems/1.9.1/gems/rest-client-1.6.7/lib/restclient/request.rb:230:in `process_result'
from /var/lib/gems/1.9.1/gems/rest-client-1.6.7/lib/restclient/request.rb:178:in `block in transmit'
from /usr/lib/ruby/1.9.1/net/http.rb:745:in `start'
from /var/lib/gems/1.9.1/gems/rest-client-1.6.7/lib/restclient/request.rb:172:in `transmit'
from /var/lib/gems/1.9.1/gems/rest-client-1.6.7/lib/restclient/request.rb:64:in `execute'
from /var/lib/gems/1.9.1/gems/rest-client-1.6.7/lib/restclient/request.rb:33:in `execute'
from /var/lib/gems/1.9.1/gems/rest-client-1.6.7/lib/restclient.rb:72:in `post'
from ./te.rb:11:in `run'
from ./te.rb:26:in `block (2 levels) in <main>'
from /usr/lib/ruby/1.9.1/optparse.rb:1360:in `call'
from /usr/lib/ruby/1.9.1/optparse.rb:1360:in `block in parse_in_order'
from /usr/lib/ruby/1.9.1/optparse.rb:1347:in `catch'
from /usr/lib/ruby/1.9.1/optparse.rb:1347:in `parse_in_order'
from /usr/lib/ruby/1.9.1/optparse.rb:1341:in `order!'
from /usr/lib/ruby/1.9.1/optparse.rb:1432:in `permute!'
from /usr/lib/ruby/1.9.1/optparse.rb:1453:in `parse!'
from ./te.rb:21:in `<main>'
weldan@laptop:~/Works$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment