missing cropped image
Closed this issue · 2 comments
joseehilton147 commented
this card give's 404 when click on cropped image.
The0mbudsman commented
There are many where the cropped image isnt available yet, usually new OCG releases, eg: https://ygoprodeck.com/card/despian-luluwalilith-13690
There's no manifest available in the API, and no entries to indicate whether images exist, so your best option is to query the cropped image endpoint and check if the response contains a valid image.
joseehilton147 commented
yep, im doing this, im uploading cropped images to a cdn to release the API request and saving a status sucess or error when cropped isnt available.