Hi all,

Since recently i get the following error intermittently at booting of the server:

Failed to run a 0.20 timer (IndexOutOfRangeException: Index was outside the bounds of the array.)

   at System.Collections.Generic.Dictionary`2[TKey,TValue].Remove (TKey key) [0x0005c] in <f98723dd4586469db5213ec59da723ca>:0
   at Oxide.Core.Plugins.Watchers.FSWatcher+<>c__DisplayClass15_0.<watcher_Changed>b__1 () [0x0000c] in <d646191a355d43a6b3ab36b7ee14c740>:0
   at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <d646191a355d43a6b3ab36b7ee14c740>:0
 
Failed to run a 0.20 timer (IndexOutOfRangeException: Index was outside the bounds of the array.)
   at System.Collections.Generic.Dictionary`2[TKey,TValue].Remove (TKey key) [0x0005c] in <f98723dd4586469db5213ec59da723ca>:0
   at Oxide.Core.Plugins.Watchers.FSWatcher+<>c__DisplayClass15_0.<watcher_Changed>b__1 () [0x0000c] in <d646191a355d43a6b3ab36b7ee14c740>:0
   at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <d646191a355d43a6b3ab36b7ee14c740>:0

Whenever the error occurs the server appears to be online but players and RCON are unable to connect. In this case a server reboot is the only solution.

Does anyone know what could cause this error?