Closed MrNom4ik closed 1 year ago
vncdotool
version 1.0.0
is very old; version 1.1.0
is available since April this year; have you checked that version?
The connection handling code has also been rewritten in the current main
branch; sadly that version is not yet available on PyPI. That version worked for me:
from vncdotool.api import connect
c = connect("127.0.0.1:0")
c.disconnect()
@sibson Can you please do another release to PyPI?
vncdotool
version1.0.0
is very old; version1.1.0
is available since April this year; have you checked that version?The connection handling code has also been rewritten in the current
main
branch; sadly that version is not yet available on PyPI. That version worked for me:from vncdotool.api import connect c = connect("127.0.0.1:0") c.disconnect()
@sibson Can you please do another release to PyPI?
i am not using version 1.1.0 due to https://github.com/sibson/vncdotool/issues/256
@sibson Can you please do another release to PyPI?
i am not using version 1.1.0 due to #256
And exactly that bug is hopefully already fixed in current git, do please do a pip install git+https://github.com/sibson/vncdotool
and reports your findings at #256 so we get progress there, which will then allow us to publish that version to PyPI, which then will allow you to use that version to get progress here. Thank you.
vncdotool version vncdotool==1.0.0 twisted==22.10.0
VNC server and version different servers
Steps to reproduce
Expected result Normal disconnect from the server
Which erroneous result did you get instead
Additional information This error is thrown when disconnecting from the server (when calling client.disconnect()), it is not called on every server. This error can be fixed by changing the
vncdotool.api.ThreadedVNCClientProxy.disconnect
method:to: