mtgatool / mtgatool-desktop

https://mtgatool.com
GNU General Public License v3.0
86 stars 5 forks source link

Bug: Images of my cards are missing #48

Open pca2 opened 1 year ago

pca2 commented 1 year ago

All of the images for my cards seem to be broken, in all parts of the app. Here's a screenshot:

Screen Shot 2023-01-16 at 10 21 47 PM

This doesn't seem to be a problem for opponent's cards in the match history. Any clues as to what the issue might be?

pca2 commented 1 year ago

I looked at this a bit further in the web app and is appears that there's a mismatch with the scryfall API: this is the api call attempted to be made for the "Wall of Runes" card: https://api.scryfall.com/cards/ana/37?format=image&version=art_crop, but that returns a 404. That card is apart of the Arena starter decks, but I think the correct API call is https://api.scryfall.com/cards/m21/25?format=image&version=art_crop or something similar. This issue doesn't appear to be a problem for non-starter decks, so maybe it's just isolated to those.

Manwe-777 commented 1 year ago

Hey! sorry for the late response, the cards you can't see here are from ´anb´ set, which has some very strange collector card ids, which we use to map cards with scryfall.. I have sent them over the correct card ids but unfortunately their database does not support multiple, repeating cids on the same set like MTGA does on ANB. Ill have to be creative and find a way to fix it specifically for this set !