Link selector doesnt always work after it clicked previous one

Hello

Cant find solution. Very easy sitemap. I have multiple links, after scraper goes to that link he should click second one and scrape text. Somewhy if I do multiple initial links, it scrapes only 15-20% of them (I can see that scraper only sometimes goes after second link). I tried those links separately which didnt go through and those worked if one by one. I tried to select element where the second link is and didnt help.

Thank you for your answers

Sitemap:

{"_id":"event","startUrl":["https://www.hltv.org/results?offset=100"],"selectors":[{"id":"match_link","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.result-con:nth-of-type(n+2) a","multiple":true,"delay":0},{"id":"event_link","type":"SelectorLink","parentSelectors":["match_link"],"selector":"div.event a","multiple":false,"delay":0},{"id":"location","type":"SelectorText","parentSelectors":["event_link"],"selector":"span.text-ellipsis","multiple":false,"regex":"","delay":0}]}