BU-hammerTeam / PyHammer

A Python Spectral Typing Suite
MIT License
53 stars 14 forks source link

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xaf in position 898: invalid start byte #43

Closed sai-33 closed 3 years ago

sai-33 commented 3 years ago

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-useradd' Traceback (most recent call last): File "pyhammer.py", line 864, in goToMain main(self.options) File "pyhammer.py", line 68, in main for i, line in enumerate(infile_init): File "/usr/lib/python3.8/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xaf in position 898: invalid start byte

sai-33 commented 3 years ago

Screenshot (249)

zephyr5050 commented 3 years ago

This issue is a duplicate of #41. Closing in favor of that ticket.