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) #255

Closed jceddy closed 3 years ago

jceddy commented 3 years ago

An unhandled exception was detected.

Exception:

System.AggregateException: One or more errors occurred. ---> System.FormatException: String was not recognized as a valid DateTime. at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at DailyArena.Common.Core.Database.CardDatabase.UpdateCardDatabase() at DailyArena.Common.Core.Database.CardDatabase.Initialize(Boolean useProtectedData) at DailyArena.DeckAdvisor.MainWindow.b94_0() at System.Threading.Tasks.Task.Execute() --- End of inner exception stack trace --- ---> (Inner Exception #0) System.FormatException: String was not recognized as a valid DateTime. at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at DailyArena.Common.Core.Database.CardDatabase.UpdateCardDatabase() at DailyArena.Common.Core.Database.CardDatabase.Initialize(Boolean useProtectedData) at DailyArena.DeckAdvisor.MainWindow.b94_0() at System.Threading.Tasks.Task.Execute()<---

%log2021051818.txt%

%Player.log%

aermak commented 3 years ago

updater.txt log2021052816.txt firstChanceExceptions2021052816.txt

sepam21 commented 3 years ago

The same thing started happening again yesterday :( log2021052910.txt firstChanceExceptions2021052910.txt

riflettosamente commented 3 years ago

appeared after Anthology 5 update on MTG Arena

Beldalin commented 3 years ago

Same issue here after installing the 64bit client (unterminated string, delimiter expected).

jceddy commented 3 years ago

FYI, I am looking into this now (have reproduced on my machine).

jceddy commented 3 years ago

It looks like the card library json file on the server got corrupted...it truncates early. Seeing if I can fix it now.

jceddy commented 3 years ago

Okay, this should be fixed now, can someone verify?

Beldalin commented 3 years ago

Works fine now, thank you

KALRONG commented 3 years ago

Works fine now, thank you

Just checked and it seems to be working just fine now :)

jceddy commented 3 years ago

Looks like it's fixed.