I updated Rustcord yesterday and enabled mostly Embed as the Output in Discord. Since then I have been getting frequent errors as below:
15/09 06:14:03 | Failed to call hook 'OnRaidableBaseStarted' on plugin 'Rustcord v3.0.0' (Exception: Embed Fields cannot have a null or empty value)
at Oxide.Ext.Discord.Builders.DiscordEmbedBuilder.AddField (System.String name, System.String value, System.Boolean inline) [0x0006e] in <cd70b22fe2544e30a6ac60387a2ac2bb>:0
at Oxide.Plugins.Rustcord.OnRaidableBaseStarted (UnityEngine.Vector3 pos, System.Int32 difficulty) [0x0016a] in <14ebb47d0c9d4ba89b27d97bdd5a8782>:0
at Oxide.Plugins.Rustcord.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01598] in <14ebb47d0c9d4ba89b27d97bdd5a8782>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <31122a27a2414cd799150f8677cf39d4>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <0fbce81d88d64454b3e7abb24df7026b>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <0fbce81d88d64454b3e7abb24df7026b>:0It does not happen on every base that spawns and I cannot see a pattern, it happens for various bases. For now I have set the Output type for Raidable Bases to Simple.
Thanks.