Some images url are not scrapped

Hello,

I'm trying to scrap reezocar.com but when there is some missing image URL.

In the data preview, everything is ok : https://imgur.com/a/EDABAby

Contrary to the result : https://imgur.com/a/ItumWRU

Anyone know how to solve this problem?

Thank you!

Url:
https://www.reezocar.com/occasion/volkswagen-t5.html?page=138

Sitemap:
{"_id":"vt5","startUrl":["https://www.reezocar.com/occasion/volkswagen-t5.html?page=138"],"selectors":[{"id":"wrapper","type":"SelectorElement","parentSelectors":["_root"],"selector":"div.adCardOuter_htukl8","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["wrapper"],"selector":"div[itemprop='name']","multiple":false,"regex":"","delay":0},{"id":"image","type":"SelectorImage","parentSelectors":["wrapper"],"selector":"img","multiple":false,"delay":0},{"id":"vehicleTransmission","type":"SelectorText","parentSelectors":["wrapper"],"selector":"span[itemprop='vehicleTransmission']","multiple":false,"regex":"","delay":0},{"id":"fuelType","type":"SelectorText","parentSelectors":["wrapper"],"selector":"span[itemprop='fuelType']","multiple":false,"regex":"","delay":0},{"id":"mileageFromOdometer","type":"SelectorText","parentSelectors":["wrapper"],"selector":"[itemprop='mileageFromOdometer'] span","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["wrapper"],"selector":"div.price_1asaejh","multiple":false,"regex":"","delay":0}]}

Your sitemap structure look OK, but this site uses lazy-loading, so you will need a scroller. It probably works in preview becos you had already scrolled down:

{"_id":"forum-reezocar-b","startUrl":["https://www.reezocar.com/occasion/volkswagen-t5.html?page=138"],"selectors":[{"id":"Scroll page first","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"div.adCardOuter_htukl8:nth-of-type(even)","multiple":true,"delay":"3500"},{"id":"wrapper","type":"SelectorElement","parentSelectors":["_root"],"selector":"div.adCardOuter_htukl8","multiple":true },{"id":"name","type":"SelectorText","parentSelectors":["wrapper"],"selector":"div[itemprop='name']","multiple":false,"regex":"" },{"id":"image","type":"SelectorImage","parentSelectors":["wrapper"],"selector":"img","multiple":false },{"id":"vehicleTransmission","type":"SelectorText","parentSelectors":["wrapper"],"selector":"span[itemprop='vehicleTransmission']","multiple":false,"regex":"" },{"id":"fuelType","type":"SelectorText","parentSelectors":["wrapper"],"selector":"span[itemprop='fuelType']","multiple":false,"regex":"" },{"id":"mileageFromOdometer","type":"SelectorText","parentSelectors":["wrapper"],"selector":"[itemprop='mileageFromOdometer'] span","multiple":false,"regex":"" },{"id":"price","type":"SelectorText","parentSelectors":["wrapper"],"selector":"div.price_1asaejh","multiple":false,"regex":"" }]}