Cant created deeper Parent selectors

Web Scraper version: 0.5.4
Chrome version: Version 86.0.4240.198 (Official Build) (x86_64)
OS: MacOs Catalina 10.15.4

Sitemap:

{"_id":"austria_tipico_bundesliga","startUrl":["https://www.oddsportal.com/soccer/austria/tipico-bundesliga/results/"],"selectors":[{"id":"season","type":"SelectorLink","parentSelectors":["_root"],"selector":".main-menu-gray a","multiple":true,"delay":0},{"id":"games","type":"SelectorElementClick","parentSelectors":["season"],"selector":"table.table-main","multiple":false,"delay":2000,"clickElementSelector":"a:nth-of-type(n+3) span","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"Time","type":"SelectorText","parentSelectors":["games"],"selector":"td.table-time","multiple":true,"regex":"","delay":0},{"id":"Name","type":"SelectorText","parentSelectors":["games"],"selector":".name a","multiple":true,"regex":"","delay":0},{"id":"Result","type":"SelectorText","parentSelectors":["games"],"selector":"td.bold","multiple":true,"regex":"","delay":0}]}

Error Message:

initial configuration Object
background_script.js:19847 initializing Background Script message listener
background_script.js:66 {"error":"[object Object]","request":"{\"method\":\"selectSelector\",\"params\":[{\"parentCSSSelector\":\"\",\"allowedElements\":\"*\"}]}","stack":"Error\n    at o.error (chrome-extension://jnhgnonknehpejjnehehllkliplmbmhn/background_script.js:69:79)\n    at chrome-extension://jnhgnonknehpejjnehehllkliplmbmhn/background_script.js:29677:39","timestamp":1605577571,"level_name":"ERROR","message":"Failed to send message to chrome tab"}
log @ background_script.js:66
background_script.js:29929 Uncaught (in promise) Error: Attempting to use a disconnected port object
    at t.Dispatcher.noPortResponse (background_script.js:29929)
    at t.Dispatcher.<anonymous> (background_script.js:29924)
    at Generator.throw (<anonymous>)
    at s (background_script.js:29857)
background_script.js:66 {"timestamp":1605577860,"level_name":"PROFILE","message":"14948 DataExtractor getData"}
background_script.js:19972 data extractor data Array(245)
206Error in event handler: TypeError: Cannot read property 'tabId' of undefined
    at r.isRequestMonitored (<URL>)
    at r.wrOnBeforeRequest (<URL>)
196Error in event handler: TypeError: Cannot read property 'tabId' of undefined
    at r.isRequestMonitored (<URL>)
    at r.wrOnHeadersReceived (<URL>)
195Error in event handler: TypeError: Cannot read property 'tabId' of undefined
    at r.isRequestMonitored (<URL>)
    at r.wrOnResponseStarted (<URL>)
186Error in event handler: TypeError: Cannot read property 'tabId' of undefined
    at r.isRequestMonitored (<URL>)
    at r.wrOnCompleted (<URL>)
247Error in event handler: TypeError: Cannot read property 'tabId' of undefined
    at s.tabOnUpdated (<URL>)
17Error in event handler: TypeError: Cannot read property 'tabId' of undefined
    at r.isRequestMonitored (<URL>)
    at r.wrOnErrorOccurred (<URL>)
_generated_background_page.html:1 Error in event handler: TypeError: Cannot read property 'tabId' of undefined
    at r.isRequestMonitored (chrome-extension://jnhgnonknehpejjnehehllkliplmbmhn/background_script.js:28834:141)
    at r.wrOnBeforeRedirect (chrome-extension://jnhgnonknehpejjnehehllkliplmbmhn/background_script.js:28854:23)
background_script.js:66 {"timestamp":1605578178,"level_name":"PROFILE","message":"16028 DataExtractor getData"}
background_script.js:19972 data extractor data Array(720)
background_script.js:66 {"timestamp":1605578210,"level_name":"PROFILE","message":"14945 DataExtractor getData"}
background_script.js:19972 data extractor data Array(195)
48 log entries are not shown.

I cannot go deeper than level 3 with my selectors, meaning

root->seasons->games then if i want to create another parent selector and click into it, i cannot pick it from parent selectors in the list.