You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browsertime uses har-export-trigger to export HAR. I could export the HAR file when visiting some common sites: google.com, facebook.com, etc. But, I currently encounter Object.throwDecodedError when crawling some specific sites, such as: http://www.team.aero, http://bilimselbilisim.com, and http://jmlsg.org.uk. Note that all of these sites can be viewed/rendered normally in real Firefox browser.
The errors are shown as:
at Object.throwDecodedError (/usr/src/app/node_modules/selenium-webdriver/lib/error.js:550:15)
at parseHttpResponse (/usr/src/app/node_modules/selenium-webdriver/lib/http.js:560:13)
at Executor.execute (/usr/src/app/node_modules/selenium-webdriver/lib/http.js:486:26)
at process._tickCallback (internal/process/next_tick.js:68:7)
Browsertime uses
har-export-trigger
to export HAR. I could export the HAR file when visiting some common sites:google.com
,facebook.com
, etc. But, I currently encounterObject.throwDecodedError
when crawling some specific sites, such as:http://www.team.aero
,http://bilimselbilisim.com
, andhttp://jmlsg.org.uk
. Note that all of these sites can be viewed/rendered normally in real Firefox browser.The errors are shown as:
Original bug was filed here: sitespeedio/browsertime#636 (comment)
The text was updated successfully, but these errors were encountered: