[SOLVED] Pixelfed install broke the admin panel

Hi,
I installed Pixelfed.
The installed failed and I can’t access the admin panel beyond the front page.

I copied below the error message I got. Is there a way to remove Pixelfed and get my control panel back?

Thanks

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:

Action

GET /apps
{“locale”:“en”,“installed”:""}

Traceback

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 473, in process
arguments = vars(self.parser.parse_args(args, **kwargs))
File “/usr/lib/python2.7/dist-packages/moulinette/interfaces/api.py”, line 653, in parse_args
auth = msignals.authenticate(klass(), **auth_conf)
File “/usr/lib/python2.7/dist-packages/moulinette/core.py”, line 279, in authenticate
return self._authenticate(authenticator, help)
File “/usr/lib/python2.7/dist-packages/moulinette/interfaces/api.py”, line 483, in _do_authenticate
return authenticator(token=(s_id, s_hash))
File “/usr/lib/python2.7/dist-packages/moulinette/authenticators/init.py”, line 106, in call
password = self._retrieve_session(s_id, s_hash)
File “/usr/lib/python2.7/dist-packages/moulinette/authenticators/init.py”, line 157, in _retrieve_session
gpg = gnupg.GPG()
File “/usr/lib/python2.7/dist-packages/gnupg.py”, line 755, in init
raise OSError(msg)
OSError: Unable to run gpg - it may not be available.

Hmmm, does running apt install gnupg1 through ssh solves the issue ?

I tried and got this

apt install gnupg1
Reading package lists… Done
Building dependency tree
Reading state information… Done
gnupg1 is already the newest version (1.4.21-4+deb9u1).
gnupg1 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

But the error is still there. Do I need to reboot or do something to stop and start gnupg1?

I rebooted the VPS.
Pixelfed service failed but I managed to restart. I removed it.
Looking at other topics, I’ll try to re-install on a sub-domain.

After a backup.

J’ai des soucis aussi avec cette apps.
J’ai du ré-install tout et testé une installation seul.
Mais l’installe plante à moitié mais l’apps apparait dans les applications installés.
Je n’ai pas testé le fonctionnement et préféré tout refaire sans l’application.

A mes début avec Yunhost (il y a 2 semaines !) j’ai ré-installé au moins 10 fois.
Maintenant que j’ai configuré comme je voulais, je vais faire un backup tous les jours.
Je ne sais pas s’il y a moyen de faire un backup automatique.

:uk: I don’t know if there’s a way to automate a daily backup

La je n’arrête pas de reformater, ca commence à me peser …
J’aimerai réussir à avoir un serveur stable pour l’utiliser pour mes sauvegarde photo et autres …

Pour la sauvegarde auto tu as deux apps. Borg et archivist je crois.

1 Like

Bonjour,
Tu dois pouvoir faire une tâche cron journalière pour sauvegarder ton Yunohost, avec les options qui vont bien.
Et pourquoi ne pas les combiner : certaines données journalière + la configuration (par exemple) toutes les semaines, etc.

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