Skip to content

Instantly share code, notes, and snippets.

@smoovej
Created June 1, 2012 19:28
Show Gist options
  • Save smoovej/2854576 to your computer and use it in GitHub Desktop.
Save smoovej/2854576 to your computer and use it in GitHub Desktop.
NBC API error
2012-06-01T19:22:59+00:00 heroku[router]: GET adsgame.heroku.com/images/mark.png dyno=web.1 queue=0 wait=0ms service=4ms status=200 bytes=546
2012-06-01T19:22:59+00:00 heroku[nginx]: 75.70.205.204 - - [01/Jun/2012:19:22:59 +0000] "GET /images/mark.png HTTP/1.1" 200 546 "http://adsgame.heroku.com/projects/654?debug_assets=true" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" adsgame.heroku.com
2012-06-01T19:23:00+00:00 heroku[router]: GET adsgame.heroku.com/images/popup_close_btn.png dyno=web.1 queue=0 wait=0ms service=4ms status=200 bytes=470
2012-06-01T19:23:00+00:00 heroku[nginx]: 75.70.205.204 - - [01/Jun/2012:19:23:00 +0000] "GET /images/popup_close_btn.png HTTP/1.1" 200 470 "http://adsgame.heroku.com/projects/654?debug_assets=true" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" adsgame.heroku.com
2012-06-01T19:23:00+00:00 app[web.1]:
2012-06-01T19:23:00+00:00 app[web.1]:
2012-06-01T19:23:00+00:00 app[web.1]: Started GET "/projects/654/nodes/2792/edit" for 75.70.205.204 at Fri Jun 01 12:23:00 -0700 2012
2012-06-01T19:23:00+00:00 heroku[router]: GET adsgame.heroku.com/projects/654/nodes/2792/edit dyno=web.1 queue=0 wait=0ms service=260ms status=500 bytes=788
2012-06-01T19:23:00+00:00 heroku[nginx]: 75.70.205.204 - - [01/Jun/2012:19:23:00 +0000] "GET /projects/654/nodes/2792/edit HTTP/1.1" 500 788 "http://adsgame.heroku.com/projects/654?debug_assets=true" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" adsgame.heroku.com
2012-06-01T19:23:00+00:00 heroku[router]: GET adsgame.heroku.com/stylesheets/jquery/images/ui-bg_glass_100_fdf5ce_1x400.png dyno=web.1 queue=0 wait=0ms service=224ms status=200 bytes=125
2012-06-01T19:23:00+00:00 app[web.1]:
2012-06-01T19:23:00+00:00 app[web.1]: ActionView::Template::Error (Model Path does not respond to api_action):
2012-06-01T19:23:00+00:00 app[web.1]: 44: <% if current_user.can_use_api %>
2012-06-01T19:23:00+00:00 app[web.1]: 45: <div>
2012-06-01T19:23:00+00:00 app[web.1]: 46: <%= f.label :api_action, 'API event:' %>
2012-06-01T19:23:00+00:00 app[web.1]: 47: <%= f.text_field :api_action %>
2012-06-01T19:23:00+00:00 app[web.1]: 48: </div>
2012-06-01T19:23:00+00:00 app[web.1]: 49: <% end %>
2012-06-01T19:23:00+00:00 app[web.1]: 50: </div>
2012-06-01T19:23:00+00:00 app[web.1]: app/views/nodes/_exit_form.html.erb:47:in `_app_views_nodes__exit_form_html_erb___1143659369_70346732038000_7677164'
2012-06-01T19:23:00+00:00 app[web.1]: app/views/nodes/_exit_form.html.erb:9:in `_app_views_nodes__exit_form_html_erb___1143659369_70346732038000_7677164'
2012-06-01T19:23:00+00:00 app[web.1]: app/views/nodes/_form.html.erb:89:in `_app_views_nodes__form_html_erb___405035261_70346732811620_3395884'
2012-06-01T19:23:00+00:00 app[web.1]: app/views/nodes/_form.html.erb:88:in `_app_views_nodes__form_html_erb___405035261_70346732811620_3395884'
2012-06-01T19:23:00+00:00 app[web.1]: app/views/nodes/_form.html.erb:29:in `_app_views_nodes__form_html_erb___405035261_70346732811620_3395884'
2012-06-01T19:23:00+00:00 app[web.1]: app/views/nodes/edit.html.erb:1:in `_app_views_nodes_edit_html_erb___1736864832_70346732821060_0'
2012-06-01T19:23:00+00:00 app[web.1]:
2012-06-01T19:23:00+00:00 app[web.1]:
2012-06-01T19:23:00+00:00 heroku[nginx]: 75.70.205.204 - - [01/Jun/2012:19:23:00 +0000] "GET /stylesheets/jquery/images/ui-bg_glass_100_fdf5ce_1x400.png HTTP/1.1" 200 125 "http://adsgame.heroku.com/projects/654?debug_assets=true" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" adsgame.heroku.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment