You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
url: http://www.trunews.com/listen_now_podcast_feed.xml
format: rss
Traceback (most recent call last):
File "/base/data/home/apps/feedsanitizer/1.352729602152509413/views.py", line 71, in userfriendly
feed = buildfeed(url, feed_class, feed_link, ids)
File "/base/data/home/apps/feedsanitizer/1.352729602152509413/views.py", line 31, in buildfeed
idish = entry.id if "id" in entry else fixurl(entry.link)
File "/base/data/home/apps/feedsanitizer/1.352729602152509413/feedparser.py", line 356, in getattr
raise AttributeError, "object has no attribute '%s'" % key
AttributeError: object has no attribute 'link'
The text was updated successfully, but these errors were encountered:
Fixed, but still doesn't work my purposes as I have to post it through Facebook. I think the xml feed is gimped. I'll probably end up just using dlvr.it for my purposes. Thanks.
url: http://www.trunews.com/listen_now_podcast_feed.xml
format: rss
Traceback (most recent call last):
File "/base/data/home/apps/feedsanitizer/1.352729602152509413/views.py", line 71, in userfriendly
feed = buildfeed(url, feed_class, feed_link, ids)
File "/base/data/home/apps/feedsanitizer/1.352729602152509413/views.py", line 31, in buildfeed
idish = entry.id if "id" in entry else fixurl(entry.link)
File "/base/data/home/apps/feedsanitizer/1.352729602152509413/feedparser.py", line 356, in getattr
raise AttributeError, "object has no attribute '%s'" % key
AttributeError: object has no attribute 'link'
The text was updated successfully, but these errors were encountered: