chatbots icon indicating copy to clipboard operation
chatbots copied to clipboard

[Install Bug]: RedBot

Open MayhemBill opened this issue 2 months ago • 4 comments

Panel Version

1.0.0-beta26

Wings Version

1.0.0-beta18

Service

RedBot

Modified

No, I did not modify the egg

Expected Behavior

Egg installs red bot red bot boots properly

Actual Behavior

Egg installs red bot red bot does not boot correctly as it is improperly installed

Steps To Reproduce

install and start encounter this message and bot crashes You need to configure the bot instance using redbot-setup prior to running the bot

Install logs

https://ptero.co/rudugobexe

MayhemBill avatar Oct 19 '25 22:10 MayhemBill

/mnt/install/install.sh: line 27: curl: command not found

idk If redbot made for arm

gOOvER avatar Oct 20 '25 01:10 gOOvER

The issue is that the python image upgraded to Debian 13 and that has changed the names of some packages so the apt install failed.

Note, selecting 'bind9-dnsutils' instead of 'dnsutils'
Note, selecting 'libncurses-dev' instead of 'libncurses5-dev'
Package openjdk-17-jre-headless is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  openjdk-21-jre  openjdk-21-jdk-headless

parkervcp avatar Oct 20 '25 03:10 parkervcp

So it's just a matter of fixing the package names on the install script? If so I can do that here shortly and get a PR for you

MayhemBill avatar Oct 20 '25 13:10 MayhemBill

So it's just a matter of fixing the package names on the install script? If so I can do that here shortly and get a PR for you

image needs a fix. nothing you can fix

gOOvER avatar Oct 20 '25 16:10 gOOvER

I was able to figure it out if you haven't already. You need to change the startup script to:

PATH=$PATH:/home/container/.local/bin redbot-setup --no-prompt --instance-name pterodactyl

ObservedShark17 avatar Dec 16 '25 17:12 ObservedShark17