You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
When trying this app, I encountered a problem with my download path during installation process :
Choose a folder where video and music will be downloaded : /<something with é character>/
Is it a public application ? (Yes|No) (default: No) :
Traceback (most recent call last):
File "/usr/lib/moulinette/yunohost/app.py", line 482, in app_install
if hook_exec(app_tmp_folder + '/scripts/install', args_dict) == 0:
File "/usr/lib/moulinette/yunohost/hook.py", line 306, in hook_exec
arg_str = '"{:s}"'.format('" "'.join(arg_list))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 48: ordinal not in range(128)
Erreur : Une erreur inattendue est survenue
Note : position 48 is the "é" character.
It seems the app is waiting for 7bit ascii only... would be great to use unicode.
The text was updated successfully, but these errors were encountered:
When trying this app, I encountered a problem with my download path during installation process :
Choose a folder where video and music will be downloaded : /<something with é character>/
Is it a public application ? (Yes|No) (default: No) :
Traceback (most recent call last):
File "/usr/lib/moulinette/yunohost/app.py", line 482, in app_install
if hook_exec(app_tmp_folder + '/scripts/install', args_dict) == 0:
File "/usr/lib/moulinette/yunohost/hook.py", line 306, in hook_exec
arg_str = '"{:s}"'.format('" "'.join(arg_list))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 48: ordinal not in range(128)
Erreur : Une erreur inattendue est survenue
Note : position 48 is the "é" character.
It seems the app is waiting for 7bit ascii only... would be great to use unicode.
The text was updated successfully, but these errors were encountered: