kelesi / mtga-utils

Magic the Gathering: Arena related stuff (Card collection export)
MIT License
53 stars 13 forks source link

Core 2019 SetID Not Correct for a few cards #9

Closed seannyfunco closed 5 years ago

seannyfunco commented 5 years ago

Following cards should be listed with a setID of "M19"

Line 168: Unknown card: 'Immortal Phoenix, G18'. Line 535: Unknown card: 'Angelic Guardian, G18'. Line 637: Unknown card: 'Vengeant Vampire, G18'. Line 661: Unknown card: 'Rampaging Brontodon, G18'. Line 813: Unknown card: 'Angler Turtle, G18'.

kelesi commented 5 years ago

Thanks for reporting. Can you please provide the mtga ids of these cards from your collection?

kelesi commented 5 years ago

Seems like this is from ScryFall. G18 is "M19 Gift Pack" (Vengeant Vampire) The card is not in python-mtga. I will report this to them. In the meantime I will prepare a mapping from G18 to M19 in the ScryFall fetching.

kelesi commented 5 years ago

Scryfall workaround added in 0.2.5 and build. Please check and let me know as I do not have these cards.

seannyfunco commented 5 years ago

Imports are now completing clean. Thanks for your help!