-
-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terminal just says "[0K" #1160
Comments
I am also seeing this problem in my setup on a Synology Nas via Portainer |
If you launch the docker container through ssh you'll see that the error is coming from not being able to create a sqllite db. Looks like the working directory is set to /usr/app while pterodactyl uses /home/container /usr/app is also read only |
Was this fixed in v2.10.0 by any chance? @xiolec Building off what you said (thanks for that find btw!), I noticed the db.sqlite's path gets set by calling path.resolve(process.env.DATA_DIR ? process.env.DATA_DIR : './data'); Which I think is set to be the container's I noticed my v2.9.4 working server on Pterodactyl placed db.sqlite in |
Brother, can you please share your working pterodactyl egg because i can't get any version to work. |
@IrGaaT Once this (pelican-eggs/chatbots#14) gets pulled you can grab it and effectively have what I have. However, I'm currently trying to ensure it works for the latest version of Muse first. |
Update: I just tried running the latest version on Pterodactyl, and here's what it prints right before it clears the console and gets stuck on
I also tried setting I would like to note that the latest image runs fine for me within Portainer, so this issue seems to be Pterodactyl-specific; but I unfortunately don't know where to start to fix this. |
What's happening?
Concisely describe what's going wrong.
Logs
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
just setup the egg for pterodactyl panel
Runtime
I'm running Muse:
Versions
The text was updated successfully, but these errors were encountered: