You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using the Python speedtest-cli in Arch Linux, periodically testing my ISP's mini server. It seems speedtest.net sends me a 403 Forbidden periodically, which causes the test to fail. I've noticed that you've disabled Issues on the Python repository, but it looks like this Go project does the same thing.
Since I'm only testing against my ISP's mini server, I would like the ability to store the necessary configuration locally, so the speedtest client doesn't try to download the configuration every single time. I've set my DHCP options to receive the same IP address, so that shouldn't change. Since I'm testing against my ISP's mini server, I don't need to download the entire list of avaialbe public speedtest servers.
It seems in both Python and Go this client reaches out to speedtest.net every time Speedtest() is called, and that is causing me problems. I'm trying to build a case that my ISP is not giving me the bandwidth advertised, even when testing against their speedtest server. I'm trying to run the speedtest a few times a day, and it seems that speedtest.net rejects my download of the configuration about half the time, causing the tests to fail. If there were an option to store the current configuration once, and use that for testing against the mini server, I think my issue would be resolved.
I apologize for posting about the Python project here, but you've disabled Issues there so I have no other recourse. If I'm reading this Go code correctly, though, it seems to be doing the same thing which is undesirable in my case.
The text was updated successfully, but these errors were encountered:
I've been using the Python speedtest-cli in Arch Linux, periodically testing my ISP's mini server. It seems speedtest.net sends me a 403 Forbidden periodically, which causes the test to fail. I've noticed that you've disabled Issues on the Python repository, but it looks like this Go project does the same thing.
Since I'm only testing against my ISP's mini server, I would like the ability to store the necessary configuration locally, so the speedtest client doesn't try to download the configuration every single time. I've set my DHCP options to receive the same IP address, so that shouldn't change. Since I'm testing against my ISP's mini server, I don't need to download the entire list of avaialbe public speedtest servers.
It seems in both Python and Go this client reaches out to speedtest.net every time Speedtest() is called, and that is causing me problems. I'm trying to build a case that my ISP is not giving me the bandwidth advertised, even when testing against their speedtest server. I'm trying to run the speedtest a few times a day, and it seems that speedtest.net rejects my download of the configuration about half the time, causing the tests to fail. If there were an option to store the current configuration once, and use that for testing against the mini server, I think my issue would be resolved.
I apologize for posting about the Python project here, but you've disabled Issues there so I have no other recourse. If I'm reading this Go code correctly, though, it seems to be doing the same thing which is undesirable in my case.
The text was updated successfully, but these errors were encountered: