arkOScloud / core

arkOS core system management libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nextcloud installer fails with; 'FileExistsError'

wouterbr opened this issue · comments

The nexcloud app seems to install just fine, but adding a nextcloud website afterwards, the installer fails

I got ithe following message when trying to create a personal Nextcloud;
'FileExistsError' object is not subscriptable
I deleted and installed nextcloud in the appstore

root@arkos ~]# arkosctl svc status mysqld
Traceback (most recent call last):
File "/usr/bin/arkosctl", line 11, in
sys.exit(cli())
File "/usr/lib/python3.6/site-packages/click/core.py", line 722, in call
return self.main(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/click/core.py", line 676, in main
_verify_python3_env()
File "/usr/lib/python3.6/site-packages/click/_unicodefun.py", line 118, in _verify_python3_env
'for mitigation steps.' + extra)
RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment. Consult http://click.pocoo.org/python3/for mitigation steps.

This system lists a couple of UTF-8 supporting locales that
you can pick from. The following suitable locales where
discovered: en_US.utf8
[root@arkos ~]#

I added en_US.utf8 but still Nextcloud won't install