internet-speed-logger icon indicating copy to clipboard operation
internet-speed-logger copied to clipboard

No connection = No data

Open mahaarbo opened this issue 4 years ago • 5 comments

When speedtest fails to connect, it currently doesn't set the value in the database, just throws an error. It would be valuable to know when we no longer have connection to the internet as well.

mahaarbo avatar Jan 22 '20 21:01 mahaarbo

Nice - good idea! What would you say the ideal UX would be for this? 0 for everything is the obvious solution, but would cause the averages to be thrown off.

brennentsmith avatar Feb 04 '20 20:02 brennentsmith

Perhaps the values can be negative? And then all non-negative values are used for the average?

mahaarbo avatar Feb 06 '20 10:02 mahaarbo

Hello

New to this and was wondering if I could get some assistance. I have installed Ubuntu 18.0.4 Bionic, Apache2, nodejs V. 14.0.0, MongoDB V 4.2.6, Docker-Compose V 1.25.5, Docker engine 5.19.03.08 and then the Internet-speed-logger . When I run it I get some errors failed to connect to mongo, MongoNetworkError: Failed to connect to server mongo:27017.

Also when I enter localhost:3000 it can not find this .

Sorry for replying back to this but really would like to get this running so I can get some stats on my ISP not providing the download speeds I am paying for.

Thanks

Dave

mudbaby avatar Apr 27 '20 22:04 mudbaby

@mudbaby this might be the same issue as in https://github.com/brennentsmith/internet-speed-logger/issues/15. Try to set proper permissions with sudo chown -R 1001:1001 ..

bostrot avatar Jul 06 '20 23:07 bostrot