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

Traceback (most recent call last): #11

Open
noPersonality opened this issue Mar 14, 2024 · 4 comments
Open

Traceback (most recent call last): #11

noPersonality opened this issue Mar 14, 2024 · 4 comments

Comments

@noPersonality
Copy link

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

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

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

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

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

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