PennyDreadfulMTG / Penny-Dreadful-Tools

A suite of tools for the Penny Dreadful MTGO community
https://pennydreadfulmagic.com
MIT License
40 stars 28 forks source link

Nezumi Graverobber shows the same face twice instead of a flipped face in discord bot #1262

Closed vorpal-buildbot closed 6 years ago

vorpal-buildbot commented 7 years ago

Reported on Discord by bakert#2193

bakert commented 7 years ago

We had this before as #382 but we closed it because flip cards got fixed in mtgjson.

This is probably an oracle bug being persisted by mtgjson but I'll dig a little.

bakert commented 7 years ago

I feel like this implies that Oracle is not to blame:

screen shot 2017-08-24 at 12 17 52 pm
bakert commented 7 years ago

magic.bluebones.net/proxies returns the wrong image. So it's either mtgjson or magic.bluebones.net

bakert commented 7 years ago

OK, this is a magiccards.info bug. http://magiccards.info/scans/en/cmd/92b.jpg shows the Nezumi Graverobber on the top part. So we set up everything correctly all the way through to fetching the image from bluebones at which point we fetch http://magiccards.info/scans/en/cmd/92b.jpg and we get back the wrong thing from magiccards.info. I'll email Hannes.

bakert commented 7 years ago

It's a reprint-specific issue. This only happens on the Commander printing of Nighteyes the Desecrator on mci. Budoka Pupil (Release Events) version has the same problem. But original printing does not.

Total list of flip cards that are not flipped for the 'b' version:

Nezumi Graverobber (Commander) http://magiccards.info/scans/en/cmd/92b.jpg Budoka Pupil (Release Events) http://magiccards.info/scans/en/rep/3b.jpg

Emailed Hannes.

bakert commented 6 years ago

I logged this as https://github.com/mtgjson/mtgjson/issues/575 at mtgjson to get their take. I suspect this is a wontfix on their end but maybe they have other ideas.

bakert commented 6 years ago

We have moved to showing only one image for flip cards. We have control now at /image so if we want the old (but corrected) behavior we can add it whenever we want.