Speedtest-Tracker
Speedtest-Tracker copied to clipboard
[BUG] Speedtest not working anymore
Speedtest seems not to work anymore, get only errors
To Reproduce Steps to reproduce the behavior:
- start speedtest
- check output page
Expected behavior speedtest should be successfully run
Screenshots

Context
- OS: Docker
- Speedtest-Tracker Version:
Additional context Add any other context about the problem here.
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:
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!
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.
I am having a similar issue but running the php /config/www/artisan speedtest:eula does not work for me.
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.