[GH-ISSUE #201] After get the last update - AttributeError: module 'speedtest' has no attribute 'SpeedtestException' #168

Closed
opened 2026-03-02 23:38:31 +03:00 by kerem · 1 comment
Owner

Originally created by @marciomvm on GitHub (Nov 30, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/201

Traceback (most recent call last):
File "start.py", line 4, in
insomniac.run(activation_code)
File "C:\Users\Marcio\Downloads\Insomniac\Insomniac\insomniac_init_.py", line 20, in run
insomniac_session.run()
File "C:\Users\Marcio\Downloads\Insomniac\Insomniac\insomniac\session.py", line 135, in run
sleeper.update_random_sleep_range()
File "C:\Users\Marcio\Downloads\Insomniac\Insomniac\insomniac\sleeper.py", line 36, in update_random_sleep_range
speed = _get_internet_speed()
File "C:\Users\Marcio\Downloads\Insomniac\Insomniac\insomniac\sleeper.py", line 67, in _get_internet_speed
except speedtest.SpeedtestException:
AttributeError: module 'speedtest' has no attribute 'SpeedtestException'

Originally created by @marciomvm on GitHub (Nov 30, 2020). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/201 Traceback (most recent call last): File "start.py", line 4, in <module> insomniac.run(activation_code) File "C:\Users\Marcio\Downloads\Insomniac\Insomniac\insomniac\__init__.py", line 20, in run insomniac_session.run() File "C:\Users\Marcio\Downloads\Insomniac\Insomniac\insomniac\session.py", line 135, in run sleeper.update_random_sleep_range() File "C:\Users\Marcio\Downloads\Insomniac\Insomniac\insomniac\sleeper.py", line 36, in update_random_sleep_range speed = _get_internet_speed() File "C:\Users\Marcio\Downloads\Insomniac\Insomniac\insomniac\sleeper.py", line 67, in _get_internet_speed except speedtest.SpeedtestException: AttributeError: module 'speedtest' has no attribute 'SpeedtestException'
kerem closed this issue 2026-03-02 23:38:31 +03:00
Author
Owner

@Fadude commented on GitHub (Dec 2, 2020):

Fixed on 3.4.1. Closing.

<!-- gh-comment-id:736998128 --> @Fadude commented on GitHub (Dec 2, 2020): Fixed on 3.4.1. Closing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#168
No description provided.