jeandeaual / tts-deckconverter

Generate card decks for Tabletop Simulator.
MIT License
39 stars 5 forks source link

Tool crashes with this deck from deckstats.net #6

Closed Aznlilly closed 3 years ago

Aznlilly commented 4 years ago

When I run the tool, it silently crashes with no errors and nothing in the log while trying to import this deck:

https://deckstats.net/decks/161156/1763076-kaalia-stax

jeandeaual commented 4 years ago

According to the console log, this deck fails on the Valakut Awakening card. It seems that we don't handle modal double-faced cards properly.

jeandeaual commented 4 years ago

Currently waiting for https://github.com/BlueMonday/go-scryfall/pull/24 to be merged.

jeandeaual commented 4 years ago

@Aznlilly86 I made a fix in 7f9b671dcbde42a08462466b57969f7d59656efa, which is available as part of v0.6. With this, https://deckstats.net/decks/161156/1763076-kaalia-stax is now properly generated for me. Please let me know if it fixed your issue.

jeandeaual commented 3 years ago

@Aznlilly86 A fix has been published, so I'm closing this issue. Feel free to re-open it if it wasn't solved for you.