-
Notifications
You must be signed in to change notification settings - Fork 68
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 Fail - starting yesterday the 21st #36
Comments
Same here, can't seem to figure out why. Tried to change LOG_TYPE environment variable to "debug" to see more detail but nothing. Considering a switch over to this: https://github.com/alexjustesen/speedtest-tracker |
Are you running this container in unraid? I've been seeing some odd ssl errors that (according to a separate thread) seem related to the docker version I'm running unraid 6.12.1 and everything is up to date and current etc |
Nope, I'm running it atop an Ubuntu VM on Proxmox |
Damn - rules out that theory
I should spin up a vm on my proxmox box and install this see if it talks
Maybe my aggressive rules on my local network are screwing things up
Did you see any ssl errors in your logs?
TJV
…On Jun 23, 2023 at 19:18 -0700, chrisweis ***@***.***>, wrote:
Nope, I'm running it atop an Ubuntu VM on Proxmox
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Which logs are you seeing the SSL errors? No SSL errors in my docker logs. I have:
|
I’ll check mine tomorrow and post the ssl errors
…On Jun 23, 2023 at 20:01 -0700, chrisweis ***@***.***>, wrote:
Looks like it stopped working for me 2023-06-21 13:30 (US Pacific):
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
I started having the problem on the same date... Just switched over to https://github.com/alexjustesen/speedtest-tracker in a docker container. Be aware - the new speedtest-tracker is API or Influx 2.0 only. out of the box it seems like traditional username / password authentication to in Influx database is not an option, it is key only. I will work , but will not provide the same functionality of speedflux |
@mattdymes i've avoided using that because i'm resisting upgrading myinfluxdb - i'm still running ... 1.8 i think |
@mattdymes but the graphs the guy has set up as default are nice - i suppose it would replace my grafana dahsboard |
UnRaid guy here. yep, Mine started failing as well. |
looks like the sppedtest-tracker thats been linked here a few times has plans to support influxdb v1 - i'm probably bailing on speedflux - repo doesn't appear to be maintained and i'm too lazy to troubleshoot when there are other working options |
This thread helped me upgrade my v1 to v2 using a Docker container: https://community.influxdata.com/t/problem-backup-1-8-restore-2-6/28943 Hypothesis I considered but didn't test: Did Ookla Speedtest increase the maximum frequency of tests, and that began causing it to fail? Would a decrease to only hourly fix the old Speedflux? 🤔 |
Nah that's not it. I only test once a day, and mine have been failing consistently too |
i only ran my speedflux once ever 2 or 3 hours - so i don't think its ookla rate limiting |
Looks like a case of horribly updated This will not persist across container updates (but that does not seem to be an issue at this point) Edit: There's a fork that's regularly updated (https://hub.docker.com/r/dontobi/speedflux.rpi), will test it over the weekend and migrate if it's a drop-in replacement. |
slick - i was just about to fork it and take a whack up making the update - let me know if that works as a drop in replacement edit: fail as a drop in replacement in unraid - its targetted specifically for ARM's |
This worked for me . Downloaded the file, unpack put in it a director and added that directory as a resource to the docker container, then went into the container consol and copied speedtest to the /usr/bin to replace existing one, restarted container it started working |
Oddly enough mine started working again overnight. |
I just reinstalled and tested and its working again
…On Jun 29, 2023 at 05:00 -0700, funnelcloudservices ***@***.***>, wrote:
Oddly enough mine started working again overnight.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Yup, mine has also just randomly started working again. No changes, no updates. |
I've made a PR to the effect of changing the binary even though it's unlikely to be merged as this project is unfortunately so inactive - if you need a drop-in replacement for unraid then for now you're welcome to build an image of your own with my PR fork or use my repo at https://hub.docker.com/repository/docker/sethwv/speedflux/ |
been working like a charm - and then its over - happily talking to my influx db - but seems to be unhappy with ookla -- their client change or something?
The text was updated successfully, but these errors were encountered: