[GH-ISSUE #318] ValueError: invalid literal for int() with base 10: '' #271

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

Originally created by @marco1m on GitHub (Apr 13, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/318

Using the demo command: python3 start.py I receive the following error. Everything has been setup correctly and until yesterday is was working just fine. If you could help me, i appreciate :)

[04/13 21:53:46] Checking your Internet speed to adjust the script speed, please wait for a minute...
[04/13 21:53:46] (use --no-speed-check to skip this check)
Traceback (most recent call last):
File "start.py", line 4, in
insomniac.run(activation_code)
File "/Users/Marco/Downloads/Insomniac-master/insomniac/init.py", line 30, in run
insomniac_session.run()
File "/Users/Marco/Downloads/Insomniac-master/insomniac/session.py", line 219, in run
sleeper.update_random_sleep_range()
File "/Users/Marco/Downloads/Insomniac-master/insomniac/sleeper.py", line 33, in update_random_sleep_range
speed = _get_internet_speed()
File "/Users/Marco/Downloads/Insomniac-master/insomniac/sleeper.py", line 61, in _get_internet_speed
s = speedtest.Speedtest()
File "/Users/Marco/Downloads/Insomniac-master/insomniac/tools/speedtest.py", line 964, in init
self.get_config()
File "/Users/Marco/Downloads/Insomniac-master/insomniac/tools/speedtest.py", line 1047, in get_config
map(int, server_config['ignoreids'].split(','))
ValueError: invalid literal for int() with base 10: ''
MacBook-Pro-6:Insomniac-master Marco$

Originally created by @marco1m on GitHub (Apr 13, 2021). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/318 Using the demo command: python3 start.py I receive the following error. Everything has been setup correctly and until yesterday is was working just fine. If you could help me, i appreciate :) [04/13 21:53:46] Checking your Internet speed to adjust the script speed, please wait for a minute... [04/13 21:53:46] (use --no-speed-check to skip this check) Traceback (most recent call last): File "start.py", line 4, in <module> insomniac.run(activation_code) File "/Users/Marco/Downloads/Insomniac-master/insomniac/__init__.py", line 30, in run insomniac_session.run() File "/Users/Marco/Downloads/Insomniac-master/insomniac/session.py", line 219, in run sleeper.update_random_sleep_range() File "/Users/Marco/Downloads/Insomniac-master/insomniac/sleeper.py", line 33, in update_random_sleep_range speed = _get_internet_speed() File "/Users/Marco/Downloads/Insomniac-master/insomniac/sleeper.py", line 61, in _get_internet_speed s = speedtest.Speedtest() File "/Users/Marco/Downloads/Insomniac-master/insomniac/tools/speedtest.py", line 964, in __init__ self.get_config() File "/Users/Marco/Downloads/Insomniac-master/insomniac/tools/speedtest.py", line 1047, in get_config map(int, server_config['ignoreids'].split(',')) ValueError: invalid literal for int() with base 10: '' MacBook-Pro-6:Insomniac-master Marco$
kerem closed this issue 2026-03-02 23:39:10 +03:00
Author
Owner

@alexal1 commented on GitHub (Jun 21, 2021):

FIxed in v3.7.14

<!-- gh-comment-id:865270038 --> @alexal1 commented on GitHub (Jun 21, 2021): FIxed in `v3.7.14`
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#271
No description provided.