NoWarDDoS icon indicating copy to clipboard operation
NoWarDDoS copied to clipboard

[FIXED, NOT MERGED] Attack stopped after the error: "Cannot unpack non-iterable NoneType object"

Open Y0r opened this issue 3 years ago • 9 comments

  1. I'm using a docker for attack
  2. 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

Y0r avatar Mar 02 '22 09:03 Y0r

Windows 10 machine - the same issue.

kuzhylol avatar Mar 02 '22 13:03 kuzhylol

Same to me. Docker container crashes because of this error: TypeError: cannot unpack non-iterable NoneType object

equa1s avatar Mar 02 '22 14:03 equa1s

https://github.com/AlexTrushkovsky/NoWarDDoS/pull/68

kuzhylol avatar Mar 02 '22 15:03 kuzhylol

The same issue in Ubuntu 20.04

108ddy avatar Mar 02 '22 16:03 108ddy

Pull requests still not updated with fix, for manual update use:

rm attack.py
wget https://github.com/AlexTrushkovsky/NoWarDDoS/blob/9ba3d5b64232967d04080c4413e4ca15a48c5bed/attack.py

ww7 avatar Mar 02 '22 16:03 ww7

The same issue in Ubuntu 20.04

vvkleban avatar Mar 02 '22 17:03 vvkleban

@equa1s @108ddy @vvkleban

Here is a fix available: https://github.com/Jayawardenepura/NoWarDDoS/tree/bug-fix

@Jayawardenepura Thanks!

Y0r avatar Mar 02 '22 18:03 Y0r

Why PR is not merged?

kuzhylol avatar Mar 02 '22 21:03 kuzhylol

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

kuzhylol avatar Mar 02 '22 21:03 kuzhylol