jceddy / DailyArenaDeckAdvisor

A Deck Advisor companion App for Magic Arena.
GNU General Public License v3.0
18 stars 7 forks source link

Unhandled Exception in loadTask (Window_Loaded - Main Application) #195

Closed jceddy closed 4 years ago

jceddy commented 4 years ago

An unhandled exception was detected.

Exception:

System.AggregateException: One or more errors occurred. ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary2.get_Item(TKey key) at DailyArena.Common.Core.Database.Card..ctor(Int32 arenaId, String name, Set set, String collectorNumber, String rarity, String colors, String fullName, Int32 rank, String type, String cost, Int32 cmc, String scryfallId) at DailyArena.Common.Core.Database.Card.CreateCard(Int32 arenaId, String name, String setName, String collectorNumber, String rarity, String colors, Int32 rank, String type, String cost, Int32 cmc, String scryfallId) at DailyArena.Common.Core.Database.CardDatabase.UpdateCardDatabase() at DailyArena.Common.Core.Database.CardDatabase.Initialize(Boolean useProtectedData) at DailyArena.DeckAdvisor.MainWindow.<Window_Loaded>b__89_0() at System.Threading.Tasks.Task.Execute() --- End of inner exception stack trace --- ---> (Inner Exception #0) System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary2.get_Item(TKey key) at DailyArena.Common.Core.Database.Card..ctor(Int32 arenaId, String name, Set set, String collectorNumber, String rarity, String colors, String fullName, Int32 rank, String type, String cost, Int32 cmc, String scryfallId) at DailyArena.Common.Core.Database.Card.CreateCard(Int32 arenaId, String name, String setName, String collectorNumber, String rarity, String colors, Int32 rank, String type, String cost, Int32 cmc, String scryfallId) at DailyArena.Common.Core.Database.CardDatabase.UpdateCardDatabase() at DailyArena.Common.Core.Database.CardDatabase.Initialize(Boolean useProtectedData) at DailyArena.DeckAdvisor.MainWindow.b__89_0() at System.Threading.Tasks.Task.Execute()<---

log2020060905.txt

output_log.txt

jceddy commented 4 years ago

This appears to be from an outdated version of the application.