rapidscan icon indicating copy to clipboard operation
rapidscan copied to clipboard

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdd in position 1541: invalid continuation byte

Open ayhanbaris opened this issue 2 years ago • 2 comments

Traceback (most recent call last): File "/Users/ayhan/Downloads/rapidscan-master/rapidscan.py", line 1514, in rs_tool_output_file = open(temp_file).read() File "/usr/local/Cellar/[email protected]/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdd in position 1541: invalid continuation byte

ayhanbaris avatar Mar 05 '22 18:03 ayhanbaris

macos bigsur 11.6.2 , brew

ayhanbaris avatar Mar 05 '22 18:03 ayhanbaris

This might be related to the fact that rapidscan does not cleanup temps files correctly, see #32. Could you try with the proposed patch see if it solves your issue ?

tristanlatr avatar May 26 '22 15:05 tristanlatr