View Source Beacon.RuntimeError exception (Beacon v0.2.1)

Raised when Beacon attempts to read content from memory unsuccessfully.

If you see this error consistently, check the message to see if handle_event is mentioned. If so, this can indicate that pages on your site are sending events (e.g. button clicks, form submissions) to an event handler which hasn't been implemented, or that the event name does not match your handler.