fluencelabs / dev-rewards

Apache License 2.0
554 stars 368 forks source link

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 1072: invalid start byte #17

Closed 1997roylee closed 4 months ago

1997roylee commented 4 months ago

Traceback (most recent call last): File "/claim/python/proof.py", line 157, in main() File "/claim/python/proof.py", line 141, in main sshPubKey, sshKeyPath = choose_ssh_key() File "/claim/python/proof.py", line 61, in choose_ssh_key if not is_ssh_key(path): File "/claim/python/proof.py", line 96, in is_ssh_key key = file.read() File "/usr/local/lib/python3.10/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 1072: invalid start byte