henrywhitaker3 / Speedtest-Tracker

Continuously track your internet speed
GNU General Public License v3.0
1.52k stars 121 forks source link

[BUG] Speedtest not working anymore #1034

Open zackmuc opened 2 years ago

zackmuc commented 2 years ago

Speedtest seems not to work anymore, get only errors

To Reproduce Steps to reproduce the behavior:

  1. start speedtest
  2. check output page

Expected behavior speedtest should be successfully run

Screenshots image

Context

Additional context Add any other context about the problem here.

zackmuc commented 2 years ago

Log: Base path is unset AUTH variable not set. Disabling authentication Disabling authentication Clearing old jobs from queue [cont-init.d] 50-speedtest: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done.

Ookla collects certain data through Speedtest that may be considered personally identifiable, such as your IP address, unique device identifiers or location. Ookla believes it has a legitimate interest to share this data with internet providers, hardware manufacturers and industry regulators to help them understand and create a better and faster internet. For further information including how the data may be shared, where the data may be transferred and Ookla's contact details, please see our Privacy Policy at: http://www.speedtest.net/privacy

To accept the message please run speedtest interactively or use the following:

SAS-1 commented 2 years ago

hi the docker seems to stop working around every 29/30 days and you need to connect to the image and run a console command of

php /config/www/artisan speedtest:eula

this will then accept the EULA again and it will work - it's really annoying wish I could get it into the crontab to do it once a week!

4jb commented 2 years ago

Should be able to add it manually to the crontab list: crontab -e insert a new line with the following: 0 1 7 php /config/www/artisan speedtest:eula >> /config/log/speedtest/cron.log

That would run it every Sunday at 1am.

max1e6 commented 2 years ago

I am having a similar issue but running the php /config/www/artisan speedtest:eula does not work for me.

canepa commented 1 year ago

I had a similar problem, tried @SAS-1 and @4jb suggestions without resolving my problem. I entered my docker container console and tried to ping www.speedtest.net and found out it wasn't looking up DNS entries successfully. I manually edited the /etc.resolve.conf to my internet router and now it works fine.