breitbandmessung
breitbandmessung copied to clipboard
Not working anymore "could not find results for download" TimeoutError
It stopped to work. If I try to measure the internet speed, it gets a time out error. Here is the log:
docker run -v $PWD/messprotokolle:/export/ shiaky/breitbandmessung:latest
PREPARING SPEEDTEST
RUNNING SPEEDTEST
could not find results for download
TimeoutError: Waiting for selector `#root > div > div > div > div > div.messung-options.col.col-12.text-md-right > button.px-0.px-sm-4.btn.btn-link` failed: Waiting failed: 300000ms exceeded
at Timeout.<anonymous> (/usr/src/app/node_modules/puppeteer-core/lib/cjs/puppeteer/common/WaitTask.js:64:32)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
For me it is:
Error starting puppeteer Error: Could not find Chromium (rev. 1056772). This can occur if either
- you did not perform an installation before running the script (e.g.
npm install
) or - your cache path is incorrectly configured (which is: /root/.cache/puppeteer). For (2), check out our guide on configuring puppeteer at https://pptr.dev/guides/configuration. at ChromeLauncher.resolveExecutablePath (/usr/src/app/node_modules/puppeteer-core/lib/cjs/puppeteer/node/ProductLauncher.js:120:27) at ChromeLauncher.executablePath (/usr/src/app/node_modules/puppeteer-core/lib/cjs/puppeteer/node/ChromeLauncher.js:166:25) at ChromeLauncher.launch (/usr/src/app/node_modules/puppeteer-core/lib/cjs/puppeteer/node/ChromeLauncher.js:70:37) at async /usr/src/app/index.js:46:21
I'm having the same issue. Any solutions?
I'm having the same issue.
Should be fixed in the new latest version of the container.