You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread Thread-13:
Traceback (most recent call last):
File "C:\Program Files\Python38\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "C:\Program Files\Python38\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\94818\Downloads\IDOR_detect_tool-master\core\replay.py", line 46, in init
Output(self.api, self.source_flow, self.modify_flow, source_resp, modify_resp, self.pretty_host).output()
File "C:\Users\94818\Downloads\IDOR_detect_tool-master\core\output.py", line 52, in output
content = f.read()
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa7 in position 1635: illegal multibyte sequence
The text was updated successfully, but these errors were encountered:
Exception in thread Thread-13:
Traceback (most recent call last):
File "C:\Program Files\Python38\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "C:\Program Files\Python38\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\94818\Downloads\IDOR_detect_tool-master\core\replay.py", line 46, in init
Output(self.api, self.source_flow, self.modify_flow, source_resp, modify_resp, self.pretty_host).output()
File "C:\Users\94818\Downloads\IDOR_detect_tool-master\core\output.py", line 52, in output
content = f.read()
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa7 in position 1635: illegal multibyte sequence
The text was updated successfully, but these errors were encountered: