<table class="provenance-header" style="border: 0; border-collapse: collapse; margin: 0 0 16px 0; width: 100%;">
<tr style="border: 0;">
<td style="border: 0; vertical-align: top; padding: 0 24px 0 0;">

> **Source:** [https://my.remarkbox.com/55ed5def-4208-11e9-9d31-040140774501](https://my.remarkbox.com/55ed5def-4208-11e9-9d31-040140774501)  
> **Snapshot:** 2026-05-07T02:00:08Z  
> **Generator:** Remarkbox `763cacb`  
>
> *This is a subthread snapshot. The living document lives at the source URI above — it may have been edited, extended, or replied-to since.*

</td>
<td style="border: 0; vertical-align: top; width: 200px; text-align: right;">

![Scan for living source](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJQAAACUAQAAAABdRz15AAABK0lEQVR42s1WMY4EMQxC+wH//5f8wAfM3jXbnGSKjSZSMgUyBtvBfiziq/4BmOVw8L7whc/133/Y2XwCIyanI55QyGw+lwYeODmV8JJcYTbwlDIJQTp9hfxZ0r9V0PexzRhIOfTlyFcw8oqoUqwLeLaJNoxn4CMeLcnYgONdqA/l0OLKg1KaV75wTLYdEuCZL8L0HRrufFMgcfJTIGd9lTwF9mtuFvwyjswF19Bj01noOOEqvuNhUhcx4J71iAOlg+ma7d1/Hh6SN3NkC3zdnZma20L9pgM6gc/8O/dnhedZqW27FOabu3LYJtJ7/kwyuhgWlflhDyZ3Bm7MNz4N0LS3Mn89kNzvUXlveHY8TXC2EZ/zZ0RmlBTeV4xf6MM23gfGcf4Kenz3e/cHW0NwCgsyYlYAAAAASUVORK5CYII=)

</td>
</tr>
</table>

When testing the script I am getting some errors:

    rsslogger.rb:49:in `log_rss': undefined method `pubDate' for #<RSS::Atom::Feed::Entry:0x1042af7b0> (NoMethodError)
    from <path>/lib/rsslogger.rb:48:in `each'
    from <path>/lib/rsslogger.rb:48:in `log_rss'
    from <path>/lib/rsslogger.rb:41:in `each'
    from <path>/lib/rsslogger.rb:41:in `log_rss'
    from slogger:52

Any idea on what goes wrong?

## Brett — [Aug 06, 2012 03:18 pm](https://my.remarkbox.com/55ed5dd7-4208-11e9-9d31-040140774501/social-logging-by-any-other-name-would-have-a-better-name-brettterpstra-com#55ed5df0-4208-11e9-9d31-040140774501)

I\'m not sure the RSS module in Ruby understands Atom... I\'ll check it
out , in the meantime does your feed have an RSS/RSS2 alternative?

### Andrew Eakett — [Aug 06, 2012 06:03 pm](https://my.remarkbox.com/55ed5dd7-4208-11e9-9d31-040140774501/social-logging-by-any-other-name-would-have-a-better-name-brettterpstra-com#55ed5df3-4208-11e9-9d31-040140774501)

I had the same issues with atom feeds, so I tried the corresponding rss
and got a different error:
[https://gist.github.com/3274644](https://gist.github.com/3274644 "https://gist.github.com/3274644"){rel="nofollow"
target="_blank"}

#### Brett — [Aug 06, 2012 06:22 pm](https://my.remarkbox.com/55ed5dd7-4208-11e9-9d31-040140774501/social-logging-by-any-other-name-would-have-a-better-name-brettterpstra-com#55ed5df5-4208-11e9-9d31-040140774501)

It appears that feed doesn\'t have a content field, I assume it\'s an
excerpt-only feed. Slogger checks the content field for post images,
I\'ll just have it skip that part if it doesn\'t exist.

### Jeroen Sangers — [Aug 07, 2012 02:54 pm](https://my.remarkbox.com/55ed5dd7-4208-11e9-9d31-040140774501/social-logging-by-any-other-name-would-have-a-better-name-brettterpstra-com#55ed5e04-4208-11e9-9d31-040140774501)

I ran the feed through FeedBurner to convert it to RSS2 and it now works
fine.


---

**Source:** [https://my.remarkbox.com/55ed5def-4208-11e9-9d31-040140774501](https://my.remarkbox.com/55ed5def-4208-11e9-9d31-040140774501)  
**Snapshot:** 2026-05-07T02:00:08Z  
**Generator:** Remarkbox `763cacb`
