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
env: windows10 system
err detail: File "G:\Anaconda\envs\mhxy\lib\site-packages\vncdotool\api.py", line 109, in callable_threaded_proxy result.raiseException() File "G:\Anaconda\envs\mhxy\lib\site-packages\twisted\python\failure.py", line 504, in raiseException raise self.value.with_traceback(self.tb) AttributeError: 'SelectReactor' object has no attribute 'doPoll'
The text was updated successfully, but these errors were encountered:
Do not support dopoll under win10, just replace it with Doselet IO model.
After watching the Twisted source code, mine is version 22.10, only the doselect method
env: windows10 system
err detail:
File "G:\Anaconda\envs\mhxy\lib\site-packages\vncdotool\api.py", line 109, in callable_threaded_proxy result.raiseException() File "G:\Anaconda\envs\mhxy\lib\site-packages\twisted\python\failure.py", line 504, in raiseException raise self.value.with_traceback(self.tb) AttributeError: 'SelectReactor' object has no attribute 'doPoll'
The text was updated successfully, but these errors were encountered: