-
-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Before continuing...
- I have searched the existing issues
- I have updated DiscordLab to the latest version
- I have checked the README
Describe the bug
[2026-02-14 10:08:06.326 +01:00] [ERROR] [DiscordLab.Bot] Got an exception whilst trying to run DiscordLab.ConnectionLogs.Events:OnServerRoundStarted:
System.NullReferenceException: Object reference not set to an instance of an object
at System.Collections.Generic.Dictionary2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) [0x00111] in <13c0c460649d4ce49f991e2c222fa635>:0 at System.Collections.Generic.Dictionary2[TKey,TValue].set_Item (TKey key, TValue value) [0x00000] in <13c0c460649d4ce49f991e2c222fa635>:0
at CollectionExtensions.GetOrAdd[TKey,TValue] (System.Collections.Generic.Dictionary2[TKey,TValue] dictionary, TKey key, System.Func1[TResult] factory) [0x00013] in <332b3633824a437197df9bab18f671d8>:0
at DiscordLab.Bot.API.Features.TranslationBuilder.Build (System.String translation) [0x001f1] in :0
at DiscordLab.Bot.API.Features.MessageContent.Build (DiscordLab.Bot.API.Features.TranslationBuilder builder) [0x00013] in :0
at DiscordLab.Bot.API.Features.MessageContent.SendToChannelAsync (Discord.WebSocket.SocketTextChannel channel, DiscordLab.Bot.API.Features.TranslationBuilder builder) [0x0005f] in :0
at DiscordLab.Bot.API.Features.MessageContent+<>c__DisplayClass10_0.b__0 () [0x00083] in :0
at DiscordLab.Bot.API.Extensions.TaskExtensions+<>c__DisplayClass1_0.b__0 () [0x0007a] in :0
here problem.
To Reproduce
On event Round Start
Expected behavior
should do the log without errors.
What actually happened?
Log go well but error goes in.
EXILED Version
latest
Additional context
No response