Appearance
RSS Troubleshooting
Feed stops emitting posts
- Auth required — feeds behind HTTP basic auth need credentials in the
dataJSON of the schedule. The defaultrss-parserconfig doesn't carry creds. - Encoding — non-UTF-8 feeds are best transcoded upstream; the parser handles the common cases (Windows-1252, ISO-8859-9) but isn't exhaustive.
- Parse errors — malformed XML kills the parser. The schedule's last error is stored in
stats.
Items posting twice
Deduplication uses the entry GUID. If the source feed mutates GUIDs between updates, dedup breaks. Lock the GUID upstream or filter by <link> instead — see the per-feed data JSON for the hash strategy.
Items not posting at all
Verify:
- The feed actually has new entries (check
stats). - The schedule's
accountsare still valid channels (they may have been disconnected). - The workspace's plan still has the
posts.rssfeature.