-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speedtest batch failed for unknown reasons #1975
Comments
I reverted to 1.0.2 and I am able to run Speedtests again |
@AlliedMineral what frequency are you running tests? |
Had the same issue, reverted back to 1.0.2 and can report the speed tests are running again. @alexjustesen If it helps, I have the tests running every hour. |
I had set them to run hourly, (0 * * * *) but beginning with the scheduled test on 1/6/2024 at 01:00 all of the scheduled tests failed. The test at 00:00 was successful. Manually queued tests that I attempted to run this morning after discovering this issue all failed regardless of the selected server for the test. |
ohh same issue. Running tests hourly/ Reverted to 1.02--> issue gone. |
Same here as @albeedelacruz |
I have not been able to replicate this problem. I'm running tests every hour myself as well with 1.0.3 without any problems. |
Not sure how to replicate this too but I have 3 identical containers in one pi running speedtests for each of my ISP every hour (not simultaneously) and only 1 of 3 had this problem. Reverting to 1.02 for that one got it back up and running again. I left the other 2 as is and they are still running fine to this day.On Jan 11, 2025, at 7:52 PM, Sven van Ginkel ***@***.***> wrote:
I have not been able to replicate this problem. I'm running tests every hour myself as well with 1.0.3 without any problems.
Can you share your docker compose, it might help us replicate what happens 😄 As well, are you running any kind of pi-hole or similar on your network?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I don't exactly have a docker compose to share because I'm running this in Unraid. (Or if there is somewhere I don't know how to get it). I am running a pihole w/cloudflared and I block/redirect all port 53 traffic at the firewall. |
I have the same problem, revert to 1.0.2 fixed the issue |
Just to note: After switching to 1.0.2 and resolving the issue, I switched back to the latest and it seems to work fine now too. Will observe for the next 24 hours. |
Intresting and more confusing at the same time 😅 . @albeedelacruz @eightalex @APetri36 @MindScorpio @lmcastaneda And everybody else that I forget, can you try with the 1.1.0 release from yesterday. Nothing specific has been fixed in terms of this problems. But as switching back and forth fixed it for @albeedelacruz It might work again when upgrading to the latest version. |
Yes, post 24 hours and tests are still running fine. |
For those that are having this issue did you have a failed or incomplete speedtest in the last 24-48h? |
Updated to 1.1.0 and the initial manually triggered speed test ran successfully. I will continue to monitor.
|
Just switched my container to 1.1.0. It did work for me. |
1.1.0 didn't work for me, but reverting to 1.0.3 did. that's the errors I received:
|
Did it stop working after updating to 1,1,0? What happens if you now switch back to 1.1.0. |
It stopped working after the update to 1.1.0, sounds to me like the first speedtest got stuck and the rest didn't run as planned, restarting the container didn't help also not deleting the old jobs. |
After much trying all the above given solutions, narrowed it down to these scenarios where the test fails (atleast for me)
Preferred server is not marked as Required in docs so it shouldn't cause this issue (in earlier version, you didn't have to set preferred server in .env) |
This would make sense on why the tests are failing, what was the error message in the logs from the CLI? |
no error messages in logs. Completely normal |
I am experiencing the same thing, all of my tests are suddenly stuck in a "Checking" status. Batches have been failing for days with this same error
I have tried all of the "workarounds" mentioned in this thread, have not been able to get a single successful test since this started unfortunately. |
Describe the bug
Speedtests began failing for me after midnight local time on Jan 6. All schedulded and manually run speedtests show in the results chart as "Status: Checking" and do not complete.
In the container logs I can see the error message below that the speedtest batch is failing for unknown reasons. I get this regardless of the selection for the destination test server.
Environment (please complete the following information):
Logs
[2025-01-07 17:42:56] production.ERROR: Speedtest batch "9de9ba3f-43e0-4e86-9f4e-c953582dcc98" failed for an unknown reason.
[2025-01-07 17:42:56] production.ERROR: App\Jobs\Ookla\RunSpeedtestJob has been attempted too many times. {"exception":"[object] (Illuminate\Queue\MaxAttemptsExceededException(code: 0): App\Jobs\Ookla\RunSpeedtestJob has been attempted too many times. at /app/www/vendor/laravel/framework/src/Illuminate/Queue/MaxAttemptsExceededException.php:24)
[stacktrace]
#0 /app/www/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(794): Illuminate\Queue\MaxAttemptsExceededException::forJob()
#1 /app/www/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(528): Illuminate\Queue\Worker->maxAttemptsExceededException()
#2 /app/www/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(431): Illuminate\Queue\Worker->markJobAsFailedIfAlreadyExceedsMaxAttempts()
#3 /app/www/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(392): Illuminate\Queue\Worker->process()
#4 /app/www/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(178): Illuminate\Queue\Worker->runJob()
#5 /app/www/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(149): Illuminate\Queue\Worker->daemon()
#6 /app/www/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(132): Illuminate\Queue\Console\WorkCommand->runWorker()
#7 /app/www/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\Queue\Console\WorkCommand->handle()
#8 /app/www/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
#9 /app/www/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(95): Illuminate\Container\Util::unwrapIfClosure()
#10 /app/www/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\Container\BoundMethod::callBoundMethod()
#11 /app/www/vendor/laravel/framework/src/Illuminate/Container/Container.php(694): Illuminate\Container\BoundMethod::call()
#12 /app/www/vendor/laravel/framework/src/Illuminate/Console/Command.php(213): Illuminate\Container\Container->call()
#13 /app/www/vendor/symfony/console/Command/Command.php(279): Illuminate\Console\Command->execute()
#14 /app/www/vendor/laravel/framework/src/Illuminate/Console/Command.php(182): Symfony\Component\Console\Command\Command->run()
#15 /app/www/vendor/symfony/console/Application.php(1094): Illuminate\Console\Command->run()
#16 /app/www/vendor/symfony/console/Application.php(342): Symfony\Component\Console\Application->doRunCommand()
#17 /app/www/vendor/symfony/console/Application.php(193): Symfony\Component\Console\Application->doRun()
#18 /app/www/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\Component\Console\Application->run()
#19 /app/www/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1205): Illuminate\Foundation\Console\Kernel->handle()
#20 /app/www/artisan(13): Illuminate\Foundation\Application->handleCommand()
#21 {main}
"}
The text was updated successfully, but these errors were encountered: