Missing module error

Detai

After a while running, i have many times the following error in my log.
Is it something that icould avoid?

× ×

Message

MissingModule failed while processing [EpisodeDownloadedEvent]: Object reference not set to an instance of an object.

Exception

System.NullReferenceException: Object reference not set to an instance of an object. at NzbDrone.Api.NzbDroneRestModuleWithSignalR`2.BroadcastResourceChange(ModelAction action, Int32 id) in m:\BuildAgent2 \work\328d72309b633a8\src\NzbDrone.Api\NzbDroneRestModuleWithSignalR.cs:line 50 at NzbDrone.Api.Episodes.EpisodeModuleWithSignalR.Handle(EpisodeDownloadedEvent message) in m:\BuildAgent2\work\328d723 09b633a8\src\NzbDrone.Api\Episodes\EpisodeModuleWithSignalR.cs:line 49 at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in m:\BuildAgent2\work\328d72309b6 33a8\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:lin

There is a bug in the module that sends updates to the UI. It’s already fixed on develop. It’s okay to ignore it for now, it only means that the Missing UI won’t update when a new episode is imported.