Cant scrape scheduled events

HI,

Cant scrape scheduled races. Weird behaviour. Only scrapes 1 race.
It suppose to:
Go to gh today scheduled races, each and every one of them.
A) Go to "Form"
B) Scrape the data I need
C) Move on to the next race
D) go to form
E) Scrape the data I need
F) Move on to the next race etc.

Sitemap:
{"_id":"racingpost","startUrl":["Greyhound Bet | Greyhound Betting Web App from the Racing Post a","type":"SelectorLink"},{"id":"form","multiple":true,"parentSelectors":["link"],"selector":"a#cardTab-form","type":"SelectorLink"},{"id":"dog","multiple":true,"parentSelectors":["form"],"selector":".level div.runnerBlock","type":"SelectorElement"},{"id":"wwq","multiple":false,"parentSelectors":["dog"],"regex":"","selector":".gh strong","type":"SelectorText"},{"id":"wnt1","multiple":false,"parentSelectors":["dog"],"regex":"","selector":"tr:nth-of-type(2) td.c3","type":"SelectorText"},{"id":"wnt2","multiple":false,"parentSelectors":["dog"],"regex":"","selector":"tr:nth-of-type(3) td.c3","type":"SelectorText"},{"id":"wnt3","multiple":false,"parentSelectors":["dog"],"regex":"","selector":"tr:nth-of-type(4) td.c3","type":"SelectorText"},{"id":"wnt4","multiple":false,"parentSelectors":["dog"],"regex":"","selector":"tr:nth-of-type(5) td.c3","type":"SelectorText"},{"id":"wnt5","multiple":false,"parentSelectors":["dog"],"regex":"","selector":"tr:nth-of-type(6) td.c3","type":"SelectorText"},{"id":"caltm1","multiple":false,"parentSelectors":["dog"],"regex":"","selector":"tr:nth-of-type(2) td:nth-of-type(16)","type":"SelectorText"},{"id":"caltm2","multiple":false,"parentSelectors":["dog"],"regex":"","selector":"tr:nth-of-type(3) td:nth-of-type(16)","type":"SelectorText"},{"id":"caltm3","multiple":false,"parentSelectors":["dog"],"regex":"","selector":"tr:nth-of-type(4) td:nth-of-type(16)","type":"SelectorText"},{"id":"caltm4","multiple":false,"parentSelectors":["dog"],"regex":"","selector":"tr:nth-of-type(5) td:nth-of-type(16)","type":"SelectorText"},{"id":"caltm5","multiple":false,"parentSelectors":["dog"],"regex":"","selector":"tr:nth-of-type(6) td:nth-of-type(16)","type":"SelectorText"},{"id":"fin1","multiple":false,"parentSelectors":["dog"],"regex":"","selector":"tr:nth-of-type(2) td:nth-of-type(7)","type":"SelectorText"},{"id":"fin2","multiple":false,"parentSelectors":["dog"],"regex":"","selector":"tr:nth-of-type(3) td:nth-of-type(7)","type":"SelectorText"},{"id":"fin3","multiple":false,"parentSelectors":["dog"],"regex":"","selector":"tr:nth-of-type(4) td:nth-of-type(7)","type":"SelectorText"},{"id":"fin4","multiple":false,"parentSelectors":["dog"],"regex":"","selector":"tr:nth-of-type(5) td:nth-of-type(7)","type":"SelectorText"},{"id":"fin5","multiple":false,"parentSelectors":["dog"],"regex":"","selector":"tr:nth-of-type(6) td:nth-of-type(7)","type":"SelectorText"}]}

Bumping the topic. Maybe someone will be able to help.

@Doninio Hello, the JSON code of your sitemap is not valid, please, make sure to apply the preformatted text option when pasting your sitemap.


{"_id":"racingpost","startUrl":["https://greyhoundbet.racingpost.com/#meeting-list/"],"selectors":[{"id":"link","parentSelectors":["_root"],"type":"SelectorLink","selector":".appList a","multiple":true},{"id":"form","parentSelectors":["link"],"type":"SelectorLink","selector":"a#cardTab-form","multiple":false},{"id":"dog","parentSelectors":["form"],"type":"SelectorElement","selector":".level div.runnerBlock","multiple":true},{"id":"wwq","parentSelectors":["dog"],"type":"SelectorText","selector":".gh strong","multiple":false,"regex":""},{"id":"wnt1","parentSelectors":["dog"],"type":"SelectorText","selector":"tr:nth-of-type(2) td.c3","multiple":false,"regex":""},{"id":"wnt2","parentSelectors":["dog"],"type":"SelectorText","selector":"tr:nth-of-type(3) td.c3","multiple":false,"regex":""},{"id":"wnt3","parentSelectors":["dog"],"type":"SelectorText","selector":"tr:nth-of-type(4) td.c3","multiple":false,"regex":""},{"id":"wnt4","parentSelectors":["dog"],"type":"SelectorText","selector":"tr:nth-of-type(5) td.c3","multiple":false,"regex":""},{"id":"wnt5","parentSelectors":["dog"],"type":"SelectorText","selector":"tr:nth-of-type(6) td.c3","multiple":false,"regex":""},{"id":"caltm1","parentSelectors":["dog"],"type":"SelectorText","selector":"tr:nth-of-type(2) td:nth-of-type(16)","multiple":false,"regex":""},{"id":"caltm2","parentSelectors":["dog"],"type":"SelectorText","selector":"tr:nth-of-type(3) td:nth-of-type(16)","multiple":false,"regex":""},{"id":"caltm3","parentSelectors":["dog"],"type":"SelectorText","selector":"tr:nth-of-type(4) td:nth-of-type(16)","multiple":false,"regex":""},{"id":"caltm4","parentSelectors":["dog"],"type":"SelectorText","selector":"tr:nth-of-type(5) td:nth-of-type(16)","multiple":false,"regex":""},{"id":"caltm5","parentSelectors":["dog"],"type":"SelectorText","selector":"tr:nth-of-type(6) td:nth-of-type(16)","multiple":false,"regex":""},{"id":"fin1","parentSelectors":["dog"],"type":"SelectorText","selector":"tr:nth-of-type(2) td:nth-of-type(7)","multiple":false,"regex":""},{"id":"fin2","parentSelectors":["dog"],"type":"SelectorText","selector":"tr:nth-of-type(3) td:nth-of-type(7)","multiple":false,"regex":""},{"id":"fin3","parentSelectors":["dog"],"type":"SelectorText","selector":"tr:nth-of-type(4) td:nth-of-type(7)","multiple":false,"regex":""},{"id":"fin4","parentSelectors":["dog"],"type":"SelectorText","selector":"tr:nth-of-type(5) td:nth-of-type(7)","multiple":false,"regex":""},{"id":"fin5","parentSelectors":["dog"],"type":"SelectorText","selector":"tr:nth-of-type(6) td:nth-of-type(7)","multiple":false,"regex":""}]}

@Doninio Hello, it appears that your sitemap is missing one of the 'Link' navigation levels, it should be race ---> race details ---> card --> table extractor