You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.ArgumentException: Field value length must be less than or equal to 1024. (Parameter 'Value')
at Discord.EmbedFieldBuilder.set_Value(Object value)
at Discord.EmbedBuilder.AddField(String name, Object value, Boolean inline)
at DiscordUtilities.DiscordUtilities.GetEmbedBuilder(Builder embedBuilder) in C:\Users\Mates-PC\Desktop\SourceFactory\Projects\CSharp\Discord Utilities\src\DiscordUtilities\Functions\Helpers.cs:line 241
at DiscordUtilities.DiscordUtilities.SendMessageToChannel(UInt64 channelId, String content, Builder embed, Builder components) in C:\Users\Mates-PC\Desktop\SourceFactory\Projects\CSharp\Discord Utilities\src\DiscordUtilities\API\Actions.cs:line 116
at EventNotifications.EventNotifications.PerformMatchEnd() in C:\Users\Mates-PC\Desktop\SourceFactory\Projects\CSharp\Discord Utilities\src\Addons\EventNotifications\EventNotifications.cs:line 196
at EventNotifications.EventNotifications.OnMatchEnd(EventCsWinPanelMatch event, GameEventInfo info) in C:\Users\Mates-PC\Desktop\SourceFactory\Projects\CSharp\Discord Utilities\src\Addons\EventNotifications\EventNotifications.cs:line 257
at InvokeStub_GameEventHandler1.Invoke(Object, Span1)
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
--- End of inner exception stack trace ---
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Delegate.DynamicInvokeImpl(Object[] args)
The text was updated successfully, but these errors were encountered:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.ArgumentException: Field value length must be less than or equal to 1024. (Parameter 'Value')
at Discord.EmbedFieldBuilder.set_Value(Object value)
at Discord.EmbedBuilder.AddField(String name, Object value, Boolean inline)
at DiscordUtilities.DiscordUtilities.GetEmbedBuilder(Builder embedBuilder) in C:\Users\Mates-PC\Desktop\SourceFactory\Projects\CSharp\Discord Utilities\src\DiscordUtilities\Functions\Helpers.cs:line 241
at DiscordUtilities.DiscordUtilities.SendMessageToChannel(UInt64 channelId, String content, Builder embed, Builder components) in C:\Users\Mates-PC\Desktop\SourceFactory\Projects\CSharp\Discord Utilities\src\DiscordUtilities\API\Actions.cs:line 116
at EventNotifications.EventNotifications.PerformMatchEnd() in C:\Users\Mates-PC\Desktop\SourceFactory\Projects\CSharp\Discord Utilities\src\Addons\EventNotifications\EventNotifications.cs:line 196
at EventNotifications.EventNotifications.OnMatchEnd(EventCsWinPanelMatch event, GameEventInfo info) in C:\Users\Mates-PC\Desktop\SourceFactory\Projects\CSharp\Discord Utilities\src\Addons\EventNotifications\EventNotifications.cs:line 257
at InvokeStub_GameEventHandler1.Invoke(Object, Span1)
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
--- End of inner exception stack trace ---
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Delegate.DynamicInvokeImpl(Object[] args)
The text was updated successfully, but these errors were encountered: