sibson/vncdotool

Cannot connect to macOS

yushih opened this issue · 2 comments

INFO:root:connecting to 169.254.108.225:5900
INFO:twisted:Starting factory <vncdotool.command.VNCDoCLIFactory object at 0x7f9084dc2bf0>
INFO:twisted:Protocol version 3.889 not supported
INFO:twisted:Using protocol version 3.800
VNC password:
INFO:twisted:unknown auth response (16777216)
INFO:twisted:unknown auth response (39)
INFO:twisted:unknown auth response (1098216552)
INFO:twisted:unknown auth response (1701737577)
INFO:twisted:unknown auth response (1667331177)
INFO:twisted:unknown auth response (1869488239)
INFO:twisted:unknown auth response (1914724725)
INFO:twisted:unknown auth response (1953001330)
INFO:twisted:unknown auth response (1769628020)
INFO:twisted:unknown auth response (1768910368)
INFO:twisted:unknown auth response (1717660012)
INFO:twisted:unknown auth response (1970431232)

Thanks!

I don't have a Ventura MAC to test with. There have been some updates recently that are yet to be released. Would you be able to test with the latest code from main?

vncdotool version1.0.0

INFO:twisted:Protocol version 3.889 not supported

Version v1.0.0 from PyPI is way to old; Support for Apple Remote Desktop (ARD) was added via b659053 ,which is currently available only from git.

You can test that version by using this command:

pip install git+https://github.com/sibson/vncdotool.git@main

I don't have access to any macOS system so I cannot test it myself, but I'm closing this issue anyway. If the problem persists please feel free to re-open this issue or to create a new one.