liftoff / GateOne

Gate One is an HTML5-powered terminal emulator and SSH client
http://liftoffsoftware.com/Products/GateOne
Other
6.28k stars 925 forks source link

Errors occurred when start thegateone : TypeError: __init__() got an unexpected keyword argument 'io_loop' #704

Closed Ericwtl closed 6 years ago

Ericwtl commented 6 years ago

After setup.py , run the gateone, I get below message. I don't know python, so could anybody help me to fix it.

File "/usr/local/lib/python2.7/dist-packages/gateone-1.2.0-py2.7.egg/gateone/core/utils.py", line 211, in interval self._timeout_checker, value, io_loop=self.io_loop) TypeError: init() got an unexpected keyword argument 'io_loop' Exception AttributeError: "'AutoExpireDict' object has no attribute '_key_watcher'" in <bound method AutoExpireDict.del of {}> ignored

Ericwtl commented 6 years ago

Same to #689