jrochkind / rubyland

The code behind rubyland.news
http://www.rubyland.news
30 stars 3 forks source link

RSS feed currently down #11

Closed jrochkind closed 7 years ago

jrochkind commented 7 years ago

From logs:

2017-01-24T14:22:42.283583+00:00 app[web.1]: I, [2017-01-24T14:22:42.283513 #14]  INFO -- : [a1befb99-3887-4510-bf13-966292770278]   Rendered aggregator/index.rss.builder (23.3ms)
2017-01-24T14:22:42.283775+00:00 app[web.1]: I, [2017-01-24T14:22:42.283721 #14]  INFO -- : [a1befb99-3887-4510-bf13-966292770278] Completed 500 Internal Server Error in 30ms (ActiveRecord: 13.9ms)
2017-01-24T14:22:42.284970+00:00 app[web.1]: F, [2017-01-24T14:22:42.284913 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278] ActionView::Template::Error (undefined method `html_safe' for nil:NilClass
2017-01-24T14:22:42.284912+00:00 app[web.1]: F, [2017-01-24T14:22:42.284858 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278]
2017-01-24T14:22:42.284971+00:00 app[web.1]: Did you mean?  html_safe?):
2017-01-24T14:22:42.285130+00:00 app[web.1]: F, [2017-01-24T14:22:42.285067 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278]     15:         xml.item do
2017-01-24T14:22:42.285178+00:00 app[web.1]: F, [2017-01-24T14:22:42.285127 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278]     16:           xml.title(entry.title)
2017-01-24T14:22:42.285238+00:00 app[web.1]: F, [2017-01-24T14:22:42.285177 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278]     17:           xml.source(entry.feed.title, url: entry.feed.url)
2017-01-24T14:22:42.285272+00:00 app[web.1]: F, [2017-01-24T14:22:42.285224 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278]     18:           xml.description(rss_body(entry))
2017-01-24T14:22:42.285326+00:00 app[web.1]: F, [2017-01-24T14:22:42.285271 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278]     19:           xml.pubDate(entry.datetime.utc.rfc2822)
2017-01-24T14:22:42.285380+00:00 app[web.1]: F, [2017-01-24T14:22:42.285322 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278]     20:           xml.guid(entry.entry_id, isPermaLink: absolute_http_url?(entry.entry_id))
2017-01-24T14:22:42.285435+00:00 app[web.1]: F, [2017-01-24T14:22:42.285370 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278]     21:           xml.link(entry.url)
2017-01-24T14:22:42.285515+00:00 app[web.1]: F, [2017-01-24T14:22:42.285457 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278]
2017-01-24T14:22:42.285564+00:00 app[web.1]: F, [2017-01-24T14:22:42.285511 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278] app/helpers/feed_helper.rb:14:in `rss_body'
2017-01-24T14:22:42.285613+00:00 app[web.1]: F, [2017-01-24T14:22:42.285560 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278] app/views/aggregator/index.rss.builder:18:in `block (5 levels) in _app_views_aggregator_index_rss_builder__2192146199261955801_70127901149820'
2017-01-24T14:22:42.285712+00:00 app[web.1]: F, [2017-01-24T14:22:42.285661 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278] app/views/aggregator/index.rss.builder:14:in `block (3 levels) in _app_views_aggregator_index_rss_builder__2192146199261955801_70127901149820'
2017-01-24T14:22:42.285665+00:00 app[web.1]: F, [2017-01-24T14:22:42.285609 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278] app/views/aggregator/index.rss.builder:15:in `block (4 levels) in _app_views_aggregator_index_rss_builder__2192146199261955801_70127901149820'
2017-01-24T14:22:42.285882+00:00 app[web.1]: F, [2017-01-24T14:22:42.285808 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278] app/views/aggregator/index.rss.builder:1:in `_app_views_aggregator_index_rss_builder__2192146199261955801_70127901149820'
2017-01-24T14:22:42.285812+00:00 app[web.1]: F, [2017-01-24T14:22:42.285759 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278] app/views/aggregator/index.rss.builder:2:in `block in _app_views_aggregator_index_rss_builder__2192146199261955801_70127901149820'
2017-01-24T14:22:42.285763+00:00 app[web.1]: F, [2017-01-24T14:22:42.285712 #14] FATAL -- : [a1befb99-3887-4510-bf13-966292770278] app/views/aggregator/index.rss.builder:5:in `block (2 levels) in _app_views_aggregator_index_rss_builder__2192146199261955801_70127901149820'
jrochkind commented 7 years ago

it was an empty body in a post. fixed long ago. being watched by honeybadger now.