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

Command failed with KeyError: !spoiler Some Disassembly Required #1639

Closed vorpal-buildbot closed 6 years ago

vorpal-buildbot commented 6 years ago
Traceback (most recent call last):
  File "/home/discord/Penny-Dreadful-Discord-Bot/discordbot/command.py", line 50, in handle_command
    await method(Commands, bot, message.channel, args, message.author)
  File "/home/discord/Penny-Dreadful-Discord-Bot/discordbot/command.py", line 373, in spoiler
    fetcher.internal.store(sfcard['image_uri'], imagepath)
KeyError: 'image_uri'

Reported on Discord by Yasuhiko#9168

bakert commented 6 years ago

Is this related to the bug I fixed in StackIt where Scryfall moved to a dict of image uris for various sizes instead of single uri? Probably.

bakert commented 6 years ago

It was/is that. Fix is 5cca78f.