0xInfection / TIDoS-Framework

The Offensive Manual Web Application Penetration Testing Framework.
GNU General Public License v3.0
1.76k stars 388 forks source link

pls help me: 'Thread' object has no attribute 'isAlive' #121

Closed phanthuthao closed 3 years ago

phanthuthao commented 3 years ago

Traceback (most recent call last): File "/opt/TIDoS/tidconsole.py", line 779, in main() File "/opt/TIDoS/tidconsole.py", line 770, in main prnt.loadstyle() File "/opt/TIDoS/core/methods/print.py", line 64, in loadstyle while thread.isAlive(): AttributeError: 'Thread' object has no attribute 'isAlive'

SuperPower009 commented 3 years ago

Comment puis-je corriger cette erreur cordialement Traceback (most recent call last): File "/root/tidos-framework/tidconsole.py", line 779, in main() File "/root/tidos-framework/tidconsole.py", line 770, in main prnt.loadstyle() File "/root/tidos-framework/core/methods/print.py", line 64, in loadstyle while thread.isAlive(): AttributeError: 'Thread' object has no attribute 'isAlive'

VainlyStrain commented 3 years ago

[English]

This issue should have been resolved in the latest commit. To fix it, you can perform the following steps: 1) run $ git pull in the TIDoS download directory 2) if TIDoS was installed globally, re-run the installation script

[Français]

Cette erreur a été corrigée dans la dernière révision. Pour appliquer les changements, ces étappes sont nécessaires: 1) exécutez $ git pull dans le fichier d'installation initial de TIDoS 2) si vous avez installé TIDoS globalement, vous devez exécuter le programme d'installation encore une fois.

Greetings!

0xInfection commented 3 years ago

I tested this myself, the fix works well. Funny how case toggles affect coding in different languages. ;)

VainlyStrain commented 3 years ago

Closing this issue since it has been fixed.