Skip to content

Instantly share code, notes, and snippets.

@tateisu
Created March 5, 2019 01:42
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 tateisu/b9df6657960ab76666d823923fc87e4b to your computer and use it in GitHub Desktop.
Save tateisu/b9df6657960ab76666d823923fc87e4b to your computer and use it in GitHub Desktop.
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] Rendering stream_entries/show.html.haml within layouts/public
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] Rendered stream_entries/_og_description.html.haml (3.2ms)
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] Rendered stream_entries/_og_image.html.haml (1.3ms)
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] Rendered stream_entries/_poll.html.haml (2.2ms)
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] Rendered stream_entries/_detailed_status.html.haml (17.5ms)
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] Rendered stream_entries/_status.html.haml (18.2ms)
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] Rendered stream_entries/show.html.haml within layouts/public (36.9ms)
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] method=GET path=/@tateisu/101695324967335706 format=html controller=StatusesController action=show status=500 error='ActionView::Template::Error: undefined method `account' for nil:NilClass' duration=63.06 view=0.00 db=14.75
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3]
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] ActionView::Template::Error (undefined method `account' for nil:NilClass):
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] 1: - options = (!poll.expired? && poll.hide_totals?) ? poll.unloaded_options : poll.loaded_options
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] 2: - voted = poll.votes.where(account: current_user.account).exists?
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] 3: - show_results = voted || poll.expired?
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] 4:
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] 5: .poll
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3]
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] app/views/stream_entries/_poll.html.haml:2:in `_app_views_stream_entries__poll_html_haml___1313609748341933781_70351604493360'
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] app/views/stream_entries/_detailed_status.html.haml:27:in `block in _app_views_stream_entries__detailed_status_html_haml___3111626673463476707_70351432274800'
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] app/helpers/application_helper.rb:76:in `react_component'
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] app/views/stream_entries/_detailed_status.html.haml:26:in `_app_views_stream_entries__detailed_status_html_haml___3111626673463476707_70351432274800'
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] app/views/stream_entries/_status.html.haml:43:in `_app_views_stream_entries__status_html_haml__3702182254547969747_70351430598280'
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] app/views/stream_entries/show.html.haml:23:in `_app_views_stream_entries_show_html_haml___2065974731879655983_70351604904180'
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] app/controllers/statuses_controller.rb:35:in `block (2 levels) in show'
web_1 | [5db0aa14-ef8d-40e3-b9e9-e91f261cbac3] app/controllers/statuses_controller.rb:28:in `show'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment