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
2023-05-21 13:40:03,866 [ERROR] server.loop
Traceback (most recent call last):
File "F:\IDA Pro 7.6\plugins\retsync\dispatcher.py", line 477, in error_reporting
yield
File "F:\IDA Pro 7.6\plugins\retsync\dispatcher.py", line 492, in
server.loop()
File "F:\IDA Pro 7.6\plugins\retsync\dispatcher.py", line 149, in loop
self.handle(s)
File "F:\IDA Pro 7.6\plugins\retsync\dispatcher.py", line 153, in handle
for req in self.recvall(client):
File "F:\IDA Pro 7.6\plugins\retsync\dispatcher.py", line 173, in recvall
data = rs_decode(client.srv_sock.recv(4096))
File "F:\IDA Pro 7.6\plugins\retsync\rsconfig.py", line 180, in rs_decode
return buffer_bytes.decode(RS_ENCODING)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb9 in position 33: invalid start byte
The above error causes idb is disabled, the reason is that the ida open file name has Chinese characters, delete the Chinese characters and you can use it normally, also pay attention to GHUB update service, it will occupy port 9100, go to the Windows service manager to close GHUB update service.
The text was updated successfully, but these errors were encountered:
2023-05-21 13:40:03,866 [ERROR] server.loop
Traceback (most recent call last):
File "F:\IDA Pro 7.6\plugins\retsync\dispatcher.py", line 477, in error_reporting
yield
File "F:\IDA Pro 7.6\plugins\retsync\dispatcher.py", line 492, in
server.loop()
File "F:\IDA Pro 7.6\plugins\retsync\dispatcher.py", line 149, in loop
self.handle(s)
File "F:\IDA Pro 7.6\plugins\retsync\dispatcher.py", line 153, in handle
for req in self.recvall(client):
File "F:\IDA Pro 7.6\plugins\retsync\dispatcher.py", line 173, in recvall
data = rs_decode(client.srv_sock.recv(4096))
File "F:\IDA Pro 7.6\plugins\retsync\rsconfig.py", line 180, in rs_decode
return buffer_bytes.decode(RS_ENCODING)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb9 in position 33: invalid start byte
The above error causes idb is disabled, the reason is that the ida open file name has Chinese characters, delete the Chinese characters and you can use it normally, also pay attention to GHUB update service, it will occupy port 9100, go to the Windows service manager to close GHUB update service.
The text was updated successfully, but these errors were encountered: