|
发表于 2017-12-28 16:18:05
|
显示全部楼层
mazheng127: 关于您在“op 自动开”的帖子
check vm
tid 1 vm open ...
Traceback (most recent call last):
File "C:\Python34\vm.py", line 120, in buybuybuy
cli.open(vm_id, plan=plan, location=location)
File "C:\Python34\vm.py", line 68, in open
raise Exception('open vm error: fetch token failed.')
Exception: open vm error: fetch token failed.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Python34\vm.py", line 127, in buybuybuy
time.sleep(10)
KeyboardInterrupt
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Python34\vm.py", line 133, in
buybuybuy(1)
File "C:\Python34\vm.py", line 131, in buybuybuy
time.sleep(60)
KeyboardInterrupt
这是哪里出错了 |
|