Latest Git version requests missing cards:
Attempting to fetch: https://api.scryfall.com/cards/bro/163a/en?format=image&version=normal&face=front
Failed to download card [C:\Users\C\AppData\Local\Forge\Cache\pics\cards\BRO\Phyrexian Dragon Engine.full.jpg] image: Can't get input stream from URL!
Attempting to fetch: https://api.scryfall.com/cards/bro/163a/?format=image&version=normal&face=front
Failed to download card [C:\Users\C\AppData\Local\Forge\Cache\pics\cards\BRO\Phyrexian Dragon Engine.full.jpg] image: Can't get input stream from URL!
Warning: default (ie. inherited from base class) implementation of chooseSingleCard is used by Mishra, Claimed by Gix for forge.ai.ability.MeldAi. Consider declaring an overloaded method
Warning: default (ie. inherited from base class) implementation of chooseSinglePlayer is used by Mishra, Claimed by Gix for forge.ai.ability.MeldAi. Consider declaring an overloaded method
{
"object": "error",
"code": "not_found",
"status": 404,
"details": "No card found with the given ID or set code and collector number."
}
Removing the a fixes the download URL: https://api.scryfall.com/cards/bro/163/en?format=image&version=normal&face=front works.
Latest Git version requests missing cards:
{ "object": "error", "code": "not_found", "status": 404, "details": "No card found with the given ID or set code and collector number." }Removing the
afixes the download URL: https://api.scryfall.com/cards/bro/163/en?format=image&version=normal&face=front works.