marvelsdb icon indicating copy to clipboard operation
marvelsdb copied to clipboard

Quicksilver alter ego not showing

Open alaintxu opened this issue 1 year ago • 3 comments

Quicksilver alter ego is not showing:

2024-11-19 21-53-33

Calling the API to hero card (14001a), we can see that it's linked_card.imagesrc is null:

{ 
   ...
   "linked_to_code":"14001b",
   "linked_to_name":"Pietro Maximoff",
   ...
   "url":"https:\/\/marvelcdb.com\/card\/14001a",
   "imagesrc":"\/bundles\/cards\/14001a.png",
   "linked_card":{
      ...
      "url":"https:\/\/marvelcdb.com\/card\/14001b",
      "imagesrc":null,
      "backimagesrc":null
   }
}

If we call to the alter ego card (14001b), it does not even have imagesrc parameter.

I checked Wasp (https://marvelcdb.com/api/public/card/13001b) and the parameter was there.

In the repo where you have the json files, I cannot see any place where imagesrc is set.

Best regards and thanks for your work!

alaintxu avatar Nov 19 '24 21:11 alaintxu

Something strange happens also with Apocalypses Villain.

These are the cards in Spanish, numbered 179a, 180a and 181a 2024-11-19 23-11-46

But some minions have the same numbering (Mister Sinister, The Shadow King and Abyss). I checked my cards, and they have the same numbering.

As they are the same ID as apocalypses, i suppose that you set 184, 185 and 186 to the villain, but on the web they are not showing images either.

alaintxu avatar Nov 19 '24 22:11 alaintxu

indeed the image 14001b.jpg is missing

mmougy avatar Jan 21 '25 17:01 mmougy

and the following images are missing too

45184a.jpg

45184b.jpg

45184c.jpg

45185a.jpg

45185b.jpg

45185c.jpg

45186a.jpg

45186b.jpg

45186c.jpg

mmougy avatar Jan 21 '25 17:01 mmougy