knock
knock copied to clipboard
string index out of range
Traceback (most recent call last):
File "knockpy.py", line 384, in
hi bro, I have the same error as you. Have you found a fix for it?
same issue!
hi bro, I have the same error as you. Have you found a fix for it?
I have tried this method to solve the issue and it works!
- Go to line 75 of knockpy.py and replace "user_generated_string[0]" to "user_generated_string"
- Back to "knock" directory and execute "python setup.py install"
- finished
hi bro, I have the same error as you. Have you found a fix for it?
I have tried this method to solve the issue and it works!
- Go to line 75 of knockpy.py and replace "user_generated_string[0]" to "user_generated_string"
- Back to "knock" directory and execute "python setup.py install"
- finished
谢谢! :)
hi bro, I have the same error as you. Have you found a fix for it?
I have tried this method to solve the issue and it works!
- Go to line 75 of knockpy.py and replace "user_generated_string[0]" to "user_generated_string"
- Back to "knock" directory and execute "python setup.py install"
- finished
Thanks mate