Skip to content

Instantly share code, notes, and snippets.

@trident523
Created July 8, 2013 21:53
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 trident523/5952817 to your computer and use it in GitHub Desktop.
Save trident523/5952817 to your computer and use it in GitHub Desktop.
Related API error.
Started POST "/posts" for <local IP> at 2013-07-08 17:39:13 -0400
Processing by PostsController#create as HTML
Parameters: {"api_key"=>"<snip>", "api_username"=>"trident", "title"=>"Welcome to Jekyll!", "raw"=>"This is just a post from jekyll. \n", "category"=>"meta", "skip_validations"=>true, "post"=>{"raw"=>"This is just a post from jekyll. \n"}}
WARNING: Can't verify CSRF token authenticity
Redirected to http://discourse.trid.in/
Completed 302 Found in 18ms (ActiveRecord: 10.1ms)
Started GET "/" for <local IP> at 2013-07-08 17:39:13 -0400
Processing by ListController#latest as HTML
Parameters: {"api_key"=>"<snip>", "api_username"=>"trident", "title"=>"Welcome to Jekyll!", "raw"=>"This is just a post from jekyll. \n", "category"=>"meta", "skip_validations"=>true, "list"=>{"api_key"=>"<snip>", "api_username"=>"trident", "title"=>"Welcome to Jekyll!", "raw"=>"This is just a post from jekyll. \n", "category"=>"meta", "skip_validations"=>true}}
Rendered list/list.erb within layouts/application (0.5ms)
Rendered common/_special_font_face.html.erb (0.2ms)
Rendered common/_discourse_stylesheet.html.erb (0.2ms)
Rendered common/_discourse_javascript.html.erb (0.3ms)
Completed 200 OK in 36ms (Views: 2.3ms | ActiveRecord: 12.5ms)
Started POST "/posts" for <remote IP> at 2013-07-08 17:41:41 -0400
Processing by PostsController#create as HTML
Parameters: {"wp-id"=>"25", "api_key"=>"<snip>", "api_username"=>"trident", "title"=>"Creating a post from Wordpress", "raw"=>"<small>Originally published at: http://curious-calandra.gopagoda.com/?p=25</small><br>This is the content of that post.", "category"=>"Meta", "skip_validations"=>"true"}
WARNING: Can't verify CSRF token authenticity
Redirected to http://discourse.trid.in/
Completed 302 Found in 19ms (ActiveRecord: 10.3ms)
Started GET "/" for <remote IP> at 2013-07-08 17:41:41 -0400
Processing by ListController#latest as HTML
Rendered list/list.erb within layouts/application (1.2ms)
Rendered common/_special_font_face.html.erb (0.5ms)
Rendered common/_discourse_stylesheet.html.erb (0.4ms)
Rendered common/_discourse_javascript.html.erb (0.6ms)
Completed 200 OK in 62ms (Views: 4.9ms | ActiveRecord: 36.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment