Euronymou5 / Doxxer-Toolkit

Una herramienta que integra la recopilación de diversas herramientas, técnicas y fuentes de información, facilitando el realizar un doxxeo o investigación.
Mozilla Public License 2.0
324 stars 76 forks source link

Traceback (most recent call last): #11

Open noPersonality opened 4 months ago

noPersonality commented 4 months ago

Cant start the tool on ubuntu:

Traceback (most recent call last): File "/home/username/Doxxer-Toolkit/dox_en.py", line 961, in menu() File "/home/username/Doxxer-Toolkit/dox_en.py", line 893, in menu print(logo) UnicodeEncodeError: 'latin-1' codec can't encode characters in position 9-12: ordinal not in range(256)

Euronymou5 commented 4 months ago

Cant start the tool on ubuntu:

Traceback (most recent call last): File "/home/username/Doxxer-Toolkit/dox_en.py", line 961, in menu() File "/home/username/Doxxer-Toolkit/dox_en.py", line 893, in menu print(logo) UnicodeEncodeError: 'latin-1' codec can't encode characters in position 9-12: ordinal not in range(256)

Hello, sorry for responding a bit late. I added '# -- coding: utf-8 --' at the beginning of the script to prevent your system from attempting to use the latin-1 encoding. If the issue persists, please let me know.

S3RG10XD commented 3 months ago

Cant start the tool on ubuntu:

Traceback (most recent call last): File "/home/username/Doxxer-Toolkit/dox_en.py", line 961, in menu() File "/home/username/Doxxer-Toolkit/dox_en.py", line 893, in menu print(logo) UnicodeEncodeError: 'latin-1' codec can't encode characters in position 9-12: ordinal not in range(256)

Hello, sorry for responding a bit late. I added '# -- coding: utf-8 --' at the beginning of the script to prevent your system from attempting to use the latin-1 encoding. If the issue persists, please let me know.

i have the same problem, but it stil does not work

Euronymou5 commented 3 months ago

Cant start the tool on ubuntu:

Traceback (most recent call last): File "/home/username/Doxxer-Toolkit/dox_en.py", line 961, in menu() File "/home/username/Doxxer-Toolkit/dox_en.py", line 893, in menu print(logo) UnicodeEncodeError: 'latin-1' codec can't encode characters in position 9-12: ordinal not in range(256)

Hello, sorry for responding a bit late. I added '# -- coding: utf-8 --' at the beginning of the script to prevent your system from attempting to use the latin-1 encoding. If the issue persists, please let me know.

i have the same problem, but it stil does not work

it's possible that your systems are using 'Latin-1' as the default encoding, which causes it to try encoding characters in utf-8 format, resulting in the error. You could try changing the default encoding of your system to utf-8 and try again

ChintuReddy8179 commented 1 month ago

Cant start the tool on ubuntu:

Traceback (most recent call last): File "/home/username/Doxxer-Toolkit/dox_en.py", line 961, in menu() File "/home/username/Doxxer-Toolkit/dox_en.py", line 893, in menu print(logo) UnicodeEncodeError: 'latin-1' codec can't encode characters in position 9-12: ordinal not in range(256)

Hello, sorry for responding a bit late. I added '# -- coding: utf-8 --' at the beginning of the script to prevent your system from attempting to use the latin-1 encoding. If the issue persists, please let me know.

i have the same problem, but it stil does not work

it's possible that your systems are using 'Latin-1' as the default encoding, which causes it to try encoding characters in utf-8 format, resulting in the error. You could try changing the default encoding of your system to utf-8 and try again

I'm facing same error in termux please help