This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import subprocess | |
import time | |
import threading | |
import sys | |
import signal | |
WD = '/opt/test_server' | |
SERVERCMD = '. {}/start.sh'.format(WD) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-03-06 15:35:45 E An error has occurred. This may be a bug. Please let us know! | |
See http://docs.overviewer.org/en/latest/index.html#help | |
This is the error that occurred: | |
Traceback (most recent call last): | |
File "/usr/bin/overviewer.py", line 628, in <module> | |
ret = main() | |
File "/usr/bin/overviewer.py", line 230, in main | |
list_worlds() | |
File "/usr/bin/overviewer.py", line 585, in list_worlds |