Webscraper not showing scraped data

Hi there,

After updating from Windows 7 ultimate service pack 1 to Windows 10 Pro, webscraper stopped showing scraped data although it says "scraping finished". I don't know whether updating my operating system has anything to do with it.

Regards,

Web Scraper version: 0.4.1
Chrome version: 76.0.3809.100
OS: Windows 10 Pro, 64 bit

Sitemap:

{"_id":"cdkeys","startUrl":["https://www.trustpilot.com/review/www.cdkeys.com"],"selectors":[{"id":"item","type":"SelectorElement","parentSelectors":["_root"],"selector":"article[data-review-is-reported='false']","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["item"],"selector":"div.consumer-information__name","multiple":false,"regex":"","delay":0},{"id":"review","type":"SelectorText","parentSelectors":["item"],"selector":"p","multiple":false,"regex":"","delay":0}]}

Error Message:

Event handler of 'fetch' event must be added on the initial evaluation of worker script.
listen @ sw.js:1

To access error messages follow these steps:

  1. Open chrome://extensions/ or go to manage extensions
  2. Enable “developer mode” at the top right
  3. Open Web Scrapers “background page”
  4. A new popup window should appear.
  5. Go to “Console” tab. You should see Web Scraper log messages and errors there.