mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-27 10:35:51 +03:00
[GH-ISSUE #318] ValueError: invalid literal for int() with base 10: '' #271
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#271
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 @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$
@alexal1 commented on GitHub (Jun 21, 2021):
FIxed in
v3.7.14