<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/55ed5e06-4208-11e9-9d31-040140774501](https://my.remarkbox.com/55ed5e06-4208-11e9-9d31-040140774501)  
> **Snapshot:** 2026-05-07T02:56:30Z  
> **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,iVBORw0KGgoAAAANSUhEUgAAAJQAAACUAQAAAABdRz15AAABJUlEQVR42s1WMQ7DQAyy+gH//5f+AQWsTF0q4SGnSMllQNhg7go/a+pV/6qqG3w32pv51O/6918RhM+04VubFI/0emoGfLQ5wBtyqxHwDR6pNb9u8NS2Mce+6J/1fdaBvuubllvaKqf1ynxCpGdYdOf1QmIQD+5ijCf7jQxYZDj5fAipNCQQbM6P3pOwO70H86Zqx9RYcF4vxeCoFdXwJtd34CTQkg2Rz6/JbShgkPvFvSM5f+Z5IHFpPo9yroeyuZUJEkajF9e7XRRRDUjMb5Pv8d9B/mHb51TI8xmaD7sP7h4u8rnWMfyM9YBt7PRbSS74Pb3rm/uBFd7oH1ycv8qXpYqb81zXA4Vg3j/h1SaLfXjSvz2WpAsu/Ofu6Ug/6N+777tfAuhljUckwT8AAAAASUVORK5CYII=)

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

Thought I would get cute and run my RSS feeds for my Instapaper and
Pinboard accounts through this. However, got the following in Terminal
when I tried to run Slogger.

With Pinboard RSS:

/Users/ronn/Documents/Slogger/lib/rsslogger.rb:49:in
`log_rss': undefined method`pubDate\' for \# (NoMethodError)\
from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:48:in `each'`\
`from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:48:in`log_rss\'\
from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:41:in `each'`\
`from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:41:in`log_rss\'\
from slogger:52

With Instapaper RSS:

/Users/ronn/Documents/Slogger/lib/rsslogger.rb:52:in
`log_rss': undefined method`match\' for nil:NilClass (NoMethodError)\
from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:48:in `each'`\
`from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:48:in`log_rss\'\
from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:41:in `each'`\
`from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:41:in`log_rss\'\
from slogger:52

I know the RSS links were valid as I added them to my Google Reeder
account and they worked fine there.

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

Yeah, I set it up to look for a content.encoded field without adding an
error check. Fixed in the next version, but if you look for the line (in
rsslogger.rb):

     image_match = item.content_encoded.match(/src="(http:.*?\.(jpg|png)(\?.*?)?)"/i)

And change \"content_encoded\" to \"description\", should clear up the
problem.

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

Change \"content_encoded\" (item.content_encoded.match) in line 52 of
rsslogger.rb to \"description\" (item.description.match), as directed.

Getting closer\...

When I try and import the Instapaper RSS, I can get one link in and see
the following in Terminal:

Error expanding
[http://mattgemmell.com/2012\...](http://mattgemmell.com/2012/08/05/managing-email-realistically/ "http://mattgemmell.com/2012/08/05/managing-email-realistically/"){rel="nofollow"
target="_blank"}

Can\'t get anything when using the Pinboard RSS. Get the following in
Terminal:

/Users/ronn/Documents/Slogger/lib/rsslogger.rb:49:in
`log_rss': undefined method`pubDate\' for \# (NoMethodError)\
from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:48:in `each'`\
`from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:48:in`log_rss\'\
from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:41:in `each'`\
`from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:41:in`log_rss\'\
from slogger:52

When I run the two RSS feeds together, I get these combined:

Error expanding
[http://mattgemmell.com/2012\...](http://mattgemmell.com/2012/08/05/managing-email-realistically/ "http://mattgemmell.com/2012/08/05/managing-email-realistically/"){rel="nofollow"
target="_blank"}\
/Users/ronn/Documents/Slogger/lib/rsslogger.rb:49:in
`log_rss': undefined method`pubDate\' for \# (NoMethodError)\
from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:48:in `each'`\
`from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:48:in`log_rss\'\
from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:41:in `each'`\
`from /Users/ronn/Documents/Slogger/lib/rsslogger.rb:41:in`log_rss\'\
from slogger:52

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

Okay\...

Here is my fix for this for now\...

I took the Instapaper and Pinboard feeds and ran them through Tweetfeed
and then to a Twitter account that I set up so that I could send my
RunKeeper stats to it (as RunKeeper doesn\'t have a way to RSS your
stats). To each of the feeds, I added the suffix, Instapaper or
Pinboard, respectively, so that I could have that as a search term.


---

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