mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 18:15:54 +03:00
[GH-ISSUE #311] Insomniac doesn't start #264
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#264
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 @yondermann on GitHub (Apr 8, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/311
Hi,
Yesterday everything was working fine. I shut down everything as I always do and today when I wanted to start the program it didn't work. I upgraded to 3.7.2 but nothing changed.
This is what I get when running this script:
py start.py --interact @buzzfeedtasty-followers --successful-interactions-limit-per-source 30-70 --likes-count 1-2 --follow-percentage 80 --repeat 160-220
Using insomniac session-manager without extra-features
[04/08 09:54:02] Checking your Internet speed to adjust the script speed, please wait for a minute...
[04/08 09:54:02] (use --no-speed-check to skip this check)
Traceback (most recent call last):
File "C:\Users\BlackMantis\Utiles\insomniac\start.py", line 4, in
insomniac.run(activation_code)
File "C:\Users\BlackMantis\AppData\Local\Programs\Python\Python39\lib\site-packages\insomniac_init_.py", line 30, in run
insomniac_session.run()
File "C:\Users\BlackMantis\AppData\Local\Programs\Python\Python39\lib\site-packages\insomniac\session.py", line 218, in run
sleeper.update_random_sleep_range()
File "C:\Users\BlackMantis\AppData\Local\Programs\Python\Python39\lib\site-packages\insomniac\sleeper.py", line 33, in update_random_sleep_range
speed = _get_internet_speed()
File "C:\Users\BlackMantis\AppData\Local\Programs\Python\Python39\lib\site-packages\insomniac\sleeper.py", line 61, in _get_internet_speed
s = speedtest.Speedtest()
File "C:\Users\BlackMantis\AppData\Local\Programs\Python\Python39\lib\site-packages\insomniac\tools\speedtest.py", line 964, in init
self.get_config()
File "C:\Users\BlackMantis\AppData\Local\Programs\Python\Python39\lib\site-packages\insomniac\tools\speedtest.py", line 1046, in get_config
ignore_servers = list(
ValueError: invalid literal for int() with base 10: ''
@Fadude commented on GitHub (Apr 8, 2021):
We are investigating the issue, in the meantime, run with
--no-speed-checkparameter@alexal1 commented on GitHub (Apr 8, 2021):
Will be fixed in next release