Error
unknown
plain_text
a year ago
11 kB
4
Indexable
[26.01.2024 14:36:55] WebUI started. [26.01.2024 14:36:55] Bad response from server: (200 [parsererror,getplugins]) TypeError: theWebUI.createSelectableLabelElement is not a function [26.01.2024 14:36:55] Error downloading files. Make sure autodl-irssi is started and configured properly (eg. password, port number): Could not get files listing: AJAX error, status: error, Exception info: Internal Server Error [26.01.2024 14:36:58] Bad response from server: (502 [error,getsettings]) <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="author" content="Ultra.cc"> <title>Error 502: Application Error | Ultra.cc</title> <meta name="description" content="Error 502: Application Error. Your application is not working."> <link rel="shortcut icon" href="/_assets/favicon.ico?v=xQdvMevLKw"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet"> <script src="https://kit.fontawesome.com/de28eae6b4.js"></script> <link type="text/css" href="/_assets/error-pages.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"> <style> body { background-color: #151A1F; } h1, h2, h3, h4, h5, h6 { font-weight: 700; } h1, h5 { color: #6f73ba; } h2, h3 { color: #0ea088; } .btn-primary:hover { background-color: #166A61; border-color: #166A61; color: #fff; font-weight: 600; } ul li { color: #D4D6DF; } a:hover { color: #5E72E4; } .popup-container { transition: transform 0.2s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); } .popup-container:hover { transform: scale(1.05); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); } .gradient-text { background: linear-gradient(to right, #AD88F4, #E776C1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .discord-button { background-color: transparent; border-color: #0D5075; color: #BAE6FD; font-weight: bold; filter: brightness(1.5); } .discord-button:hover { background-color: transparent; border-color: #0D5075; font-weight: bold; color: #BAE6FD; filter: brightness(2); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); } .ticket-button { background-color: transparent; border-color: #166a61; color: #BAE6FD; font-weight: bold; filter: brightness(1.5); } .ticket-button:hover { background-color: transparent; border-color: #166a61; font-weight: bold; color: #BAE6FD; filter: brightness(2); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); } </style> </head> <body> <header> <div class="container py-5"> <h3 class="text-danger mb-0">Application Error</h3> <h1 class="mb-3">Error 502: <small id="errorName" class="text-muted"></small></h1> <div class="alert alert-danger"> <span id="errorDescription"></span> </div> </div> </header> <main> <div class="container"> <div class="d-flex justify-content-between mb-5"> <div class="text-center p-3 w-100 h-100 flex-grow-1"> <span class="fa-layers fa-fw component-icon"> <i class="far fa-browser"></i> <i class="fas fa-circle text-success" data-fa-transform="shrink-6 down-6"></i> <i class="fa-inverse fas fa-check" data-fa-transform="shrink-12 down-6"></i> </span> <h5 class="component-name mt-4 d-none d-md-block">Browser</h5> <span class="component-status text-success d-none d-md-block">Working</span> </div> <div class="text-center p-1 w-50 flex-shrink-1 d-none d-md-flex"> <span class="fa-fw component-icon align-self-center"> <i class="far fa-exchange"></i> </span> </div> <div class="text-center p-3 w-100 h-100 flex-grow-1"> <span class="fa-layers fa-fw component-icon"> <i class="far fa-server"></i> <i class="fas fa-circle text-success" data-fa-transform="shrink-6 down-6"></i> <i class="fa-inverse fas fa-check" data-fa-transform="shrink-12 down-6"></i> </span> <h5 class="component-name mt-4 d-none d-md-block">Webserver</h5> <span class="component-status text-success d-none d-md-block">Working</span> </div> <div class="text-center p-1 w-50 flex-shrink-1 d-none d-md-flex"> <span class="fa-fw component-icon align-self-center"> <i class="far fa-exchange"></i> </span> </div> <div class="text-center p-3 w-100 h-100 flex-grow-1"> <span class="fa-layers fa-fw component-icon"> <i class="far fa-cube"></i> <i class="fas fa-circle text-danger" data-fa-transform="shrink-6 down-6"></i> <i class="fa-inverse fas fa-times" data-fa-transform="shrink-12 down-6"></i> </span> <h5 class="component-name mt-4 d-none d-md-block">Application</h5> <span class="component-status text-danger d-none d-md-block">Not Working</span> </div> </div> <div class="container-fluid popup-container" style="display: flex; justify-content: center; align-items: center; padding: 0; margin-bottom: 40px;"> <div class="row" style="width: 900px;"> <span id="errorHowTo"></span> <!--<button onclick="javascript:document.location.reload(true)" class="btn btn-primary mb-3">Refresh This Page</button>--> </div> </div> <div class="container"> <div class="row"> <div class="col-12 col-md-6"> <h2>Still not working?</h2> <div class="row" style="width: 500px;"> <div class="col-12 col-md-6"> <a href="https://my.ultra.cc/submitticket.php?step=2&deptid=5" target="_blank" class="btn btn-block btn-primary mb-3 ticket-button" style="width: 200px;"> Open Ticket </a> </div> <div class="col-12 col-md-6"> <a href="https://discord.com/invite/YXGYS9D" target="_blank" class="btn btn-block btn-primary mb-3 discord-button" style="width: 200px;"> Join <i class="fab fa-discord fa-lg"></i> </a> </div> </div> </div> </div> </div> </div> </main> <footer class="footer bg-transparent"> <div class="container"> <hr> <div class="d-flex flex-column flex-md-row align-items-md-center justify-content-between"> <div class="copyright text-muted"> © <span id="copyrightYear">2019</span> SlashN Services Pte. Ltd. All rights reserved. </div> </div> </div> </footer> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/FitText.js/1.2.0/jquery.fittext.min.js" integrity="sha256-HfH85PYPD7XPxN3MmppGXnxsLZUrlu0dN/Kn4H7DA4E=" crossorigin="anonymous"></script> <script> $(document).ready(function() { function loadErrorData() { var config = { 400: { name: 'Bad Request', description: 'The request was invalid or cannot be otherwise served. Check the URL and try again.', howto: null }, 401: { name: 'Unauthorized', description: 'Missing or incorrect authentication credentials.', howto: null }, 403: { name: 'Access Denied', description: 'You do not have permission to access page. It is possible your application password is incorrect or has not yet been set.', howto: ` <h1 style="text-align: center;"> <span class="gradient-text">Easy steps to fix this!</span> </h1> <ul class="pl-3"> <li>Connect to your <a target="_blank" href="https://cp.ultra.cc">UCP</a>.</li> <li>Under "Apps", find the application you're trying to access and use "Actions" to "Change password".</li> </ul>` }, 404: { name: 'Resource Not Found', description: 'The requested page cannot be found. Check the URL and try again.', howto: null }, 500: { name: 'Internal Server Error', description: 'This error is likely because your nginx configuration has been modified incorrectly. If this error was not caused by any changes you have made to your config, please contact Support.', howto: ` <h1 style="text-align: center;"> <span class="gradient-text">Easy steps to fix this!</span> </h1> <p class="lead text-danger">BE WARNED THAT THE FOLLOWING STEPS WILL REMOVE ANY CUSTOMIZATIONS YOU HAVE MADE TO YOUR NGINX CONFIGURATION</p> <ul class="pl-3"> <li>Connect to your <a target="_blank" href="https://cp.ultraseedbox.com">UCP</a>.</li> <li>Under "Slot Info", click the "Reinstall Webserver" button. Wait at least 60 seconds and then try refreshing this page.</li> </ul>` }, 502: { name: 'Bad Gateway', description: 'The application you are trying to access is returning an unexpected networking error for <strong>spaceghost.niagara.usbx.me</strong>', howto: ` <h1 style="text-align: center;"> <span class="gradient-text">Easy steps to fix this!</span> </h1> <ul class="pl-3"> <li>Connect to your <a target="_blank" href="https://cp.ultra.cc">UCP</a>.</li> <li>Under "Apps", find the application you are trying to access and use "Actions" to "Restart" the application. Wait at least 60 seconds and then try refreshing this page.</li> <li>If a restart does not help, use "Actions" to "Upgrade & Repair". Wait at least 60 seconds and then try refreshing this page.</li> </ul>` }, 503: { name: 'Service Unavailable', description: 'The application you are trying to access is returning an unexpected networking error for <strong>spaceghost.niagara.usbx.me</strong>', howto: ` <h1 style="text-align: center;"> <span class="gradient-text">Easy steps to fix this!</span> </h1> <ul class="pl-3"> <li>Connect to your <a target="_blank" href="https://cp.ultra.cc">UCP</a>.</li> <li>Under "Apps", find the application you are trying to access and use "Actions" to "Restart" the application. Wait at least 60 seconds and then try refreshing this page.</li> <li>If a restart does not help, use "Actions" to "Upgrade & Repair". Wait at least 60 seconds and then try refreshing this page.</li> </ul>` }, 504: { name: 'Gateway Timeout', description: 'The application you are trying to access is returning an unexpected networking error for <strong>spaceghost.niagara.usbx.me</strong>', howto: ` <h1 style="text-align: center;"> <span class="gradient-text">Easy steps to fix this!</span> </h1> <ul class="pl-3"> <li>Connect to your <a target="_blank" href="https://cp.ultra.cc">UCP</a>.</li> <li>Under "Apps", find the application you are trying to access and use "Actions" to "Restart" the application. Wait at least 60 seconds and then try refreshing this page.</li> <li>If a restart does not help, use "Actions" to "Upgrade & Repair". Wait at least 60 seconds and then try refreshing this page.</li> </ul>` } }; var errorStatus = 502; var errorName = document.getElementById("errorName"); var errorDescription = document.getElementById("errorDescription"); var errorHowTo = document.getElementById("errorHowTo"); errorName.innerHTML = config[errorStatus]['name']; errorDescription.innerHTML = config[errorStatus]['description']; errorHowTo.innerHTML = config[errorStatus]['howto']; } loadErrorData(); $('#copyrightYear').text(new Date().getFullYear()); $('.component-name').fitText(1.2, { minFontSize: '16px', maxFontSize: '24px' }); $('.component-status').fitText(1, { minFontSize: '14px', maxFontSize: '18px' }); //setTimeout(function() { // document.location.reload(); //}, 60000); }); </script> </body> </html>
Editor is loading...
Leave a Comment