Funkwhale is not installing

Funkwhale keeps failing to install.

My YunoHost server

Hardware: proxmox system with yunohost running in a virtual machine (not container)
YunoHost version: 11.1.17 (stable)
I have access to my server : Through SSH, through the webadmin, and direct access via keyboard / screen
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If your request is related to an app, specify its name and version: app v1.2.10~ynh3

Description of my issue

After going to applications-> Install I choose Funkwhale. I set the required information and click install. It starts to install but them errors out with this log https://paste.yunohost.org/raw/aguxegoxol

Unsure of what to try next as the installation should be working. Any help would be greatly appreciated.

I could not get this to install via the web UI, but I was able to get it to install at the CLI.

$ sudo yunohost app install funkwhale

Not sure what is happening with the web UI issue, but my issue is now resolved - just use the CLI. I don’t believe most yunohost users will be using CLI.

I encountered this issue a few days ago (see [Funkwhale] A modern, convivial and free music server - #28 by Kit)

Note : The correct version should be 1.2.10~ynh3 and the log says 1.2.10~ynh2 , I’ll tell the maintainer.

The important part of the log is :

2023-04-09 01:04:33,062: DEBUG - ++ wget --tries 3 --no-dns-cache --timeout 900 --no-verbose --output-document=/var/cache/yunohost/download/funkwhale/api 'https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.2.10/download?job=build_api'
2023-04-09 01:04:34,725: DEBUG - + out='2023-04-09 01:04:34 URL:https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/158127/artifacts/download [2824481/2824481] -> "/var/cache/yunohost/download/funkwhale/api" [1]'
2023-04-09 01:04:34,725: DEBUG - + sha256sum --check --status
2023-04-09 01:04:34,738: DEBUG - + rm /var/cache/yunohost/download/funkwhale/api
2023-04-09 01:04:34,739: DEBUG - ++ cut '--delimiter= ' --fields=1
2023-04-09 01:04:34,740: DEBUG - ++ sha256sum /var/cache/yunohost/download/funkwhale/api
2023-04-09 01:04:34,743: WARNING - sha256sum: /var/cache/yunohost/download/funkwhale/api: No such file or directory
2023-04-09 01:04:34,744: DEBUG - ++ cut '--delimiter= ' --fields=1
2023-04-09 01:04:34,745: DEBUG - ++ du -hs /var/cache/yunohost/download/funkwhale/api
2023-04-09 01:04:34,748: WARNING - du: cannot access '/var/cache/yunohost/download/funkwhale/api': No such file or directory
2023-04-09 01:04:34,749: DEBUG - + ynh_die '--message=Corrupt source for /var/cache/yunohost/download/funkwhale/api: Expected fc6f54d37993f74e057d1a59438e21b68a8cff1a7f9438415459ede7cf7f09d0 but got  (size: ).'
1 Like

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