jceddy / DailyArenaDeckAdvisor

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

Added a null or empty check for the card name before we try to use it. #179

Closed CTristan closed 4 years ago

CTristan commented 4 years ago

On startup it would get an unhandled exception. The problem is a null card in one of the decklists it tries to compare. I added a check for a null or empty card name and to ignore the deck if so.

It said existing Issue 175 was found but I don't think that issue is the exact same as this one. I attached the logs for verification of the error.

log2020041907.txt firstChanceExceptions2020041907.txt

CTristan commented 4 years ago

Realized I should have also included the post-fix logs, attached here.

log2020041907.txt firstChanceExceptions2020041907.txt