'' codec can't encode character '\\u1ecb' in position 3225: ordinal not in range(128)

Hi all,
When I edited a file on the filemanager I could not save the file.
It reports the following error:
‘ascii’ codec can’t encode character ‘\u1ecb’ in position 3225: ordinal not in range(128)

How to fix?
Thanks!!!

Try switch to v1.9.4 branch

sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/v1.9.4/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/v1.9.4/preUpgrade.sh)

Let me know if error is still there.

Hello,
I have a similar issue when I try to use the WP + LSCache installer on a fresh install of CyberPanel:

‘ascii’ codec can’t encode character ‘\u2018’ in position 0: ordinal not in range(128) [ApplicationInstaller.run]

Would you know how to fix this please?

Thanks in advance!

Edit: I tried to Upgrade CyberPanel using the steps mentioned here:

But, since I’m running CyberPanel on Ubuntu 20.10, I have the “CyberPanel is supported on Ubuntu 18.04 x86_64, Ubuntu 20.04 x86_64, CentOS 7.x, CentOS 8.x and CloudLinux 7.x…” error. Could you add 20.10 version of Ubuntu to the OS supported list please?

Many host providers just let us choose between Ubuntu 18 or 20 without anymore choices about the Build version…

New Edit:
The problem seems to come from an incompatibility with another version of python already present during the installation of Cyberpanel. Just after a fresh install, I used to install python3-pip for some reason. I started a fresh install without installing python3-pip and the error disappeared. Maybe it would be possible to integrate a check in the installation script? Now I face another error when using the WordPress installer, but that will be the subject of a new post…