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
# ./cocod restart -d
^C^CTraceback (most recent call last):
File "./cocod", line 16, in <module>
from coco import Coco
File "/opt/coco/coco/__init__.py", line 5, in <module>
from .app import Coco
File "/opt/coco/coco/app.py", line 13, in <module>
from .sshd import SSHServer
File "/opt/coco/coco/sshd.py", line 12, in <module>
from coco.interface import SSHInterface
File "/opt/coco/coco/interface.py", line 11, in <module>
from .ctx import app_service
File "/opt/coco/coco/ctx.py", line 22, in <module>
app_service.initial()
File "/opt/py3/lib/python3.6/site-packages/jms/service.py", line 56, in initial
self.load_access_key()
File "/opt/py3/lib/python3.6/site-packages/jms/service.py", line 67, in load_access_key
self.register_and_save()
File "/opt/py3/lib/python3.6/site-packages/jms/service.py", line 112, in register_and_save
self.wait_for_accept(uuid, token)
File "/opt/py3/lib/python3.6/site-packages/jms/service.py", line 102, in wait_for_accept
time.sleep(3)
File "/opt/py3/lib/python3.6/site-packages/eventlet/greenthread.py", line 36, in sleep
hub.switch()
File "/opt/py3/lib/python3.6/site-packages/eventlet/hubs/hub.py", line 297, in switch
return self.greenlet.switch()
File "/opt/py3/lib/python3.6/site-packages/eventlet/hubs/hub.py", line 349, in run
self.wait(sleep_time)
File "/opt/py3/lib/python3.6/site-packages/eventlet/hubs/poll.py", line 76, in wait
time.sleep(seconds)
KeyboardInterrupt
The text was updated successfully, but these errors were encountered:
conf.py为默认
The text was updated successfully, but these errors were encountered: