YunoHost-Apps / snweb_ynh

Standard Notes Web App
https://standardnotes.org/
GNU Affero General Public License v3.0
5 stars 4 forks source link

install fails #6

Closed matthijsbro closed 3 years ago

matthijsbro commented 3 years ago

My install failed. It's a vps with yunohost 4.1.8. The standard notes server does work with the desktop app. So I got this reply from my yunohost:

2021-05-01 21:19:08,506: DEBUG - + exec_as snweb env PATH=PATH=/opt/rbenv/shims:/opt/rbenv/bin:/opt/node_n/n/versions/node/15.11.0/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin yarn bundle 2021-05-01 21:19:08,507: DEBUG - + local user=snweb 2021-05-01 21:19:08,507: DEBUG - + shift 1 2021-05-01 21:19:08,507: DEBUG - ++ whoami 2021-05-01 21:19:08,507: DEBUG - + [[ snweb = root ]] 2021-05-01 21:19:08,507: DEBUG - + sudo -u snweb env PATH=PATH=/opt/rbenv/shims:/opt/rbenv/bin:/opt/node_n/n/versions/node/15.11.0/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin yarn bundle 2021-05-01 21:19:08,808: DEBUG - yarn run v1.22.5 2021-05-01 21:19:08,909: DEBUG - $ webpack --config webpack.prod.js && yarn tsc 2021-05-01 21:25:26,355: WARNING - Killed 2021-05-01 21:25:26,464: DEBUG - info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. 2021-05-01 21:25:26,464: WARNING - error Command failed with exit code 137. 2021-05-01 21:25:26,565: DEBUG - + ynh_exit_properly 2021-05-01 21:25:26,566: DEBUG - + local exit_code=137 2021-05-01 21:25:26,566: DEBUG - + '[' 137 -eq 0 ']' 2021-05-01 21:25:26,566: DEBUG - + trap '' EXIT 2021-05-01 21:25:26,566: DEBUG - + set +o errexit 2021-05-01 21:25:26,566: DEBUG - + set +o nounset 2021-05-01 21:25:26,566: DEBUG - + sleep 0.5 2021-05-01 21:25:27,070: DEBUG - + type -t ynh_clean_setup 2021-05-01 21:25:27,070: DEBUG - + ynh_clean_setup 2021-05-01 21:25:27,070: DEBUG - + ynh_clean_check_starting 2021-05-01 21:25:27,070: DEBUG - + '[' -n '' ']' 2021-05-01 21:25:27,070: DEBUG - + '[' -n '' ']' 2021-05-01 21:25:27,070: DEBUG - + exit 1 2021-05-01 21:25:27,113: ERROR - Unable to install snweb: An error occurred inside the app installation script

FabianWilkens commented 3 years ago

I couldn't find the fault. Can you please share the full log?

matthijsbro commented 3 years ago

I just tried again via cli, still failing: https://paste.yunohost.org/raw/tijuguhaqu

FabianWilkens commented 3 years ago

Ich have no idea where the problem is. I updated snweb to a newer version and did some other improvments.

You can try to install it with this command: sudo yunohost app install https://github.com/YunoHost-Apps/snweb_ynh/tree/testing

FabianWilkens commented 3 years ago

If you have sill problems with the installlation please reopen this issue or create a new one.

jcn50 commented 2 years ago

I still have the same problem: and will open a new issue now as requested~~