Hello
I’m having problems setting the wordpress (or any app ) as default
when I use the web interface it just errors
the output from the terminal is as follows
root@yunohost2:~# yunohost app makedefault wordpress
Traceback (most recent call last):
File "/usr/bin/yunohost", line 160, in <module>
print_json=PRINT_JSON, use_cache=USE_CACHE)
File "/usr/lib/python2.7/dist-packages/moulinette/__init__.py", line 117, in cli
moulinette.run(args, print_json)
File "/usr/lib/python2.7/dist-packages/moulinette/interfaces/cli.py", line 202, in run
ret = self.actionsmap.process(args, timeout=5)
File "/usr/lib/python2.7/dist-packages/moulinette/actionsmap.py", line 462, in process
return func(**arguments)
File "/usr/lib/moulinette/yunohost/app.py", line 713, in app_makedefault
ssowat_conf = json.loads(str(json_conf.read()))
File "/usr/lib/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 369, in decode
raise ValueError(errmsg("Extra data", s, end, len(s)))
ValueError: Extra data: line 5 column 1 - line 10 column 1 (char 31 - 123)