Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Images of my cards are missing #48

Open
pca2 opened this issue Jan 17, 2023 · 2 comments
Open

Bug: Images of my cards are missing #48

pca2 opened this issue Jan 17, 2023 · 2 comments
Labels
Bug Something isn't working UI / UX User Interface / User Experience / Usability

Comments

@pca2
Copy link

pca2 commented Jan 17, 2023

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?

@riQQ riQQ added Bug Something isn't working UI / UX User Interface / User Experience / Usability labels Jan 18, 2023
@pca2
Copy link
Author

pca2 commented Jan 29, 2023

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
Copy link
Contributor

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working UI / UX User Interface / User Experience / Usability
Projects
None yet
Development

No branches or pull requests

3 participants