Archivist config panel not accessible
Opened this issue · 15 comments
Describe the bug
YunoHost encountered an internal error when trying to access the config-panel pf archivist.
Context
- Hardware: VPS bought online
- YunoHost version: 4.3.6.2
- I have access to my server: Through SSH + through the webadmin
- Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no
- Using package version/branch: 1.3.2~ynh1
Steps to reproduce
- When trying to access the config-panel in archivist I get the following error message:
Config panel question 'encrypt' should be initialized with a value during install or upgrade.
- I did the following:
- Go to: mywebsite/yunohost/admin/#/apps/archivist
- Click on "config-panel"
- See this error:
should be fixed for now
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
Hello, got this same issue today, would there happen to a hotfix to be applied ? =)
Hello, i got this issue too today :-(
Same here.
I don't know where to check for this value.
Is this related to packaging v2 @maniackcrudelis ?
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.
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.
Ok so it's unrelated.
It's very strange anyway, the value is set during install, why does it fails with such an error… 🤔
(May I propose a v2 version of this app ?)
If you think you can fix that issue, don't hesitate to propose a PR.
First, I need to understand it… and I really don't see why it's happening :(
The problem is still there.
(just to avoid this from getting closed without being fixed.)
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)