Error `Cannot read properties of null (reading 'prototype')`
I wanted to give a try, but the 31 urls return the same error. What did I do wrong?
```
$ px fuite https://***.com
Need to install the following packages:
fuite@5.0.8
Ok to proceed? (y) y
URL : https://***.com
Scenario : Default
Iterations: 7 (Default)
TEST RESULTS
--------------------
Test : Go to /*** and back
Failed : Cannot read properties of null (reading 'prototype')
TypeError: Cannot read properties of null (reading 'prototype')
at evaluate (evaluate at startTrackingCollections (file:///***/node_modules/fuite/src/metrics/collections/collections.js:18:14), <anonymous>:51:78)
at #evaluate (file:///***/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ExecutionContext.js:388:19)
at async ExecutionContext.evaluate (file:///***/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ExecutionContext.js:274:16)
at async IsolatedWorld.evaluate (file:///***/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/IsolatedWorld.js:97:16)
at async CdpFrame.evaluate (file:///***/node_modules/puppeteer-core/lib/esm/puppeteer/api/Frame.js:361:20)
at async CdpPage.evaluate (file:///***/node_modules/puppeteer-core/lib/esm/puppeteer/api/Page.js:818:20)
at async startTrackingCollections (file:///***/node_modules/fuite/src/metrics/collections/collections.js:18:3)
at async Object.beforeIterations (file:///***/node_modules/fuite/src/metrics/collections/index.js:15:32)
at async file:///***/node_modules/fuite/src/index.js:154:11
at async runWithCdpSession (file:///***/node_modules/fuite/src/index.js:109:13)
```
Setup:
npx 10.2.4
npm 10.2.4
node 20.11.0
Apple M2 Pro Sonoma 14.4.1 (Silicon chip)
关闭于 2025-08-12 2 条评论