Well, I got some errors for some time now on the admin interface :
Error: 500 Internal Server Error
Sorry, the requested URL 'http://127.0.0.1:6787/users?locale=fr'
caused an error:
Internal Server Error
What can this possibly be ?
sudo systemctl status yunohost-api -l
returns
août 04 13:39:08 salamanderry yunohost-api[2807]: return callback((request.method, context.rule), params)
août 04 13:39:08 salamanderry yunohost-api[2807]: File "/usr/lib/python2.7/dist-packages/moulinette/interfaces/api.py", line 380, in process
août 04 13:39:08 salamanderry yunohost-api[2807]: ret = self.actionsmap.process(arguments, route=_route)
août 04 13:39:08 salamanderry yunohost-api[2807]: File "/usr/lib/python2.7/dist-packages/moulinette/actionsmap.py", line 428, in process
août 04 13:39:08 salamanderry yunohost-api[2807]: arguments = vars(self.parser.parse_args(args, **kwargs))
août 04 13:39:08 salamanderry yunohost-api[2807]: File "/usr/lib/python2.7/dist-packages/moulinette/interfaces/api.py", line 593, in parse_args
août 04 13:39:08 salamanderry yunohost-api[2807]: if not self.get_conf(tid, 'lock'):
août 04 13:39:08 salamanderry yunohost-api[2807]: File "/usr/lib/python2.7/dist-packages/moulinette/interfaces/__init__.py", line 225, in get_conf
août 04 13:39:08 salamanderry yunohost-api[2807]: return self._format_conf(name, value)
août 04 13:39:08 salamanderry yunohost-api[2807]: SystemError: unknown opcode
Dunno if it’s related.