Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imports from DelverLens (or exports where names include // for reprints) fail to upload due to using original card name #60

Open
Issacchaos opened this issue May 12, 2024 · 0 comments

Comments

@Issacchaos
Copy link

Currently uploading a csv with any of the following fails due to the friendly card name being invalid rather than using the card ID number as an override for when the failure occurs.

Could not find card named "Balin's Tomb // Ancient Tomb" in edition "LTC". on line 123
Could not find card named "Morgul-Knife // Shadowspear" in edition "LTC". on line 397
Could not find card named "Dennick, Pious Apprentice // Dennick, Pious Apparition" in edition "PCTB". on line 471
Could not find card named "Tovolar's Huntmaster // Tovolar's Packleader" in edition "PCTB". on line 548
Could not find card named "Elessar, the Elfstone // Cloudstone Curio" in edition "LTC". on line 807
Could not find card named "Green Dragon Inn // Homeward Path" in edition "LTC". on line 811
Could not find card named "Green Dragon Inn // Homeward Path" in edition "LTC". on line 812
Could not find card named "The Dead Marshes // Urborg, Tomb of Yawgmoth" in edition "LTC". on line 814
Could not find card named "Assaultron Invader // Walking Ballista" in edition "PIP". on line 820
Could not find card named "Toxic Sheepsquatch // Gemrazer" in edition "PIP". on line 822
Could not find card named "Toxic Sheepsquatch // Gemrazer" in edition "PIP". on line 823
Could not find card named "Tower of Cirith Ungol // Urborg" in edition "LTC". on line 907
Could not find card named "Destoroyah, Perfect Lifeform // Everquill Phoenix" in edition "IKO". on line 1049
Could not find card named "Isengard, Saruman's Fortress // Boseiju, Who Shelters All" in edition "LTC". on line 1144
Could not find card named "Meduseld, Golden Hall of Edoras // Castle Ardenvale" in edition "LTC". on line 1145
Could not find card named "Gigan, Cyberclaw Terror // Gyruda, Doom of Depths" in edition "IKO". on line 1156
Could not find card named "Helm's Deep // Shinka, the Bloodsoaked Keep" in edition "LTC". on line 1494
Could not find card named "Helm's Deep // Shinka, the Bloodsoaked Keep" in edition "LTC". on line 1495
Could not find card named "Redhorn Pass // Mouth of Ronom" in edition "LTC". on line 1564
Could not find card named "Ruzka, Terror of Point Lookout // Ayula, Queen Among Bears" in edition "PIP". on line 1575
Could not find card named "Ruzka, Terror of Point Lookout // Ayula, Queen Among Bears" in edition "PIP". on line 1576
Could not find card named "West Tek Tyrant // Grave Titan" in edition "PIP". on line 1578
Could not find card named "Nykthos Paragon" in edition "PAGL". on line 1622
Could not find card named "Thought Vessel" in edition "PW22". on line 1730
Could not find card named "Mothra, Supersonic Queen // Luminous Broodmoth" in edition "IKO". on line 1759
Could not find card named "Bag End // Horizon Canopy" in edition "LTC". on line 1879
Could not find card named "Scrounging Deathclaw // Tarmogoyf" in edition "PIP". on line 1958
Could not find card named "Specimen 73 // Hornet Queen" in edition "PIP". on line 1959
Could not find card named "Anguirus, Armored Killer // Gemrazer" in edition "IKO". on line 2035
Could not find card named "Angelic Field Marshal" in edition "PAGL". on line 2053
Could not find card named "King Caesar, Ancient Guardian // Huntmaster Liger" in edition "IKO". on line 2130
Could not find card named "King Caesar, Ancient Guardian // Huntmaster Liger" in edition "IKO". on line 2131
Could not find card named "Yusri, Fortune's Flame" in edition "PHED". on line 2174
Could not find card named "Prime Mirelurk Queen // Hullbreaker Horror" in edition "PIP". on line 2243

Noting Balin's Tomb -> Ancient tomb (and many others) work once you modify the string to be more akin to...
"1","Ancient Tomb","LTC","","","","357"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant