CyberPanel Community

'ascii' codec can't decode byte 0xe0 in position 371: ordinal not in range(128)

10 replies
jo
josephgodwinke #2

Hello @shakir

How is that a valid domain ?

That should not have passed on creating a website.

SH
Shakir Hossain #3

Yes Sir This is a Valid Domain…
I am Creating Anader Website Emain But Slill This Problem…

jo
josephgodwinke #4

This an issue with python3 which is used to create cyberpanel where there is a unicode decode error caused when it uses the ascii encoding to decode a bytes object that was encoded in a different encoding say utf-8.

ordinal not in range(128)

This part it seems that the cyberpanel code is trying to decode an already existing unicode object

  1. Which server os is this ?
  2. Which version of cyberpanel is this ?
SH
Shakir Hossain #5
  1. Sir I am Using Contabo VPS Server
  2. cyber panel 2.3
SH
Shakir Hossain #9

Sir, I was running an update script after the problem but the boot didn’t fix

Lo
Loran #10

I have the same problem with a “normal” domain name and email
Cyber panel have a lot of issues and not easy to solve them :frowning:

Lo
Loran #11

and i updated Cyberpanel so i use the last version
someone can help?

Sign in to reply