breitbandmessung icon indicating copy to clipboard operation
breitbandmessung copied to clipboard

Not working anymore "could not find results for download" TimeoutError

Open dflvunoooooo opened this issue 1 year ago • 3 comments

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)

dflvunoooooo avatar Aug 29 '23 09:08 dflvunoooooo

For me it is:

Error starting puppeteer Error: Could not find Chromium (rev. 1056772). This can occur if either

  1. you did not perform an installation before running the script (e.g. npm install) or
  2. 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

bjajoh avatar Sep 19 '23 21:09 bjajoh

I'm having the same issue. Any solutions?

eogut avatar Jan 19 '24 22:01 eogut

I'm having the same issue.

SPN34 avatar Jan 23 '24 14:01 SPN34

Should be fixed in the new latest version of the container.

shiaky avatar Aug 02 '24 09:08 shiaky