Skip to content

Instantly share code, notes, and snippets.

@shajith
Created September 16, 2010 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shajith/05ea4954595bf73df831 to your computer and use it in GitHub Desktop.
Save shajith/05ea4954595bf73df831 to your computer and use it in GitHub Desktop.
Started POST "/status_messages" for x.x.x.x at Thu Sep 16 02:25:03 -0400 2010
Processing by StatusMessagesController#create as JS
Parameters: {"authenticity_token"=>"tIyAZx2bhj6Vf4+ztQ7Ce+9OCMi9BPC97sK7S1dso6E=", "utf8"=>"\342\234\223", "aspect_ids"=>["4c91b7697d4b8a6546000005", "4c91b7697d4b8a6546000006"], "status_message"=>{"message"=>"Foo."}}
Rendered comments/_new_comment.html.haml (6.2ms)
Rendered comments/_comments.html.haml (24.8ms)
Rendered status_messages/_status_message.html.haml (50.2ms)
Websocketing to 4c91b7687d4b8a6546000003
Completed in 149ms
NoMethodError (undefined method `[]' for nil:NilClass):
/lib/diaspora/websocket.rb:15:in `push_to_user'
app/controllers/sockets_controller.rb:17:in `outgoing'
/lib/diaspora/websocket.rb:41:in `socket_to_uid'
app/models/user.rb:104:in `post'
app/controllers/status_messages_controller.rb:14:in `create'
lib/devise_basic_auth_fix.rb:19:in `call'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment