Hi guys !
I'm new on this forum and I'm also a beginner in programming and datascraping, so sorry if i ask some dumb questions. But I have a real issue with my Chrome webscraper extension.
MY OBJECTIVE : I'm trying to scrape some data from 24000 companies with start URL https://www.zonebourse.com/bourse/actions/.
THE ISSUE : I've run a small test using the Europe tab > France tab (850 companies) with start url https://www.zonebourse.com/bourse/actions/Europe-3/France-51/ and it worked perfectly well. However, when I try to run the sitemap with start url https://www.zonebourse.com/bourse/actions/ or even https://www.zonebourse.com/bourse/actions/Europe-3/ , the scraping stops before completion and I can't get any data.
Do you have any idea what's happening and how it could be fixed?
Thanks in advance,
Web Scraper version: 0.4.2
Chrome version: Version 83.0.4103.116 (64 bits)
OS: 64 bits
Sitemap:
{"_id":"zoneboursescraping","startUrl":["https://www.zonebourse.com/bourse/actions/Europe-3/"],"selectors":[{"id":"page2","type":"SelectorElementClick","parentSelectors":["_root"],"selector":".tabBodyLV17 tr:nth-of-type(n+2) td:nth-of-type(n+2)","multiple":true,"delay":"2000","clickElementSelector":"a.nPageEndTab","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueHTMLText"},{"id":"Link","type":"SelectorLink","parentSelectors":["page2"],"selector":"a","multiple":true,"delay":0},{"id":"Sector","type":"SelectorText","parentSelectors":["Link"],"selector":"a.link1","multiple":false,"regex":"","delay":0},{"id":"MarketCap","type":"SelectorText","parentSelectors":["Link"],"selector":".std_txt tr:nth-of-type(2) td.fvtCorps1:nth-of-type(5)","multiple":false,"regex":"","delay":0},{"id":"Revenue 2020","type":"SelectorText","parentSelectors":["Link"],"selector":".std_txt td:nth-of-type(1) tr:nth-of-type(1) .dfCur b","multiple":false,"regex":"","delay":0},{"id":"Revenue 2021","type":"SelectorText","parentSelectors":["Link"],"selector":"td:nth-of-type(2) tr:nth-of-type(1) .dfCur b","multiple":false,"regex":"","delay":0},{"id":"Capitalization","type":"SelectorText","parentSelectors":["Link"],"selector":"td:nth-of-type(3) .dfCur b","multiple":false,"regex":"","delay":0},{"id":"VE/CA 2020","type":"SelectorText","parentSelectors":["Link"],"selector":".Bord tr:nth-of-type(2) td > b","multiple":false,"regex":"","delay":0},{"id":"VE/CA2021","type":"SelectorText","parentSelectors":["Link"],"selector":".std_txt td tr:nth-of-type(3) td > b","multiple":false,"regex":"","delay":0},{"id":"Currency","type":"SelectorText","parentSelectors":["Link"],"selector":"td.fvCur","multiple":false,"regex":"","delay":0},{"id":"Net Income 2020","type":"SelectorText","parentSelectors":["Link"],"selector":".std_txt td:nth-of-type(1) tr:nth-of-type(2) .dfCur b","multiple":false,"regex":"","delay":0},{"id":"Net Income 2021","type":"SelectorText","parentSelectors":["Link"],"selector":"td:nth-of-type(2) tr:nth-of-type(2) .dfCur b","multiple":false,"regex":"","delay":0}]}
Error Message:
background_script.js:465 {"error":"{\"message\":\"Could not establish connection. Receiving end does not exist.\"}","method":"getWrappedHTML","request":"{\"method\":\"getWrappedHTML\",\"params\":[7134]}","stack":"Error\n at a.error (chrome-extension://jnhgnonknehpejjnehehllkliplmbmhn/background_script.js:468:35)\n at chrome-extension://jnhgnonknehpejjnehehllkliplmbmhn/background_script.js:27879:99","timestamp":1595527447,"level_name":"ERROR","message":"Failed to send message to chrome tab"}
log @ background_script.js:465
background_script.js:465 {"error":"{\"message\":\"Could not establish connection. Receiving end does not exist.\"}","method":"getElements","request":"{\"method\":\"getElements\",\"params\":[\".tabBodyLV17 tr:nth-of-type(n+2) td:nth-of-type(n+2)\",0]}","stack":"Error\n at a.error (chrome-extension://jnhgnonknehpejjnehehllkliplmbmhn/background_script.js:468:35)\n at chrome-extension://jnhgnonknehpejjnehehllkliplmbmhn/background_script.js:27879:99","timestamp":1595527448,"level_name":"ERROR","message":"Failed to send message to chrome tab"}
log @ background_script.js:465
background_script.js:465 {"error":"{\"message\":\"Could not establish connection. Receiving end does not exist.\"}","method":"getRootElement","request":"{\"method\":\"getRootElement\",\"params\":[]}","stack":"Error\n at a.error (chrome-extension://jnhgnonknehpejjnehehllkliplmbmhn/background_script.js:468:35)\n at chrome-extension://jnhgnonknehpejjnehehllkliplmbmhn/background_script.js:27879:99","timestamp":1595527450,"level_name":"ERROR","message":"Failed to send message to chrome tab"}
.