Funkwhale installation fails with sha256 exit code Corrupt source

My YunoHost server

Hardware: Old laptop or computer
YunoHost version: 4.2.8.3
I have access to my server : Through SSH | through the webadmin | direct access via keyboard / screen
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

I tried installing Funkwhale through the web interface.
Repeated attempts produce the same error: at the end of download when performing a sha265 check, it returns the error code “Corrupt source”
https://paste.yunohost.org/raw/efasupocuk

2021-09-22 12:15:17,575: DEBUG - + local local_src=/opt/yunohost-apps-src/funkwhale/api_master.zip
2021-09-22 12:15:17,575: DEBUG - + mkdir -p /var/cache/yunohost/download/funkwhale/
2021-09-22 12:15:17,576: DEBUG - + src_filename=/var/cache/yunohost/download/funkwhale/api_master.zip
2021-09-22 12:15:17,576: DEBUG - + test -e /opt/yunohost-apps-src/funkwhale/api_master.zip
2021-09-22 12:15:17,576: DEBUG - + '[' -n 'https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.1.4/download?job=build_api' ']'
2021-09-22 12:15:17,576: DEBUG - ++ wget --tries 3 --no-dns-cache --timeout 900 --no-verbose --output-document=/var/cache/yunohost/download/funkwhale/api_master.zip 'https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.1.4/download?job=build_api'
2021-09-22 12:15:18,451: DEBUG - + out='2021-09-22 12:15:18 URL:https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/70924/artifacts/download [2818221/2818221] -> "/var/cache/yunohost/download/funkwhale/api_master.zip" [1]'
2021-09-22 12:15:18,452: DEBUG - + echo '82fb761ec4d98c732771011b3053f52237b85d575debf08f7184eede5fb0e37b /var/cache/yunohost/download/funkwhale/api_master.zip'
2021-09-22 12:15:18,453: DEBUG - + sha256sum --check --status
2021-09-22 12:15:18,477: DEBUG - + ynh_die '--message=Corrupt source'
2021-09-22 12:15:18,491: DEBUG - + ret_code=1
2021-09-22 12:15:18,491: DEBUG - + echo 'Corrupt source'
2021-09-22 12:15:18,491: DEBUG - + exit 1
2021-09-22 12:15:18,492: DEBUG - + ynh_exit_properly
2021-09-22 12:15:18,492: DEBUG - + local exit_code=1
2021-09-22 12:15:18,492: DEBUG - + rm -rf /var/cache/yunohost/download/
2021-09-22 12:15:18,492: WARNING - Corrupt source
2021-09-22 12:15:18,493: DEBUG - + '[' 1 -eq 0 ']'
2021-09-22 12:15:18,493: DEBUG - + trap '' EXIT
2021-09-22 12:15:18,493: DEBUG - + set +o errexit
2021-09-22 12:15:18,493: DEBUG - + set +o nounset
2021-09-22 12:15:18,494: DEBUG - + sleep 0.5
2021-09-22 12:15:18,995: DEBUG - + type -t ynh_clean_setup
2021-09-22 12:15:18,995: DEBUG - + ynh_clean_setup
2021-09-22 12:15:18,996: DEBUG - + ynh_clean_check_starting
2021-09-22 12:15:18,996: DEBUG - + '[' -n '' ']'
2021-09-22 12:15:18,996: DEBUG - + '[' -n '' ']'
2021-09-22 12:15:18,997: DEBUG - + exit 1
2021-09-22 12:15:19,999: ERROR - Unable to install funkwhale: An error occurred inside the app installation script

Don’t know how to interpret this in another way than that the source doesn’t match the sha256 check? =D
Please advice

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