pschmitt / conntest

Try to connect to a host via SSH/RDP/VNC/VMware vCenter auth etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error on vnc no auth server

emdaitaj opened this issue · comments

hi
thank you for this great tool
i've been looking for some thing like this for long time

wanted to report and bug
when you try to connect to vnc server which doesn't require any password
the library freezes and you must send "ctl+C" key to ccancel . and the problem is after canceling one time you can't the the lib any more

aceback (most recent call last): File "<stdin>", line 2, in <module> File "conntest/conntest.py", line 163, in vnc_connection reactor.run() File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1198, in run self.startRunning(installSignalHandlers=installSignalHandlers) File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1178, in startRunning ReactorBase.startRunning(self) File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 687, in startRunning raise error.ReactorNotRestartable() twisted.internet.error.ReactorNotRestartable
(this is generated after canceling one time (must reload the python to fix) and without canceling it works well)
(i f you don't have any no password vnc server skype me to receive skype:muhammad.emaditaj)

thanks alot for this

You are welcome. I could verify the issue you were having.
The thing is that I have literally no experience with twisted, no idea why the runner does not exit properly...

can you just fix it so it'll support servers with no authentication

bitmoji

@emdaitaj I just told that I have no idea how to "just fix it".