Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't start new thread #18

Open
argento81 opened this issue Mar 4, 2022 · 3 comments
Open

can't start new thread #18

argento81 opened this issue Mar 4, 2022 · 3 comments

Comments

@argento81
Copy link

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

@thor836
Copy link

thor836 commented Mar 5, 2022

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
Copy link

Same error on Raspberry Pi

@steelpuxnastik
Copy link

steelpuxnastik commented Mar 23, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants