python-scripts icon indicating copy to clipboard operation
python-scripts copied to clipboard

Internet Speed Checker: AttributeError: module 'speedtest' has no attribute 'Speedtest'

Open haminkim1 opened this issue 3 years ago • 6 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Install the Speedtest Package using 'pip install speedtest'
  2. run main.py script under /Internet Speed Checker folder.

Expected behavior Output should be as per Readme file:

Internet Speed Checker 21:22:38 Connecting to server... Download: 1.74 Mbit/s Upload: 22.80 Mbit/s Ping: 101.68 ms ISP: Alliance Broadband Services Pvt.

But I keep getting the error shown in the image below:

Screenshots image

haminkim1 avatar Jan 10 '23 03:01 haminkim1

Thank you for opening your first issue in our repository, one of our maintainers will get in touch with you soon.

PLEASE DON'T FORGET TO ADD YOUR EMAIL USING THE AUTH LINK

We at Metafy have some special rewards and swags for the top contributors in general repos and every contributor in web3 repos For being eligible for that, please authenticate yourself using this link: https://metafy.social/signup

Rewards : T-shirts & NFT ( for blockchain contributions )

Best of luck on your Contributions For further queries you can join our discord for support : https://discord.gg/W6PmEjjQsA

github-actions[bot] avatar Jan 10 '23 03:01 github-actions[bot]

Hello, I believe I can fix this issue. Please assign me to this if possible.

Toucdev avatar Apr 27 '23 19:04 Toucdev

this solu for it (( module 'speedtest' has no attribute 'Speedtest'

100-key avatar Jul 27 '23 22:07 100-key

Hi, is this issue resolved yet?

nebulaanish avatar Aug 07 '23 01:08 nebulaanish

one way would be uninstalling speedtest (pip uninstall speedtest) and reinstalling (pip install speedtest-cli)

Sauravroy34 avatar May 01 '24 14:05 Sauravroy34

https://github.com/metafy-social/python-scripts/pull/496

Sauravroy34 avatar May 01 '24 15:05 Sauravroy34