TommyTran732 / Pterodactyl-Script

Installing Pterodactyl in just a few minutes!
Apache License 2.0
185 stars 56 forks source link

Servers not installing #7

Closed wildmaster84 closed 4 years ago

wildmaster84 commented 4 years ago

OS: Ubuntu 20.04.1

I tried creating 1 minecraft server and 1 discord bot and i left for XCountry and when i got back the server was still showing installing, i made sure it wasn't the eggs so idk what's causing the issue

wildmaster84 commented 4 years ago

image

An error occured while attempting to alert the panel of server install status. {
  code: 405,
  responseBody: '{\n' +
    '    "errors": [\n' +
    '        {\n' +
    '            "code": "MethodNotAllowedHttpException",\n' +
    '            "status": "405",\n' +
    '            "detail": "An error was encountered while processing this request."\n' +
    '        }\n' +
    '    ]\n' +
    '}'
}
lstefan1520 commented 4 years ago

This is unrelated to Tommy’s script. Should be taken up with pterodactyl.

wildmaster84 commented 4 years ago

I talked to pterodactyl and they said it was caused by broken packages, the only thing i used before anything broke WAS this script and thanks to it, i lost 5 website and 2 years of work. This issue is not related with pterodactyl but the way the script installs the packages.

lstefan1520 commented 4 years ago

I don’t see how it is related to packages? Did you run the script on a fresh system?

wildmaster84 commented 4 years ago

Yes its on a fresh install of Ubuntu 20.04. ;-;

wildmaster84 commented 4 years ago

I figured out what the issue is, while running the script the first time, it randomly ejects drives which in my case it ejected the main drive and caused it to corrupt the boot sector, it's still not very clear on what caused it but after running the script 5 times it sorted it's self out (On the new OS that is) I now run the 1.0beta version of the panel and i wont be trying to install the daemon as well as it broke npm.

TommyTran732 commented 4 years ago

I talked to pterodactyl and they said it was caused by broken packages, the only thing i used before anything broke WAS this script and thanks to it, i lost 5 website and 2 years of work. This issue is not related with pterodactyl but the way the script installs the packages.

image

The script clearly states that it is meant to run on a fresh system, it is your fault for running it on systems that already have stuff preinstalled. It is GUARANTEED to break stuff if you have a LAMP/LEMP stack and whatever else on it, because it is meant to set up it's own LEMP stack.

Yes its on a fresh install of Ubuntu 20.04. ;-;

If it was on a fresh system, how did you lose your "5 websites and 2 years of work"???

I figured out what the issue is, while running the script the first time, it randomly ejects drives which in my case it ejected the main drive and caused it to corrupt the boot sector, it's still not very clear on what caused it but after running the script 5 times it sorted it's self out (On the new OS that is) I now run the 1.0beta version of the panel and i wont be trying to install the daemon as well as it broke npm.

Version 1.0 is NOT ready for production. I will not be supporting it until it is. You are on your own here.