pls help me: 'Thread' object has no attribute 'isAlive'
phanthuthao opened this issue · 4 comments
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'
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'
[English]
This issue should have been resolved in the latest commit. To fix it, you can perform the following steps:
- run
$ git pull
in the TIDoS download directory - 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:
- exécutez
$ git pull
dans le fichier d'installation initial de TIDoS - si vous avez installé TIDoS globalement, vous devez exécuter le programme d'installation encore une fois.
Greetings!
I tested this myself, the fix works well. Funny how case toggles affect coding in different languages. ;)
Closing this issue since it has been fixed.