Fails to scrape any pages on site (Error: timeout: tabNetworkStatusLoadedPromise)

Web Scraper version: 0.4.1
Chrome version: 75.0.3770.100
OS: Mac OS X

Sitemap:

{"_id":"cookstest","startUrl":["https://www.cooksillustrated.com/recipes/browse"],"selectors":[{"id":"recipelinks","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"a.result__image-link","multiple":true,"delay":0,"clickElementSelector":"img.result-image-container__img","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"title","type":"SelectorText","parentSelectors":["recipelinks"],"selector":"h1","multiple":false,"regex":"","delay":0}]}

Every page on that site fails with the same error (Error: timeout: tabNetworkStatusLoadedPromise).
I poked into the background script code and noticed chrome.webRequest.onBeforeRequest and chrome.webRequest.onCompleted are not called for any page on that site. I wonder if the site is doing a redirect to a data:// URL that is causing it to not get the onCompleted callback, or has some other script/element that is preventing it from working on any page on that site.

Error Message:

{"url":"https://www.cooksillustrated.com/recipes/browse","timestamp":1561568370,"level_name":"INFO","message":"Job execution started"}
VM15 background_script.js:465 {"url":"https://www.cooksillustrated.com/recipes/browse","parentSelector":"_root","sitemapName":"cookstest","driver":"chrometab","error":"Error: timeout: tabNetworkStatusLoadedPromise","stack":"Error: timeout: tabNetworkStatusLoadedPromise\n    at chrome-extension://jnhgnonknehpejjnehehllkliplmbmhn/background_script.js:541:27","timestamp":1561568400,"level_name":"NOTICE","message":"Job execution failed"}
VM15 background_script.js:465 {"timestamp":1561568400,"level_name":"PROFILE","message":"30072 ms job execution"}
VM15 background_script.js:465 {"url":"https://www.cooksillustrated.com/recipes/browse","timestamp":1561568400,"level_name":"INFO","message":"Syncing storage because a job failed"}
VM15 background_script.js:465 {"timestamp":1561568400,"level_name":"INFO","message":"Scraper execution is finished"}