Not Getting Items after Scroll Down Refresh and CSV Missing Values

Describe the problem.
Hi Guys,

I am trying to retrieve data from Vivino.com, which involved over 5,000 wines but to see all of them one must scroll down and refresh/ load the wines. I can't seem to get the scraper to grab all the wines. Furthermore, when I export the CSV the data points are not properly aligned and seems to be missing some values. Each CSV only contains 126 rows. Has anyone seen a similar issue and have possible solutions?

Thanks

https://www.vivino.com/explore?e=eJzLLbI1VMvNzLM1NFDLTaywNTUwUEuutC0tVisAShTbJieqlSXblhSVpqqVl0THAsWKgKSRCQDv6BF_

Sitemap:
{"_id":"vivino","startUrl":["https://www.vivino.com/explore?e=eJzLLbI1VMvNzLM1NFDLTaywNTUwUEuutC0tVisAShTbJieqlSXblhSVpqoVRcfaGpkAAHnOD0g="],"selectors":[{"id":"Winery","type":"SelectorText","selector":"span.wine-card__header__winery","parentSelectors":["_root"],"multiple":true,"regex":"","delay":0},{"id":"Wine","type":"SelectorText","selector":"span.wine-card__header__wine","parentSelectors":["_root"],"multiple":true,"regex":"","delay":0},{"id":"Average Rating","type":"SelectorText","selector":"div.statistics-item:nth-of-type(1) div.statistics-item__content__value","parentSelectors":["_root"],"multiple":true,"regex":"","delay":0},{"id":"Average Price","type":"SelectorText","selector":"div.statistics-item__content__value span.price","parentSelectors":["_root"],"multiple":true,"regex":"","delay":0},{"id":"Region","type":"SelectorText","selector":"div.location a:nth-of-type(3)","parentSelectors":["_root"],"multiple":true,"regex":"","delay":0}]}

Also receiving this error when inspecting,

Failed to load resource: net::ERR_SPDY_PROTOCOL_ERROR

You can fix the mismatching data problem with element selector. Read more here:

To scroll down the page just replace the element selectors type to element scroll selector and add a delay.