crobertsbmw / deckofcards

An API to simulate a deck of cards
MIT License
1.34k stars 335 forks source link

Unable to fetch image for 10's via https://deckofcardsapi.com/static/img/10H.png or any other suit #75

Closed gberg1 closed 4 years ago

gberg1 commented 4 years ago

Hi thanks for the great api. I've been able to fetch all the images for the cards except for the number 10. I get a 404 error for every suit but am using the same api url as for the other cards such as

https://deckofcardsapi.com/static/img/10H.png https://deckofcardsapi.com/static/img/10C.png https://deckofcardsapi.com/static/img/10S.png https://deckofcardsapi.com/static/img/10D.png

Please advise! These seem to be the only images missing.

crobertsbmw commented 4 years ago

Instead of 10H.png try 0H.png

On Sat, Mar 28, 2020 at 4:59 PM David Goldberg notifications@github.com wrote:

Hi thanks for the great api. I've been able to fetch all the images for the cards except for the number 10. I get a 404 error for every suit but am using the same api url as for the other cards such as

https://deckofcardsapi.com/static/img/10H.png https://deckofcardsapi.com/static/img/10C.png https://deckofcardsapi.com/static/img/10S.png https://deckofcardsapi.com/static/img/10D.png

Please advise! These seem to be the only images missing.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crobertsbmw/deckofcards/issues/75, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMQLHQEB5UM4NFLQPGXX3DRJZ6LZANCNFSM4LVXX6YQ .

gberg1 commented 4 years ago

Thanks