printdotio / printio-api

Issues + wiki for the api. See http://print.io/api
0 stars 0 forks source link

Overlay image src for all Duvet Cover and Acrylic Trays product templates is broken link #10

Open gurustump opened 9 years ago

gurustump commented 9 years ago

To reproduce:

Send a request to https://api.print.io/api/v/1/source/api/producttemplates/ with the sku of any Single Image Duvet Cover or Acrylic Tray. In the data that is returned, the image URL located at Options[0].Spaces[0].Layers[0].OverlayImageUrl does not lead to an image file, but rather to what appears to be an XML file with an error report in it. Here is an example of one of the broken URLs:

https://az412349.vo.msecnd.net/product-duvetcovers/DuvetCover_TW_Luxe_68x88_WhiteBack_Overlay.png

and here is an example for Acrylic Trays:

https://az412349.vo.msecnd.net/product-acrylictrays/AcrylicTray_8.5x11_Overlay.png

bhox commented 9 years ago

@gurustump Will investigate and fix, thanks for posting