View Single Post
Posts: 324 | Thanked: 371 times | Joined on Dec 2009 @ Vancouver, BC
#532
Thanks handaxe. It does indeed fail when updating the Archived Articles. It looks like this is the first feed in the list of updates for you, so it fails right then, and does not update any others.

It should work if you change the function definition near line 890 of /opt/FeedingIt/rss_sqlite.py (in the ArchivedArticles class) from
Code:
def updateFeed(self, configdir, url, etag, modified, expiryTime=24, proxy=None, imageCache=False):
to
Code:
def updateFeed(self, configdir, url, etag, modified, expiryTime=24, proxy=None, imageCache=False, priority=0, postFeedUpdateFunc=None, *postFeedUpdateFuncArgs):
I'll test some more tonight, and probably push an update.
 

The Following 2 Users Say Thank You to Slocan For This Useful Post: