NullReferenceException at PopulateContainerSolved
Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.BetterLoot.PopulateContainer (LootContainer container) [0x0000c] in <f98e273000934d45ae269a5e254e1042>:0
at Oxide.Plugins.BetterLoot.<UpdateInternals>m__0 () [0x000b2] in <f98e273000934d45ae269a5e254e1042>:0
at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <4452f821def6406d834e4149849fe7ea>:0

help me please

if can help me anyone :/.. i need to fix this asap
Have you taken a look at the existing thread regarding this same error/issue?
can't set 0 in items?
error of unknkown source 

https://pastebin.com/qqU5wEjv its the config

(11:40:44) | [BetterLoot] Using '20' active of '20' supported containertypes
(11:40:44) | [BetterLoot] Updating internals ...
(11:40:44) | Loaded plugin BetterLoot v3.0.0 by FuJiCuRa / dcode
(11:40:44) | [BetterLoot] Removed 103 stacked LootContainer
(11:40:44) | Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.BetterLoot.PopulateContainer (LootContainer container) [0x001a0] in <7ef28a0a6ec4463aa2f5d0f6ddecccea>:0 
  at Oxide.Plugins.BetterLoot.<UpdateInternals>m__0 () [0x000b2] in <7ef28a0a6ec4463aa2f5d0f6ddecccea>:0 
  at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <b0a93b504f034a0db8b1c3d2503c0987>:0
Unable to open the config at the moment, but I'm sure I know what the error is for.
Will get back to this thread when I look at it when I get home tonight.
Any update on this error
None so far, quite busy lately.
PC is currently packed up, will be unpacking later today. I do have to work, so it's likely not going to be done tonight.

Anything yet Again?

Sorry if u bump

         "ItemsMax":4,
         "ItemsMin":2,
         "MaxBPs":null,
         "Scrap":5
      },
      "assets/bundled/prefabs/radtown/crate_normal_2_medical.prefab":{

On line 1070 of the config, try changing that from null to a number.

Merged post

As I continue to look, a lot of them are null. Change those to numbers and see if it fixes it
I had this exact issue and it was caused by a missing comma in the config.
Locked automatically