Yunohost Update Error 500

My YunoHost server

Hardware: Home server
YunoHost version: 11.2.14
I have access to my server : Through SSH and through the webadmin

Description of my issue: When trying to update my system through webgui, it fails. I get the following error:

YunoHost encountered an internal error

Really sorry about that.

You should look for help on the forum or the chat to fix the situation, or report the bug on the bugtracker.
The following information might be useful for the person helping you:

Error: "500"

Action: "PUT" /yunohost/api/update/all

Error message:

Unexpected server error

Traceback

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/moulinette/interfaces/api.py", line 450, in process
    ret = self.actionsmap.process(arguments, timeout=30, route=_route)
  File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 574, in process
    return func(**arguments)
  File "/usr/lib/python3/dist-packages/yunohost/tools.py", line 383, in tools_update
    _update_apps_catalog()
  File "/usr/lib/python3/dist-packages/yunohost/app_catalog.py", line 222, in _update_apps_catalog
    logo_hash = infos.get("logo_hash")
AttributeError: 'NoneType' object has no attribute 'get'

While processing the action the server said:

Fetching available upgrades for system packages…

Updating application catalog…

WHEN I try to update from the Command Line, via SSH, I get a similar error:

$ sudo yunohost tools update
Info: Fetching available upgrades for system packages…
Info: Updating application catalog…
Traceback (most recent call last):
File “/usr/bin/yunohost”, line 77, in
yunohost.cli(
File “/usr/lib/python3/dist-packages/yunohost/init.py”, line 41, in cli
ret = moulinette.cli(
File “/usr/lib/python3/dist-packages/moulinette/init.py”, line 110, in cli
Cli(
File “/usr/lib/python3/dist-packages/moulinette/interfaces/cli.py”, line 500, in run
ret = self.actionsmap.process(args, timeout=timeout)
File “/usr/lib/python3/dist-packages/moulinette/actionsmap.py”, line 574, in process
return func(**arguments)
File “/usr/lib/python3/dist-packages/yunohost/tools.py”, line 383, in tools_update
_update_apps_catalog()
File “/usr/lib/python3/dist-packages/yunohost/app_catalog.py”, line 222, in _update_apps_catalog
logo_hash = infos.get(“logo_hash”)
AttributeError: ‘NoneType’ object has no attribute ‘get’

Can anyone help get my yunohost fixed?

Hi Luncheon 3462,
I have the exact same message (through ssh and webgui).

No problem anymore for me !!!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.