Skip to content

Instantly share code, notes, and snippets.

@captproton
Created September 4, 2009 22:32
Show Gist options
  • Save captproton/181194 to your computer and use it in GitHub Desktop.
Save captproton/181194 to your computer and use it in GitHub Desktop.
##heroku error
Processing UsersController#create (for 76.230.238.81 at 2009-09-04 15:30:30) [POST]
Parameters: {"user"=>{"city"=>"city", "company"=>"company", "name"=>"name", "zip"=>"zip", "password_confirmation"=>"123456", "country"=>"country", "username"=>"yolo", "phone"=>"phone", "address"=>"address", "password"=>"123456", "state"=>"state", "email"=>"rocketeer.captproton@gmail.com"}, "x"=>"111", "y"=>"15", "authenticity_token"=>"dtY3LzSa1fn6mhSapgPdFnTjkqjoNzm+CLqDRBM0Phs="}
Sent mail to rocketeer.captproton@gmail.com
Net::SMTPAuthenticationError (530 5.7.0 Must issue a STARTTLS command first. 17sm523458agd.26
):
/usr/local/lib/ruby/1.8/net/smtp.rb:576:in `auth_plain'
/usr/local/lib/ruby/1.8/net/smtp.rb:570:in `__send__'
/usr/local/lib/ruby/1.8/net/smtp.rb:570:in `authenticate'
/usr/local/lib/ruby/1.8/net/smtp.rb:410:in `do_start'
/usr/local/lib/ruby/1.8/net/smtp.rb:377:in `start'
app/controllers/users_controller.rb:10:in `create'
/home/heroku_rack/lib/minilint.rb:23:in `call'
/home/heroku_rack/lib/static_assets.rb:9:in `call'
/home/heroku_rack/lib/last_access.rb:18:in `call'
thin (1.0.1) lib/thin/connection.rb:80:in `pre_process'
thin (1.0.1) lib/thin/connection.rb:78:in `catch'
thin (1.0.1) lib/thin/connection.rb:78:in `pre_process'
thin (1.0.1) lib/thin/connection.rb:57:in `process'
thin (1.0.1) lib/thin/connection.rb:42:in `receive_data'
eventmachine (0.12.6) lib/eventmachine.rb:240:in `run_machine'
eventmachine (0.12.6) lib/eventmachine.rb:240:in `run'
thin (1.0.1) lib/thin/backends/base.rb:57:in `start'
thin (1.0.1) lib/thin/server.rb:150:in `start'
thin (1.0.1) lib/thin/controllers/controller.rb:80:in `start'
thin (1.0.1) lib/thin/runner.rb:173:in `send'
thin (1.0.1) lib/thin/runner.rb:173:in `run_command'
thin (1.0.1) lib/thin/runner.rb:139:in `run!'
thin (1.0.1) bin/thin:6
/usr/local/bin/thin:20:in `load'
/usr/local/bin/thin:20
Rendering /disk1/home/slugs/50339_94187fc_db46/mnt/public/500.html (500 Internal Server Error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment