Issue
You got an error like this one:
The received data is wrong. Contact support for resolution. /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8){"result": "success", "sending_status": {"result": "success", "timestamp": 1656912919}, "status": "ready", "timestamp": 1656925275.4571667}
Environment
- CloudLinux
- LVE Manager
Solution
1. Install additional packages:
dnf install langpacks-en glibc-all-langpacks
2. Then, if the problem will not be resolved after package installation, try to set the locale by yourself. Here is a command:
export LC_ALL="us_US.UTF-8"
Cause
Missed language packages.
Comments
0 comments
Please sign in to leave a comment.