A9T9 / Speed-Test-Loggger

Download Speed Test Loggger for Windows - Test your download (speed with which you receive data from the internet) periodically and generate download speed over time graphs. Also log service interruptions (PC offline/online). In other words: Measure the reliability of your internet connection easily.
http://loggger.com/
GNU Affero General Public License v3.0
34 stars 9 forks source link

SpeedLogger always offline #18

Open ghwl1568 opened 6 years ago

ghwl1568 commented 6 years ago

Hi all, after installing my speed logger it remains in an offline state. I did change the download file to a custom file, actually I tried several different ones. The result stays the same, the logger claims to be offline. Obviously I am not as I am posting this message at the same time.

grafik

And no, it has nothing to do with the file size. For one I have set the interval to 1 hour, second I have also chosen a small file (100kB).

Any ideas? Any help is appreciated...

thinze commented 6 years ago

I look into the code and in this file https://github.com/A9T9/Speed-Test-Loggger/blob/master/SpeedTest/SpeedGraph.cs and the 'No Internet Connection" string was found at line 271. The string is written without condition. Only a check for window height stand before, but the no connection error is unconditioned.

This means, that the string is always shown, but not a result of a connection test. I think this is code for later test feature.

dbareis commented 6 years ago

The message "No Internet Connection" is a stupid design decision made by someone, it is supposed to be part of a bigger color "Legend" for the Graph but the other colors aren't displayed, that is it is always displayed no matter what your status.