[Solved] YunoHost a rencontré une erreur interne :/

Bonjour,

Configuration de mon YunoHost

Matériel: Cubietruck
Accès Internet: ethernet à la maison
YunoHost version:
yunohost: 3.4.2.3
yunohost-admin: 3.4.2
moulinette: 3.4.2
ssowat: 3.4.2
J’utilise la web administration et la ligne de commande yunohost.

Description de mon problème

J’essaie d’effectuer la mise à jour depuis l’interface Web mais j’obtiens l’erreur ci-dessous :

YunoHost a rencontré une erreur interne :/
Vraiment navré.
Vous devriez chercher de l’aide sur le forum ou le salon pour résoudre le problème, ou rapporter le bogue sur l’outil de suivi.

Les informations suivantes peuvent être utile à l’interlocuteur vous aidant :

Action

PUT /update {“locale”:“fr”}

Trace

Traceback (most recent call last):
File “/usr/lib/python2.7/dist-packages/moulinette/interfaces/api.py”, line 439, in process
ret = self.actionsmap.process(arguments, timeout=30, route=_route)
File “/usr/lib/python2.7/dist-packages/moulinette/actionsmap.py”, line 523, in process
return func(**arguments)
File “/usr/lib/moulinette/yunohost/tools.py”, line 476, in tools_update
if not cache.update():
File “/usr/lib/python2.7/dist-packages/apt/cache.py”, line 466, in update
raise FetchFailedException()
FetchFailedException

Si vous avez des idées, je suis preneur parce que là je sèche.

D’avance merci

Steve

Hello folks,

I also have this error.
The complete list of the diagnostic tab:
https://paste.yunohost.org/tahonexapu

Thxalot,
JanSe

Hi folks,

to investigate this error, I think you should log in SSH and run apt update (possibly sudo apt update if you are logged as admin)

Hey,

thank you for your answer.
It seems an outdated key for the Yarn package was to blame for the problems. A manual import has helped :+1:
Nevertheless, it would be nice if Yunohost could in the future draw attention to the problem in a better way (for example, display the error message of apt directly).

Thxalot,
JanSe

Hey,

JanSeW is right.
I run below commands and now the problem is gone.

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
apt update

Thanks

Steve

1 Like

Didn’t worked for me.

Nevermind, i had to restart the server.