503 Service Unavailable The server is temporarily busy, try again later! in python

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ridoyhasan
    Junior Member
    • May 2024
    • 5

    #1

    503 Service Unavailable The server is temporarily busy, try again later! in python

    When I run the nodejs, python app of version 3 or more from any cpanel of the server, the site shows 503 Service Unavailable The server is temporarily busy, try again later!
    The error shows but if I run python with version 2.7.18 then everything is fine. How to solve this problem?​




    OS: CloudLinux v8.9.0 STANDARD standard
    cPanel Version: 114.0.8
  • bogdan.sh
    Administrator
    • Nov 2016
    • 1219

    #2
    Hi,

    Could you please check if the account is not hitting the limits after changing to python v3? It could require different libraries etc.

    Same time, please show the output of:
    Code:
    rpm -qa | grep alt-python31 | sort

    Comment

    • ridoyhasan
      Junior Member
      • May 2024
      • 5

      #3
      please check this output:

      Comment

      • bogdan.sh
        Administrator
        • Nov 2016
        • 1219

        #4
        Hmm, anything in domain logs in the /var/log/apache2/domlogs/ directory?

        Comment

        • ridoyhasan
          Junior Member
          • May 2024
          • 5

          #5
          There is nothing here.

          Comment

          • bogdan.sh
            Administrator
            • Nov 2016
            • 1219

            #6
            Do you use LiteSpeed as a web server? Cold you please show the version from `cat /usr/local/lsws/BUILD` ?

            Comment

            • ridoyhasan
              Junior Member
              • May 2024
              • 5

              #7
              yes, we are using Lite speed.

              Comment

              • bogdan.sh
                Administrator
                • Nov 2016
                • 1219

                #8
                Please try installing other python311 packages, then restart application and try on v3.11 again:

                Code:
                yum install alt-python311*

                Comment

                • ridoyhasan
                  Junior Member
                  • May 2024
                  • 5

                  #9
                  installed this packages by using command but this problem not resolved.


                  Comment

                  • bogdan.sh
                    Administrator
                    • Nov 2016
                    • 1219

                    #10
                    Okay, seems we have no other options however to check the issue in place. Please create support ticket for us and provide access details.

                    Comment

                    Working...