Hi
My YunoHost server
Hardware: Raspberry Pi at home
YunoHost version: 3.5.2.2 (first result of yunohost -v
)
I have access to my server : 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’m trying to install Flarum from the community list.
When installing via web admin, It fails, and I get this at end of log :
2019-06-22 12:44:22,248: DEBUG - e[37;41m The "https://packagist.org/p/provider-2016%24e6f26a3fa2ea1261459b39ffa1f461ca4fb2ae031d46b8ecb204fc2bdb38bd1c.json" file could not be downloaded (HTTP/1.1 404 Not Found) e[39;49m
2019-06-22 12:44:22,248: DEBUG - e[37;41m e[39;49m
2019-06-22 12:44:22,249: DEBUG -
2019-06-22 12:44:22,250: DEBUG - e[32mcreate-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-reqs] [--] [e[39me[32m<package>e[39me[32m] [e[39me[32m<directory>e[39me[32m] [e[39me[32m<version>e[39me[32m]e[39m
2019-06-22 12:44:22,250: DEBUG -
2019-06-22 12:44:22,352: DEBUG - + ynh_exit_properly
2019-06-22 12:44:22,353: WARNING - !!
2019-06-22 12:44:22,354: DEBUG - + local exit_code=255
2019-06-22 12:44:22,355: WARNING - flarum's script has encountered an error. Its execution was cancelled.
2019-06-22 12:44:22,356: DEBUG - + '[' 255 -eq 0 ']'
2019-06-22 12:44:22,357: WARNING - !!
2019-06-22 12:44:22,359: DEBUG - + trap '' EXIT
2019-06-22 12:44:22,360: WARNING -
2019-06-22 12:44:22,361: DEBUG - + set +eu
2019-06-22 12:44:22,362: DEBUG - + echo -e '!!\n flarum'\''s script has encountered an error. Its execution was cancelled.\n!!'
2019-06-22 12:44:22,363: DEBUG - + type -t ynh_clean_setup
2019-06-22 12:44:22,363: DEBUG - + ynh_die
2019-06-22 12:44:22,364: DEBUG - + local legacy_args=mc
2019-06-22 12:44:22,364: DEBUG - + args_array=([m]=message= [c]=ret_code=)
2019-06-22 12:44:22,365: DEBUG - + declare -Ar args_array
2019-06-22 12:44:22,365: DEBUG - + local message
2019-06-22 12:44:22,366: DEBUG - + local ret_code
2019-06-22 12:44:22,366: DEBUG - + ynh_handle_getopts_args
2019-06-22 12:44:22,367: DEBUG - + set +x
2019-06-22 12:44:22,368: DEBUG - + echo ''
2019-06-22 12:44:22,368: DEBUG - + exit 1
What should I do ?