KarlOfDuty / SCPDiscord

A NWAPI plugin which adds remote interaction to an SCP:SL server through Discord.
https://karlofduty.com
GNU General Public License v3.0
13 stars 13 forks source link

The given key 'messages.onitemspawned' was not present in the dictionary. #165

Closed TiBarification closed 4 months ago

TiBarification commented 4 months ago
[2024-05-17 14:17:12.471 +03:00] [STDOUT] KeyNotFoundException: The given key 'messages.onitemspawned' was not present in the dictionary.
[2024-05-17 14:17:12.471 +03:00] [STDOUT]   at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <05089c1b6989455fb1452c627044bac4>:0
[2024-05-17 14:17:12.471 +03:00] [STDOUT]   at SCPDiscord.Config.GetArray (System.String node) [0x00001] in <bbb51e1587f54e1a921cd672ac2556fd>:0
[2024-05-17 14:17:12.471 +03:00] [STDOUT]   at SCPDiscord.Config.GetChannelIDs (System.String path) [0x00008] in <bbb51e1587f54e1a921cd672ac2556fd>:0
[2024-05-17 14:17:12.471 +03:00] [STDOUT]   at SCPDiscord.ProcessMessageAsync..ctor (System.String messagePath, System.Collections.Generic.Dictionary`2[TKey,TValue] variables) [0x0006c] in <bbb51e1587f54e1a921cd672ac2556fd>:0
[2024-05-17 14:17:12.471 +03:00] [STDOUT]   at SCPDiscord.SCPDiscord+<>c__DisplayClass14_0.<SendMessage>b__0 () [0x00000] in <bbb51e1587f54e1a921cd672ac2556fd>:0
[2024-05-17 14:17:12.471 +03:00] [STDOUT]   at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00014] in <05089c1b6989455fb1452c627044bac4>:0
[2024-05-17 14:17:12.471 +03:00] [STDOUT]   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <05089c1b6989455fb1452c627044bac4>:0
[2024-05-17 14:17:12.471 +03:00] [STDOUT]   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <05089c1b6989455fb1452c627044bac4>:0
[2024-05-17 14:17:12.471 +03:00] [STDOUT]   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <05089c1b6989455fb1452c627044bac4>:0
[2024-05-17 14:17:12.471 +03:00] [STDOUT]   at System.Threading.ThreadHelper.ThreadStart () [0x00008] in <05089c1b6989455fb1452c627044bac4>:0
KarlOfDuty commented 4 months ago

Hey, sorry I missed this issue before, are you running the latest release or a dev build?

TiBarification commented 4 months ago

Hey, sorry I missed this issue before, are you running the latest release or a dev build?

dev build

KarlOfDuty commented 4 months ago

Sorry about that, the newest dev build should fix your problem.