NoWarDDoS
NoWarDDoS copied to clipboard
[FIXED, NOT MERGED] Attack stopped after the error: "Cannot unpack non-iterable NoneType object"
- I'm using a docker for attack
- Every 15-20m attack stopped after these errors.
=== 09:54:57 | WARNING | 109 - issue happened: HTTPSConnectionPool(host='www.dellin.ru', port=443): Read timed out. (read timeout=10), SUCCESSFUL ATTACKS: 60 09:54:57 | WARNING | 109 - issue happened: HTTPSConnectionPool(host='www.dellin.ru', port=443): Read timed out. (read timeout=10), SUCCESSFUL ATTACKS: 60 TypeError: cannot unpack non-iterable NoneType object
Windows 10 machine - the same issue.
Same to me. Docker container crashes because of this error: TypeError: cannot unpack non-iterable NoneType object
https://github.com/AlexTrushkovsky/NoWarDDoS/pull/68
The same issue in Ubuntu 20.04
Pull requests still not updated with fix, for manual update use:
rm attack.py
wget https://github.com/AlexTrushkovsky/NoWarDDoS/blob/9ba3d5b64232967d04080c4413e4ca15a48c5bed/attack.py
The same issue in Ubuntu 20.04
@equa1s @108ddy @vvkleban
Here is a fix available: https://github.com/Jayawardenepura/NoWarDDoS/tree/bug-fix
@Jayawardenepura Thanks!
Why PR is not merged?
Pull requests still not updated with fix, for manual update use:
rm attack.py wget https://github.com/AlexTrushkovsky/NoWarDDoS/blob/9ba3d5b64232967d04080c4413e4ca15a48c5bed/attack.py
That is wrong.
rm attack.py
wget https://raw.githubusercontent.com/AlexTrushkovsky/NoWarDDoS/9ba3d5b64232967d04080c4413e4ca15a48c5bed/attack.py