pterodactyl-installer / pterodactyl-installer

:bird: Unofficial installation scripts for Pterodactyl Panel
https://pterodactyl-installer.se
GNU General Public License v3.0
1.39k stars 558 forks source link

curl: (23) Failure writing output to destination #359

Closed Dany01000110 closed 1 year ago

Dany01000110 commented 1 year ago

Describe the bug When I want to select option n°2, I get the error curl: (23) Failure writing output to destination

To Reproduce Steps to reproduce the behaviour:

  1. Have Debian 11
  2. Execute script
  3. Select third option (both option of installation)

Expected behaviour It should install the two previous options in the list (wings script and panel).

Screenshots Screenshot here. (https://img.dany01000110.xyz/images/2022/12/02/81b6c2773a45e2950b9239d58f6468cb.png)

OS (please complete the following information):

ehamawy commented 1 year ago

Getting the same error on a fresh Ubuntu 22.04 LTS

vilhelmprytz commented 1 year ago

@Linux123123, do you know anything about this?

vilhelmprytz commented 1 year ago

Can you try running

curl -sSL -o /tmp/lib.sh https://raw.githubusercontent.com/pterodactyl-installer/pterodactyl-installer/master/lib/lib.sh

and see if it fails?

Dokman commented 1 year ago

doesn't work

vilhelmprytz commented 1 year ago

doesn't work

Please elaborate. What's not working? What's the error message?

Dany01000110 commented 1 year ago

doesn't work

Please elaborate. What's not working? What's the error message?

Same error : curl: (23) Failure writing output to destination :/

Dokman commented 1 year ago

doesn't work

Please elaborate. What's not working? What's the error message?

i mean if i use the command that you send it gaves me the same error image

MohmadHafiz commented 1 year ago

not working :/ im using ubuntu 22.04 image

vilhelmprytz commented 1 year ago

To anyone that has this problem: can you please try to run the script and select options 3, 4, or 5?

FlashSkyNews commented 1 year ago

5 dosen't work too, same error

vilhelmprytz commented 1 year ago

Can you do curl https://pterodactyl-installer.se just to see that it actually pulls the latest version? I just pushed another commit that actually made the changes I initially push "go live".

vilhelmprytz commented 1 year ago

Also, feel free to join our Discord server for easier communication since we're not able to reproduce this problem ourselves.

Dany01000110 commented 1 year ago

Here is a resolution provided by linux123123 in Discord Support which solved the problem for me:

Steps to solve the problem:

  1. Run rm -rf /tmp/lib.sh
  2. Retry to execut bash <(curl -s https://pterodactyl-installer.se) script
  3. It's done!
Linux123123 commented 1 year ago

It is fully fixed by https://github.com/pterodactyl-installer/pterodactyl-installer/tree/2bb8695c5fec5377915aa9346410c91e5132f0d6 and https://github.com/pterodactyl-installer/pterodactyl-installer/tree/f82954a448268dcb0d9eb6d4d092a9a37e299602. Thanks, @Dany01000110, for reporting and testing.