YunoHost-Apps / borg_ynh

An experimental Borg implementation for YunoHost
https://www.borgbackup.org/
GNU Affero General Public License v3.0
19 stars 22 forks source link

Config panel not showing despite working app #155

Open Limezy opened 1 month ago

Limezy commented 1 month ago

Hi all,

I'm facing a small issue where the config panel for the app doesn't load, even though all backups are done and successful !

image
Limezy commented 1 month ago

Adding more details here, I have 3 instances

Therefore, it seems that this problem arises only when the latest backup was successful !

Limezy commented 4 weeks ago

Any idea on how to solve this ? It's a real blocker !

shukon commented 3 weeks ago

This happens to me too, my yunohost-api.log shows:

logs ``` 2024-06-09 13:54:58,401 DEBUG moulinette.actionsmap process - processing action [24231.63]: yunohost.app.info with args={'app': 'borg', 'full': True} 2024-06-09 13:54:58,432 WARNING yunohost.app (unknown function) - [24231.63] Failed to get label for app borg ? 2024-06-09 13:54:58,432 DEBUG moulinette.actionsmap process - action [24231.63] executed in 0.031s 2024-06-09 13:54:58,433 INFO geventwebsocket.handler (unknown function) - 127.0.0.1 - - [2024-06-09 13:54:58] "GET /apps/borg?full&locale=de HTTP/1.1" 200 12220 0.034057 2024-06-09 13:54:58,497 DEBUG geventwebsocket.handler (unknown function) - Initializing WebSocket 2024-06-09 13:54:58,497 DEBUG geventwebsocket.handler (unknown function) - Validating WebSocket request 2024-06-09 13:54:58,498 DEBUG moulinette.actionsmap process - loading python module yunohost.user took 0.000s 2024-06-09 13:54:58,498 DEBUG moulinette.actionsmap process - processing action [24231.64]: yunohost.user.permission.list with args={'apps': [], 'short': False, 'full': True} 2024-06-09 13:54:58,504 DEBUG moulinette.actionsmap process - action [24231.64] executed in 0.006s 2024-06-09 13:54:58,506 INFO geventwebsocket.handler (unknown function) - 127.0.0.1 - - [2024-06-09 13:54:58] "GET /users/permissions?full&locale=de HTTP/1.1" 200 880 0.009804 ```

Where the Failed to get label for app borg ? gets my attention.

Enthouane commented 3 weeks ago

Same issue here, whether it's a fresh install with no repo initialized, an app with failed backup or a successful one...

elbubar commented 2 weeks ago

Same issue on a fresh install... but thanks for the work guys !!!

clicit commented 1 week ago

Same issue here!

Limezy commented 1 week ago

@clicit @elbubar @Enthouane @shukon FYI this bug is solved with testing branch, that should be merged soon

Enthouane commented 1 week ago

Great news, thanks !