I get this message in console.
Failed to call internal hook 'Unload' on plugin 'CustomVendingSetup v2.14.7' [4006810030] ()
   at VendingMachineComponent UnityEngine.Component.GetComponent<VendingMachineComponent>()
   at void Oxide.Plugins.CustomVendingSetup+VendingMachineComponent.RemoveFromVendingMachine(NPCVendingMachine vendingMachine) in /home/container/carbon/plugins/CustomVendingSetup.cs:line 3396
   at void Oxide.Plugins.CustomVendingSetup+VendingController.ResetVendingMachines() in /home/container/carbon/plugins/CustomVendingSetup.cs:line 3310
   at void Oxide.Plugins.CustomVendingSetup+VendingController.Destroy() in /home/container/carbon/plugins/CustomVendingSetup.cs:line 3232
   at void Oxide.Plugins.CustomVendingSetup+VendingMachineManager.ResetAll() in /home/container/carbon/plugins/CustomVendingSetup.cs:line 2875
   at void Oxide.Plugins.CustomVendingSetup.Unload() in /home/container/carbon/plugins/CustomVendingSetup.cs:line 199
   at object Oxide.Plugins.CustomVendingSetup.InternalCallHook(uint hook, object[] args) in CustomVendingSetup.cs/Internal:line 396

I think there is one line missing from this as it does not say the exception name. If you can find and share that, it will help with troubleshooting.

Failed to call internal hook 'Unload' on plugin 'CustomVendingSetup v2.14.7' [4006810030] ()
   at VendingMachineComponent UnityEngine.Component.GetComponent<VendingMachineComponent>()
   at void Oxide.Plugins.CustomVendingSetup+VendingMachineComponent.RemoveFromVendingMachine(NPCVendingMachine vendingMachine) in /home/container/carbon/plugins/CustomVendingSetup.cs:line 3396
   at void Oxide.Plugins.CustomVendingSetup+VendingController.ResetVendingMachines() in /home/container/carbon/plugins/CustomVendingSetup.cs:line 3310
   at void Oxide.Plugins.CustomVendingSetup+VendingController.Destroy() in /home/container/carbon/plugins/CustomVendingSetup.cs:line 3232
   at void Oxide.Plugins.CustomVendingSetup+VendingMachineManager.ResetAll() in /home/container/carbon/plugins/CustomVendingSetup.cs:line 2875
   at void Oxide.Plugins.CustomVendingSetup.Unload() in /home/container/carbon/plugins/CustomVendingSetup.cs:line 199
   at object Oxide.Plugins.CustomVendingSetup.InternalCallHook(uint hook, object[] args) in CustomVendingSetup.cs/Internal:line 396

That's in discord logger



Merged post

I'll see if I can find more

Merged post

That's the whole error message and I don't know what else I can do on my end, do we just ignore it?