# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 17
# self = https://watcher.sour.is/conv/mgkf66a
@prologic I added the ReadFog feed to feeds, but I don't see the content. What could be the problem? https://feeds.twtxt.net/yue-fang-readfog/twtxt.txt
@readfog what’s the URL of the original Atom/RSS?
@readfog what’s the URL of the original Atom/RSS?
https://www.readfog.com/feed
@readfog Hmmm πŸ€” Can you have a look at the source code for this service and see what's going on? You Atom/RSS feed _looks_ okay, but I'm not sure -- could be a bug or something in the service.
@readfog Hmmm πŸ€” Can you have a look at the source code for this service and see what's going on? You Atom/RSS feed _looks_ okay, but I'm not sure -- could be a bug or something in the service.
rss2twtxt unable to parse Atom correctly, item.PublishedParsed is always nil.
twtxt.net/atom.xml has the same bug. Simply use feed.ToRss() and rss2twtxt will parse correctly.
rss2twtxt unable to parse Atom c
rss2twtxt unable to parse Atom correctly, item.PublishedParsed is always nil.\ntwtxt.net/atom.xml has the same bug. Simply use feed.ToRss() and rss2twtxt will parse correctly.
@readfog Doesn't this imply the feed is somehow invalid then? What is feed.ToRss() ding I wonder? πŸ€”
@readfog Doesn't this imply the feed is somehow invalid then? What is feed.ToRss() ding I wonder? πŸ€”
@readfog Feel free to submit a PR πŸ™‡β€β™‚οΈ
@readfog Feel free to submit a PR πŸ™‡β€β™‚οΈ
@readfog @prologic The W3C Feed Validator reports a broken feed: "guid must be a full URL, unless isPermaLink attribute is false" https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fwww.readfog.com%2Ffeed Although I'm not sure whether this causes your problem.
@readfog @lyse Ahh cheers! We should fix this 😳
@readfog @lyse Ahh cheers! We should fix this 😳
@prologic @lyse thanks, We should fix this.