Error: The given key '' was not present in the dictionary. #6

Closed
opened 2019-03-02 19:52:53 -06:00 by ByFernanz · 1 comment
ByFernanz commented 2019-03-02 19:52:53 -06:00 (Migrated from github.com)

When using ficdown by the command line I get the following error when it is "Parsing story ...":

Unhandled Exception: System.Collections.Generic.KeyNotFoundException: The given key '' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Ficdown.Parser.Player.GameTraverser.ProcessState(StateQueueItem currentState) in /home/rudism/source/Ficdown/Ficdown.Parser/Player/GameTraverser.cs:line 147
at Ficdown.Parser.Player.GameTraverser.Enumerate() in /home/rudism/source/Ficdown/Ficdown.Parser/Player/GameTraverser.cs:line 66
at Ficdown.Parser.FicdownParser.ParseStory(String storyText) in /home/rudism/source/Ficdown/Ficdown.Parser/FicDownParser.cs:line 37
at Ficdown.Console.Program.Main(String[] args) in /home/rudism/source/Ficdown/Ficdown.Console/Program.cs:line 136


I do not understand what the error refers to.

When using ficdown by the command line I get the following error when it is "Parsing story ...": Unhandled Exception: System.Collections.Generic.KeyNotFoundException: The given key '' was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at Ficdown.Parser.Player.GameTraverser.ProcessState(StateQueueItem currentState) in /home/rudism/source/Ficdown/Ficdown.Parser/Player/GameTraverser.cs:line 147 at Ficdown.Parser.Player.GameTraverser.Enumerate() in /home/rudism/source/Ficdown/Ficdown.Parser/Player/GameTraverser.cs:line 66 at Ficdown.Parser.FicdownParser.ParseStory(String storyText) in /home/rudism/source/Ficdown/Ficdown.Parser/FicDownParser.cs:line 37 at Ficdown.Console.Program.Main(String[] args) in /home/rudism/source/Ficdown/Ficdown.Console/Program.cs:line 136 --- I do not understand what the error refers to.
ByFernanz commented 2019-03-02 20:06:04 -06:00 (Migrated from github.com)

Upps I'm sorry. This error occurs when this happens: [hello people] (?) When no variable is being evaluated.

Upps I'm sorry. This error occurs when this happens: [hello people] (?) When no variable is being evaluated.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rudism/ficdown#6
No description provided.