Please Help me GUI no running

Hello,

We install MineOS for managing our minigame,
everything worked perfectly until two days ago, and empty our web interface, we no longer see any visible servers on the panel. as it rotates correctly,
we have well screen via SSH running on our server,
today I can not restart a server with the error:

ACCEPT: application/json, text/javascript, /; q=0.01
ACCEPT-LANGUAGE: fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4
ACCEPT-ENCODING: gzip, deflate, sdch
[20/Oct/2015:16:58:04] HTTP Traceback (most recent call last):
File “/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py”, line 656, in respond
response.body = self.handler()
File “/usr/local/lib/python2.7/dist-packages/cherrypy/lib/encoding.py”, line 188, in call
self.body = self.oldhandler(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/cherrypy/lib/jsontools.py”, line 61, in json_handler
value = cherrypy.serving.request._json_inner_handler(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py”, line 34, in call
return self.callable(*self.args, **self.kwargs)
File “/usr/games/minecraft/mounts.py”, line 25, in newfunc
return func(*args, **kwargs)
File “/usr/games/minecraft/mounts.py”, line 58, in status
instance = mc(i, self.login, self.base_directory)
File “/usr/games/minecraft/mineos.py”, line 110, in init
self._load_config(generate_missing=True)
File “/usr/games/minecraft/mineos.py”, line 172, in _load_config
load_sp()
File “/usr/games/minecraft/mineos.py”, line 161, in load_sp
return self.server_properties[:]
File “/usr/games/minecraft/conf_reader.py”, line 123, in getitem
return dict(self.items(‘sectionless’))
File “/usr/lib/python2.7/ConfigParser.py”, line 655, in items
for option in options]
File “/usr/lib/python2.7/ConfigParser.py”, line 691, in _interpolate
self._interpolate_some(option, L, rawval, section, vars, 1)
File “/usr/lib/python2.7/ConfigParser.py”, line 732, in _interpolate_some
“’%%’ must be followed by ‘%%’ or ‘(’, found: %r” % (rest,))
InterpolationSyntaxError: ‘%’ must be followed by ‘%’ or ‘(’, found: ‘%20Blocks.zip’

Thank you for your help, I would just reinstall,

Do you have somewhere in your server.properties file a value that says " Blocks.zip" or “%20Blocks.zip”?

I suspect it’s just not being parsed properly. Can you post its contents here (rather than just removing it) so that if it is in fact the issue, I can use your example to fix this issue in the code itself?

hi,

indeed, the name of my pack contains this resource (see below) once change the server starts (via SSH)
and surprise I find my server on the web GUI.

“spawn-protection=16
generator-settings=
force-gamemode=false
allow-nether=false
gamemode=0
enable-query=false
player-idle-timeout=0
difficulty=0
spawn-monsters=true
op-permission-level=4
resource-pack-hash=
announce-player-achievements=false
pvp=false
snooper-enabled=true
level-type=DEFAULT
hardcore=false
enable-command-block=false
max-players=10
network-compression-threshold=256
max-world-size=29999984
server-port=25554
debug=false
server-ip=0.0.0.0
spawn-npcs=false
allow-flight=false
level-name=world
view-distance=10
resource-pack=https://dl.dropboxusercontent.com/u/108916847/Lucky%20Blocks.zip
spawn-animals=true
white-list=false
generate-structures=false
online-mode=false
max-build-height=256
level-seed=
motd=A Minecraft Server
enable-rcon=false”

I’ll change the name to correct this error. thanks again

A big thank you to you and a large very well done for your work and availability.