Well i dont know if this is the right place to ask, but I don't know where else to go. so I was trying out Hatch and thought I just finished all of the installation, but then I get this error message:
[92m[~] [37mEnter a directory to a password list: crackstation-human-only.txt.gz
C:\Users\-my_username-\Downloads\Privat\Hatch-python3-optimised\main.py:86: DeprecationWarning: use options instead of chrome_options
browser = webdriver.Chrome(chrome_options=optionss)
DevTools listening on ws://127.0.0.1:60582/devtools/browser/2b7934f2-07ff-40b0-9d86-be8c732809ce
Traceback (most recent call last):
File "C:\Users\-my_username-\Downloads\Privat\Hatch-python3-optimised\main.py", line 128, in <module>
wizard()
File "C:\Users\-my_username-\Downloads\Privat\Hatch-python3-optimised\main.py", line 79, in wizard
brutes(username, username_selector ,password_selector,login_btn_selector,pass_list, website)
File "C:\Users\-my_username-\Downloads\Privat\Hatch-python3-optimised\main.py", line 90, in brutes
for line in f:
File "C:\Users\-my_username-\AppData\Local\Programs\Python\Python38-32\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 4: character maps to <undefined>
Im using Hatch from FlorianBord2 github - https://github.com/FlorianBord2/Hatch-python3-optimised/blob/master/main.py, and a lenovo computer with windows 10 what do I do?
hopefully someone can help:)