Good afternoon, a sitemap that I've used for months now (last time it was working was two days ago) has stopped scraping any data, meaning that it starts scraping as usual, but exporting the data produces an empty spreadsheet.
Getting a preview from the selector works perfectly fine, the data is all there as usual, it's just the final result that comes out empty.
I'm clueless to how to solve or even troubleshoot the problem other than what I've already done (checking the selectors element and data preview, remaking the sitemap from scratch).
Url: https://www.albumoftheyear.org/2024/releases/august-08.php?type=lp&s=critic&reviews=1
Sitemap:
{"_id":"AOTY_monthly","startUrl":["https://www.albumoftheyear.org/2024/releases/august-08.php?type=lp&s=critic&reviews=1"],"selectors":[{"id":"elemt","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"div.largeButton","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickMore","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"div.albumBlock"},{"id":"artist","parentSelectors":["elemt"],"type":"SelectorText","selector":"div.artistTitle","multiple":false,"regex":""},{"id":"album","parentSelectors":["elemt"],"type":"SelectorText","selector":"div.albumTitle","multiple":false,"regex":""},{"id":"link","parentSelectors":["elemt"],"type":"SelectorLink","selector":"a:nth-of-type(2)","multiple":false,"linkType":"linkFromHref"},{"id":"genre","parentSelectors":["link"],"type":"SelectorText","selector":"div.detailRow:nth-of-type(5)","multiple":false,"regex":""},{"id":"label","parentSelectors":["link"],"type":"SelectorText","selector":"div.detailRow:nth-of-type(4) a","multiple":false,"regex":""},{"id":"date","parentSelectors":["link"],"type":"SelectorText","selector":"div.detailRow:nth-of-type(2)","multiple":false,"regex":""},{"id":"crit","parentSelectors":["link"],"type":"SelectorText","selector":"[itemprop='ratingValue'] a","multiple":false,"regex":""},{"id":"user","parentSelectors":["link"],"type":"SelectorText","selector":".albumUserScore a","multiple":false,"regex":""},{"id":"critic_count","parentSelectors":["link"],"type":"SelectorText","selector":"span[itemprop='reviewCount']","multiple":false,"regex":""},{"id":"user_count","parentSelectors":["link"],"type":"SelectorText","selector":".numReviews a strong","multiple":false,"regex":""},{"id":"boh","parentSelectors":["link"],"type":"SelectorText","selector":"div.wideLeft","multiple":false,"regex":""},{"id":"format","parentSelectors":["link"],"type":"SelectorText","selector":"div.detailRow:nth-of-type(3)","multiple":false,"regex":""}]}