palahsu / DDoS-Ripper

DDos Ripper a Distributable Denied-of-Service (DDOS) attack server that cuts off targets or surrounding infrastructure in a flood of Internet traffic
Mozilla Public License 2.0
2.18k stars 528 forks source link

can't start new thread #18

Open argento81 opened 2 years ago

argento81 commented 2 years ago

Traceback (most recent call last): File "DRipper.py", line 11, in eval(compile(base64.b64decode(eval('\x74\x72\x75\x73\x74')),'','exec')) File "", line 198, in File "/usr/lib/python3.7/threading.py", line 847, in start _start_new_thread(self._bootstrap, ()) RuntimeError: can't start new thread root@pihole2:/home/misol/DDoS-Ripper# python3 -V Python 3.7.3

ArdynVex commented 2 years ago

Maybe the same error:

root@vobave8723:~/DDoS-Ripper# python3 DRipper.py
Traceback (most recent call last):
  File "DRipper.py", line 11, in <module>
    eval(compile(base64.b64decode(eval('\x74\x72\x75\x73\x74')),'<string>','exec'))
  File "<string>", line 11, in <module>
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 3-9: ordinal not in range(256)
ymikhailenko commented 2 years ago

Same error on Raspberry Pi

steelpuxnastik commented 2 years ago

Same error on Raspberry Pi

Use 64bit system. It will not work on 32-bit system because of problems of 32bit ARM-realization of Python at this moment. On 64bit system it works great.