We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi everyone
Just tried running this, getting this error please help(I have Python 3.12 though...):
Starting btcrecover 1.13.0-Cryptoguide on Python 3.8.9 64-bit, 21-bit unicodes, 64-bit ints Traceback (most recent call last): File "btcrecover.py", line 38, in btcrpass.parse_arguments(sys.argv[1:]) File "/Users/Murad/Desktop/btcrecover-master/btcrecover/btcrpass.py", line 5806, in parse_arguments tokenlist_file = open_or_use(args.tokenlist, "r", kwds.get("tokenlist"), File "/Users/Murad/Desktop/btcrecover-master/btcrecover/btcrpass.py", line 5460, in open_or_use if file.read(5) == br"{\rtf": File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/encodings/utf_8_sig.py", line 69, in _buffer_decode return codecs.utf_8_decode(input, errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
The text was updated successfully, but these errors were encountered:
Can you provide a tokenlist which demonstrates this issue?
Sorry, something went wrong.
No branches or pull requests
Hi everyone
Just tried running this, getting this error please help(I have Python 3.12 though...):
Starting btcrecover 1.13.0-Cryptoguide on Python 3.8.9 64-bit, 21-bit unicodes, 64-bit ints
Traceback (most recent call last):
File "btcrecover.py", line 38, in
btcrpass.parse_arguments(sys.argv[1:])
File "/Users/Murad/Desktop/btcrecover-master/btcrecover/btcrpass.py", line 5806, in parse_arguments
tokenlist_file = open_or_use(args.tokenlist, "r", kwds.get("tokenlist"),
File "/Users/Murad/Desktop/btcrecover-master/btcrecover/btcrpass.py", line 5460, in open_or_use
if file.read(5) == br"{\rtf":
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/encodings/utf_8_sig.py", line 69, in _buffer_decode
return codecs.utf_8_decode(input, errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
The text was updated successfully, but these errors were encountered: