WildSiphon / Mailfoguess

OSINT tool to guess and verify the email address of a person from information such as firstname, middlename, lastname, username...
GNU General Public License v3.0
55 stars 5 forks source link

UnicodeDecodeError #2

Closed oasn closed 6 months ago

oasn commented 1 year ago

Hello,

i am new and don't really know how to fix " UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 277: character maps to "

Can you help me out, please? Thank you.

WildSiphon commented 1 year ago

Can you provide more informations ?

biggermine commented 11 months ago

it happens after it's installed when i try to execute python3 mailfoguess.py. Traceback (most recent call last): File "d:\Osint Tools\Mailfoguess\mailfoguess.py", line 286, in print(open("assets/banner.txt", "r").read()) File "D:\python 3.10\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 279: character maps to

WildSiphon commented 6 months ago

It seems that the encoding I used for the banner causes the error. You can still use my tool with the option --no-banner until I fix this.

Thanks for reporting this.