Closed joachimmetz closed 1 year ago
changing https://github.com/sibson/vncdotool/blob/main/vncdotool/loggingproxy.py#L34 to:
self.buffer = b''
seems to prevent this issue from surfacing
Some proposed changes https://github.com/sibson/vncdotool/pull/199 that seem to do the trick on my installation
Thx for the making this interesting tool available. I was just playing around with it, so nothing urgent.
Description:
vnclog raises
Unhandled Error: builtins.TypeError: can only concatenate str (not "bytes") to str
see traceback belowRequested information
Have you included the following information?
VNC server and version
QEMU built-in VNC server, listening on 127.0.0.1:5901 note that a SPICE sever is listening on 127.0.0.1:5900
vncdotool version
1.0.0
steps to reproduce
vnclog --forever --listen 6000 /tmp
vnc://127.0.0.1:6000
Traceback