Failed to call hook 'OnEntityKill' on plugin

Started seeing these in the logs, Any help would be appreciated. Thanks 

[Error] Failed to call hook 'OnEntityKill' on plugin 'RaidableBases v2.4.4' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.RaidableBases+RaidableBase.Get (BaseEntity entity) [0x00000] in <e5983473502c4291b597b786f2ec952b>:0 
  at Oxide.Plugins.RaidableBases.EntityHandler (StorageContainer container, HitInfo hitInfo) [0x00000] in <e5983473502c4291b597b786f2ec952b>:0 
  at Oxide.Plugins.RaidableBases.OnEntityKill (StorageContainer container) [0x00018] in <e5983473502c4291b597b786f2ec952b>:0 
  at Oxide.Plugins.RaidableBases.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0164d] in <e5983473502c4291b597b786f2ec952b>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0 ​
[Info] [Raidable Bases] Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: r. Path '', line 0, position 0.
  at Newtonsoft.Json.JsonTextReader.ParseValue () [0x002b3] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.JsonTextReader.Read () [0x0004c] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.JsonReader.ReadAndMoveToContent () [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, System.Boolean hasConverter) [0x00043] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000d9] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00053] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Oxide.Core.Configuration.DynamicConfigFile.ReadObject[T] (System.String filename) [0x00028] in <bae5f1223fce49c493b01571c99dce02>:0 
  at Oxide.Core.DataFileSystem.ReadObject[T] (System.String name) [0x00021] in <bae5f1223fce49c493b01571c99dce02>:0 
  at Oxide.Plugins.RaidableBases.LoadProfiles () [0x00095] in <c53c23e595c245d99c4ef336ffbf5ec1>:0 

fixed error in next update thanks
json error is with your profile you will need to fix that yourself

nivex

fixed error in next update thanks
json error is with your profile you will need to fix that yourself

Thankyou!