babluboy / nutty

A Network Utility
GNU General Public License v3.0
155 stars 25 forks source link

Internet speed test not working under "Speed" Tab #94

Closed root-reborn closed 2 months ago

root-reborn commented 2 months ago

Not able to get the Upload and Download speed from Internet speed test results,as it is giving error. Steps to Reproduce:- 1)Build Nutty from source code using the instructions given on github. 2)Open "Speed" tab and run Internet speed test. 3)It will give the below error Screenshot from 2024-06-16 18-52-28 Expected Behaviour:- 1)Upon following above steps it should display the Upload and Download speeds of the current network without any error Versions used:- Pop_OS 22.04 Additional Info:- The error occured because speedtest-cli backend used by nutty still uses python instead of python3.So make speedtest-cli work with python3.

root-reborn commented 2 months ago

The Issue is fixed with PR #95 .Closing this issue