YunoHost-Apps / archivist_ynh

GNU General Public License v3.0
12 stars 4 forks source link

Archivist config panel not accessible #45

Open aarontrom opened 2 years ago

aarontrom commented 2 years ago

Describe the bug

YunoHost encountered an internal error when trying to access the config-panel pf archivist.

Context

Steps to reproduce

Config panel question 'encrypt' should be initialized with a value during install or upgrade.

archivist config panel

yalh76 commented 2 years ago

should be fixed for now

pjpmosteiro commented 1 year ago

Issue seems to persist, i´m having the same issue as the OP.

Yunohost 11.0.9.14 stable Archivist version 1.3.3~ynh1

Xia0ben commented 1 year ago

Hello, got this same issue today, would there happen to a hotfix to be applied ? =)

Mauskill2 commented 1 year ago

Hello, i got this issue too today :-(

danielwoestman commented 1 year ago

This is happening to me as well. Any updates? Archivist running 1.3.3~ynh1 Server is running Debian 11.6 Server is running YunoHost 11.1.15 (stable)

Screenshot 2023-03-20 163529

lapineige commented 1 year ago

Same here. I don't know where to check for this value.

Is this related to packaging v2 @maniackcrudelis ?

lapineige commented 1 year ago

I tried with a fresh install, encryption enabled or not, password set up or not, same issue. Yet the encrypt is the one we setup with the "Do you want to encrypt your backups ?" question. I don't see any syntax issue here.

maniackcrudelis commented 1 year ago

I'm not working on packaging anymore, and so I didn't follow the v2 changelog. I'm only working on the upstream app when needed.

lapineige commented 1 year ago

Ok so it's unrelated. It's very strange anyway, the value is set during install, why does it fails with such an error… :thinking:

(May I propose a v2 version of this app ?)

maniackcrudelis commented 1 year ago

If you think you can fix that issue, don't hesitate to propose a PR.

lapineige commented 1 year ago

First, I need to understand it… and I really don't see why it's happening :(

CodeShakingSheep commented 1 year ago

Just wanted to report that I encounter this error too. Anybody working on this? image

Dazeilad commented 1 year ago

Same here : image

umrath commented 11 months ago

The problem is still there. (just to avoid this from getting closed without being fixed.)

csolisr commented 11 months ago

As a matter of fact, the CI marked the application as not working due to a related issue:

124  WARNING Unknown key 'name' found in config panel
279  WARNING Traceback (most recent call last):
279  WARNING   File "<stdin>", line 5, in <module>
279  WARNING AssertionError: Setting file /etc/yunohost/apps//settings.yml does not exists ?
280  WARNING grep: /Backup_list.conf: No such file or directory
284  WARNING cat: /passkey: No such file or directory
288  WARNING grep: /Backup_list.conf: No such file or directory
293  WARNING grep: /Backup_list.conf: No such file or directory
298  WARNING grep: /Backup_list.conf: No such file or directory
302  WARNING grep: /Backup_list.conf: No such file or directory
306  WARNING grep: /etc/yunohost/apps//settings.yml: No such file or directory
312  WARNING grep: /Backup_list.conf: No such file or directory
386  WARNING Traceback (most recent call last):
387  WARNING   File "<stdin>", line 5, in <module>
388  WARNING AssertionError: Setting file /etc/yunohost/apps/overwrite_cron/settings.yml does not exists ?
469  WARNING Traceback (most recent call last):
470  WARNING   File "<stdin>", line 5, in <module>
470  WARNING AssertionError: Setting file /etc/yunohost/apps/admin_mail_html/settings.yml does not exists ?
1497 ERROR Config panel question 'encrypt' should be initialized with a value during install or upgrade.
Peak RAM usage during this test: 131MB
RAM usage diff after test: 11MB

--- FAIL ---

Working time for this test: 1 minute, 14 seconds (01:04:20)