Abra cannot install new apps nor fetch recipes #647

Closed
opened 2024-11-12 01:47:55 +00:00 by Numerica · 2 comments

Abra can no longer create new apps, error is

$ abra app new backup-bot-two

FATA[0000] unable to validate recipe: backup-bot-two is missing a compose.yml or compose*.yml file

(Note this happens with any app, not only backup-bot-two)

If I try to fetch recipes manually with

$ abra r f

it says all repositories don't exist. (See attached screenshot)

If we check folders within .abra/recipes, most folders are actually empty, so indeed there's no compose file in them.

(Exception to this are recipes for wordpress and nextcloud, which I was able to install a few days ago, when everything was working fine.)

In case this was an issue in my system and not in coopcloud's, I'm running abra on Devuan (Debian without systemd)

$ uname -a

Linux  6.5.3-2-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 6.5-2.1~bullseye (2023-09-17) x86_64 GNU/Linux
Abra can no longer create new apps, error is ``` $ abra app new backup-bot-two FATA[0000] unable to validate recipe: backup-bot-two is missing a compose.yml or compose*.yml file ``` (Note this happens with any app, not only backup-bot-two) If I try to fetch recipes manually with ``` $ abra r f ``` it says all repositories don't exist. (See attached screenshot) If we check folders within _.abra/recipes_, most folders are actually empty, so indeed there's no compose file in them. (Exception to this are recipes for **wordpress** and **nextcloud**, which I was able to install a few days ago, when everything was working fine.) In case this was an issue in my system and not in coopcloud's, I'm running abra on **Devuan** (Debian without systemd) ``` $ uname -a Linux 6.5.3-2-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 6.5-2.1~bullseye (2023-09-17) x86_64 GNU/Linux ```
Numerica added the
bug
label 2024-11-12 01:47:55 +00:00
Owner

woah @Numerica! thanks for this report, this looks very strange. Can you provide and --debug output? I would guess a rm -rf ~/.abra/recipes/* might get you out of this?

woah @Numerica! thanks for this report, this looks very strange. Can you provide and `--debug` output? I would guess a `rm -rf ~/.abra/recipes/*` might get you out of this?
Owner

Closing off for now due to lack of information.

Feel free to open again if you have more for us!

Closing off for now due to lack of information. Feel free to open again if you have more for us!
Sign in to join this conversation.
No description provided.