/
Hi everyone !
My YunoHost server
Hardware: VPS chez OVH, starter
YunoHost version: 3.8.4.4
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
Description of my issue
I am running some tests to create a small writing social group. On my VPS, I installed 1x Writefreely (single user), 1x Writefreely (multi-user), and 1x Mastodon instance. I know it may be too much for such a small VPS ? But I’m basically testing, and I think I still can upgrade the VPS if it appears it’s not handling the charge.
Well I tried to install Mailman. And I got an internal YNH error, I remember I got the same error with another app, framaform, even if my first point is to propose a newsletter subscription.
POST /apps
{"app":"mailman","args":"domain=mydomain.tld&path=%2Fmailman&admin_password=********&language=fr&is_public=1","label":"Mailman"}
and
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/moulinette/interfaces/api.py", line 489, in process
ret = self.actionsmap.process(arguments, timeout=30, route=_route)
File "/usr/lib/python2.7/dist-packages/moulinette/actionsmap.py", line 588, in process
return func(**arguments)
File "/usr/lib/moulinette/yunohost/log.py", line 303, in func_wrapper
result = func(*args, **kwargs)
File "/usr/lib/moulinette/yunohost/app.py", line 720, in app_install
_validate_and_normalize_webpath(manifest, args_odict, extracted_app_folder)
File "/usr/lib/moulinette/yunohost/app.py", line 2547, in _validate_and_normalize_webpath
app_label=app_label,
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 12: ordinal not in range(128)
I hope my YNH is not broken ! I’d be glad if you found a way to help me.
Thanks a lot
Mon serveur YunoHost
Matériel: VPS starter chez OVH
Version de YunoHost: 3.8.4.4
J’ai accès à mon serveur : En SSH | Par la webadmin
Êtes-vous dans un contexte particulier ou avez-vous effectué des modificiations particulières sur votre instance ? : non
Description du problème
Je suis en train de faire quelques essais pour créer un petit groupe d’écriture sur le fediverse. Sur mon VPS, j’ai installé 1x Writefreely (single user), 1x Writefreely (multi-users), et 1x instance Mastodon. Je sais que ça risque d’être un peu trop pour un petit VPS comme ça ? Bon, pour l’instant je fais des tests, et je pense que je pourrai toujours upgrader le VPS si la charge devient trop lourde pour lui.
Bon, donc j’ai essayé d’installer Mailman. Et j’ai eu une erreur interne de YNH, je me souviens avoir eu la même erreur juste après en essayant d’installer framaforms, même si mon idée première est de pouvoir proposer un système de newsletter.
POST /apps
{"app":"mailman","args":"domain=mydomain.tld&path=%2Fmailman&admin_password=********&language=fr&is_public=1","label":"Mailman"}
et
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/moulinette/interfaces/api.py", line 489, in process
ret = self.actionsmap.process(arguments, timeout=30, route=_route)
File "/usr/lib/python2.7/dist-packages/moulinette/actionsmap.py", line 588, in process
return func(**arguments)
File "/usr/lib/moulinette/yunohost/log.py", line 303, in func_wrapper
result = func(*args, **kwargs)
File "/usr/lib/moulinette/yunohost/app.py", line 720, in app_install
_validate_and_normalize_webpath(manifest, args_odict, extracted_app_folder)
File "/usr/lib/moulinette/yunohost/app.py", line 2547, in _validate_and_normalize_webpath
app_label=app_label,
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 12: ordinal not in range(128)
J’espère que j’ai pas tout cassé ! J’ai fait plein de bidouilles en local pour bien prendre YNH en mains, et j’ai fait une installation propre sur le VPS, a priori je n’ai rien fait qui puisse causer cela. J’espère que vous pourrez m’aider…
Merci beaucoup !