mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #212] 'speedtest' has no attribute 'SpeedtestException' #176
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @polyphia on GitHub (Dec 13, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/212
Tested on both 3.4.1 and 3.4.2 :
Traceback (most recent call last): File "start.py", line 4, in <module> insomniac.run(activation_code) File "G:\Insomniac-master\insomniac\__init__.py", line 20, in run insomniac_session.run() File "G:\Insomniac-master\insomniac\session.py", line 135, in run sleeper.update_random_sleep_range() File "G:\Insomniac-master\insomniac\sleeper.py", line 36, in update_random_sleep_range speed = _get_internet_speed() File "G:\Insomniac-master\insomniac\sleeper.py", line 67, in _get_internet_speed except speedtest.SpeedtestException: AttributeError: module 'speedtest' has no attribute 'SpeedtestException'From what I've been reading it's an old issue and was supposed to be fixed on 3.4.1, but doesn't seem to be the case ?
@Fadude commented on GitHub (Dec 16, 2020):
Please run
pip install speedtest-cli@twixi commented on GitHub (Jan 8, 2021):
Requirement already satisfied: speedtest-cli in c:\users\user\appdata\local\programs\python\python37\lib\site-packages (2.1.2)
@alexal1 commented on GitHub (Jan 8, 2021):
@twixi if you still have this error but
speedtest-cliis installed, my guess is that it's conflicting with another package. TryI once added this package to requirements.txt by mistake so it may be installed in your system.
@twixi commented on GitHub (Jan 9, 2021):
i`m reinstall python and work now....