ArgumentNullException in OnLootEntityEnd [v3.7.0 - v3.7.1]Fixed

I believe this appears everytime a player tries to store food in it. That's what I think it is so far. I have tried many things. I am also using FridgeFood plugin as well.| Failed to call hook 'OnLootEntityEnd' on plugin 'Backpacks v3.7.1' (ArgumentNullException: Value cannot be null. Parameter name: key) at System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) [0x00008] in <eae584ce26bc40229c1b1aa476bfa589>:0  at System.Collections.Generic.Dictionary`2[TKey,TValue].TryGetValue (TKey key, TValue& value) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0

Still trying to find a Solution! Am using 3.7.1 Version.  3.6.3 is working FINE!!!!! But this new Version Spams in the Rcon. I have reloaded it several times! I believe that this is occuring because the Backpack is Recognozed as being a "BOX"! The fridgeFood plugin see's it as such. And rejects it's storage in the Backpack. One of you it seems. Needs to create a Work Around for this. I will also send him this Message..... Thank you     Dave

I released Backpacks v3.7.2 which should prevent this error from occurring.

I can tell from the error message that you did not include the full stack trace. Fortunately in this case, I was able to infer general circumstances when this error can happen, so I was able to prevent it, even though I don't understand the root cause. Please include the full error next time because it will help with investigating.

I tested with Fridge Food and could not reproduce this error. However, I did reproduce incompatibility between the two plugins (food cannot be placed in backpacks anymore). See the Fridge Food support thread you opened for my suggestion on how to update Fridge Food to allow compatibility.

I do not have reason to believe this error is related to Fridge Food, based on what this error message says, an analysis of the Fridge Food code, and also considering I could not reproduce this error with Fridge Food. Let me know if you have any more information that could shed light on what caused this, including any unexpected symptoms you are experiencing.

Locked automatically