Skip to main content

Received

Every event that arrived from a feed, a post list or the custom API, and what Reelwire decided about it. It is a record, not a queue: nothing here is waiting to be handled.

The Received log

The events worth reading here are the ones that made no post. Everything that did make a post is on Posts, which is the better screen for following it.

StatusWhat it means
ACCEPTEDThe event was valid and at least one channel listens to its content source, so posting jobs were made from it.
NO_MATCHThe event was valid, but no active channel listens to this content source, so nothing was made from it.
STALEThe event happened too long ago for this feed to post about, so it was logged and nothing was made.
DUPLICATEAn event with this id already arrived, so this one was ignored.
UNMAPPEDThe event arrived on a custom API but its data did not fit the template.

NO_MATCH is the one to look for. It almost always means a channel is not subscribed to the source you thought it was. Open Channels, press Sources on the channel, and check the source is there and not paused.

DUPLICATE is usually correct rather than a fault: Reelwire ignores a repeated eventId so a producer can retry safely.

The period

The screen opens on this week rather than today, because today is empty at one in the morning and an empty board reads as a broken one. The window is worked out from your own clock, so "Today" means your day. If something you sent is not listed, widen the period before assuming it did not arrive.