Created
March 12, 2012 02:29
-
-
Save axavio/2019340 to your computer and use it in GitHub Desktop.
Weird Reshare Error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/stream" for 68.4.205.245 at Mon Mar 12 02:24:16 +0000 2012 pid=10007 time=1331519056 | |
Processing by MultisController#index as HTML pid=10007 time=1331519056 | |
Rendered aspects/_aspect_listings.haml (249.9ms) pid=10007 time=1331519056 | |
Rendered tags/_followed_tags_listings.haml (65.6ms) pid=10007 time=1331519056 | |
Rendered shared/_public_explain.haml (3.4ms) pid=10007 time=1331519056 | |
Rendered photos/_new_photo.haml (1.5ms) pid=10007 time=1331519056 | |
Rendered shared/_publisher.html.haml (22.6ms) pid=10007 time=1331519056 | |
Rendered aspects/_no_posts_message.haml (0.4ms) pid=10007 time=1331519056 | |
Rendered status_messages/_status_message.html.haml (3.5ms) pid=10007 time=1331519057 | |
Rendered likes/_likes_container.haml (0.3ms) pid=10007 time=1331519057 | |
Rendered comments/_comment.haml (0.0ms) pid=10007 time=1331519057 | |
Rendered comments/_new_comment.html.haml (6.0ms) pid=10007 time=1331519057 | |
Rendered comments/_comments.html.haml (33.9ms) pid=10007 time=1331519057 | |
Rendered status_messages/_status_message.html.haml (3.5ms) pid=10007 time=1331519057 | |
Rendered likes/_likes_container.haml (0.2ms) pid=10007 time=1331519057 | |
Rendered comments/_comment.haml (0.0ms) pid=10007 time=1331519057 | |
Rendered comments/_comments.html.haml (25.7ms) pid=10007 time=1331519057 | |
Rendered status_messages/_status_message.html.haml (2.2ms) pid=10007 time=1331519057 | |
Rendered reshares/_reshare.haml (7.3ms) pid=10007 time=1331519057 | |
Rendered likes/_likes_container.haml (1.5ms) pid=10007 time=1331519057 | |
Rendered comments/_comment.haml (0.0ms) pid=10007 time=1331519057 | |
Rendered comments/_comments.html.haml (29.0ms) pid=10007 time=1331519057 | |
Rendered status_messages/_status_message.html.haml (49.9ms) pid=10007 time=1331519057 | |
Rendered reshares/_reshare.haml (57.2ms) pid=10007 time=1331519057 | |
Rendered likes/_likes_container.haml (0.1ms) pid=10007 time=1331519057 | |
Rendered comments/_comment.haml (0.0ms) pid=10007 time=1331519058 | |
Rendered comments/_comments.html.haml (202.6ms) pid=10007 time=1331519058 | |
Rendered status_messages/_status_message.html.haml (2.6ms) pid=10007 time=1331519058 | |
Rendered reshares/_reshare.haml (8.4ms) pid=10007 time=1331519058 | |
Rendered likes/_likes_container.haml (0.2ms) pid=10007 time=1331519058 | |
Rendered comments/_comment.haml (0.0ms) pid=10007 time=1331519058 | |
Rendered comments/_comments.html.haml (31.9ms) pid=10007 time=1331519058 | |
Rendered status_messages/_status_message.html.haml (9.2ms) pid=10007 time=1331519058 | |
Rendered reshares/_reshare.haml (15.5ms) pid=10007 time=1331519058 | |
Rendered likes/_likes_container.haml (0.3ms) pid=10007 time=1331519058 | |
Rendered comments/_comment.haml (0.0ms) pid=10007 time=1331519058 | |
Rendered comments/_comments.html.haml (25.6ms) pid=10007 time=1331519058 | |
Rendered reshares/_reshare.haml (6.9ms) pid=10007 time=1331519058 | |
Rendered shared/_stream_element.html.haml (791.8ms) pid=10007 time=1331519058 | |
Rendered shared/_stream.haml (792.1ms) pid=10007 time=1331519058 | |
Rendered aspects/_aspect_stream.haml (1430.3ms) pid=10007 time=1331519058 | |
Rendered aspects/index.html.haml within layouts/application (1754.1ms) pid=10007 time=1331519058 | |
Completed 500 Internal Server Error in 1887ms pid=10007 time=1331519058 | |
** [Hoptoad] Failure: Net::HTTPClientError pid=10007 time=1331519059 | |
** [Hoptoad] Environment Info: [Ruby: 1.8.7] [Rails: 3.0.11] [Env: production] pid=10007 time=1331519059 | |
** [Hoptoad] Response from Hoptoad: | |
<?xml version="1.0" encoding="UTF-8"?> | |
<errors> | |
<error>No project exists with the given API key.</error> | |
</errors> | |
pid=10007 time=1331519059 | |
ActionView::Template::Error (undefined method `photos' for "#<Reshare:0xb45f2044>":Reshare): | |
21: - if post.activity_streams? | |
22: = link_to image_tag(post.image_url, 'data-small-photo' => post.image_url, 'data-full-photo' => post.image_url, :class => 'stream-photo'), post.object_url, :class => "stream-photo-link" | |
23: - else | |
24: = render 'status_messages/status_message', :post => post, :photos => post.photos | |
25: - else | |
26: = t('.deleted') | |
app/views/reshares/_reshare.haml:24:in `_app_views_reshares__reshare_haml___146234219__628454138_3976430' | |
app/views/shared/_stream_element.html.haml:45:in `_app_views_shared__stream_element_html_haml__767776926__628178538_3457614' | |
app/views/shared/_stream.haml:5:in `_app_views_shared__stream_haml___848837980__628168378_1138046' | |
app/views/aspects/_aspect_stream.haml:23:in `_app_views_aspects__aspect_stream_haml__446082082__628083088_1504430' | |
app/views/aspects/index.html.haml:63:in `_app_views_aspects_index_html_haml___521407464__626070218_0' | |
app/controllers/application_controller.rb:166:in `default_stream_action' | |
app/controllers/multis_controller.rb:9:in `index' | |
lib/chrome_frame.rb:39:in `call' | |
pid=10007 time=1331519059 | |
event=resque_setup rails_env=production pid=9994 time=1331517935 | |
event=resque_job job=Jobs::UpdateServiceUsers ms=2274.08909797668 arg1="2" status=complete pid=11565 time=1331519059 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment