Knowledgebase

The received data is wrong. Contact support for resolution. Traceback (most recent call last): File "/opt/alt/python37/lib/python3.7/site-packages/clcommon/lib/cledition.py", line 72, in get_from_jwt jwt = decode_jwt(token, verify_exp=verify_exp)

The error message you provided indicates that there is an issue with decoding a JSON Web Token (JWT) in the CloudLinux environment. This error is typically raised when the data received does not match the expected format.

Here are steps you can take to address this issue:

  1. Check Network Connectivity:

    Ensure that your server has a working internet connection. Network issues can sometimes lead to problems with JWT decoding.

  2. Verify CloudLinux Activation Status:

    Confirm that your CloudLinux activation is current and that your server can communicate with CloudLinux servers:

    bash

 

  • clnreg_ks --list

    If there are any issues with your CloudLinux Network registration, it may affect JWT decoding.

  • Update CloudLinux Repositories:

    Update the repository information to ensure you have the latest information about available packages:

    bash
  • yum makecache
  • Check for Updates:

    Verify if there are any available updates for CloudLinux:

    bash

 

  1. yum check-update
  2. Review CloudLinux Documentation or Forums:

    Consult the CloudLinux documentation or community forums for any known issues or solutions related to this specific error message.

  3. Contact CloudLinux Support:

    If none of the above steps resolve the issue, consider reaching out to CloudLinux support. They may have specific troubleshooting steps or solutions for your situation.

  4. Temporary Issue:

    It's possible that this issue is temporary and may be resolved on its own. You can try again at a later time.

Remember to exercise caution when making changes to configurations, and ensure that you have backups in place before making any major adjustments. This way, you can easily restore your settings if anything goes wrong during the troubleshooting process.

  • 0 Users Found This Useful
Was this answer helpful?