YunoHost 3.8 release / Sortie de YunoHost 3.8

Work fine but each command from Yunohost (like Yunohost app, Yunohost tools) return :

root@YunoHost:/# yunohost service list
Traceback (most recent call last):
  File "/usr/bin/yunohost", line 218, in <module>
    timeout=opts.timeout,
  File "/usr/lib/python2.7/dist-packages/moulinette/__init__.py", line 147, in cli
    "parser_kwargs": parser_kwargs,
  File "/usr/lib/python2.7/dist-packages/moulinette/core.py", line 422, in init_interface
    return interface(amap, **kwargs)
  File "/usr/lib/python2.7/dist-packages/moulinette/interfaces/cli.py", line 424, in __init__
    m18n.set_locale(get_locale())
  File "/usr/lib/python2.7/dist-packages/moulinette/interfaces/cli.py", line 173, in get_locale
    lang = locale.getdefaultlocale()[0]
  File "/usr/lib/python2.7/locale.py", line 545, in getdefaultlocale
    return _parse_localename(localename)
  File "/usr/lib/python2.7/locale.py", line 477, in _parse_localename
    raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale: UTF-8

found this solution from @Aleks here :

add this line at the end of /home/admin/.bashrc

LC_ALL=en_US.UTF-8


Then it looks like the term “tools” is missing in the command from web diagnostic tools here

yunohost tools regen-conf nginx --dry-run --with-diff


Nextcloud work fine

Advanced tools in /Home/tools are missing