jwcha1030 / CS416_GroupProject

2 stars 1 forks source link

getFormattedCatalogDisplayImagesForCollectionItem() 404Not found bug #16

Closed jwcha1030 closed 3 years ago

jwcha1030 commented 3 years ago

I got 404 Not found bug as shown below:

Screen Shot 2020-12-24 at 11 54 12 PM

I am calling getFormattedCatalogDisplayImagesForCollectionItem() API call while calling hasCollectionItemCatalogDisplay() API. See the code below for details:

hasCollectionItemCatalogDisplay call is done first in the checkAndFetchCatalogImages function.

Screen Shot 2020-12-24 at 11 59 01 PM

Note that fetchCatalogImages(cd_id) is the API call for getFormattedCatalogDisplayImagesForCollectionItem:

Screen Shot 2020-12-24 at 11 59 13 PM
jwcha1030 commented 3 years ago

Let me know if the nested API call is the cause of the error.

Habced commented 3 years ago

i had a url typo. fixed

jwcha1030 commented 3 years ago

Unhandled rescode error when calling getFormattedCatalogDisplayImagesForCollectionItem