-
-
Notifications
You must be signed in to change notification settings - Fork 270
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. |
I'm facing this problem while trying to deploy muse with my Synology NAS + Container Manager I tried ssh into it and run the docker command directly and it runs perfectly fine, with the same mount and env I speculate it's something to do with the shell and the startup screen(the fancy loading line that keep refreshing) |
What's happening?
Concisely describe what's going wrong.
Logs
Screenshots
![image](https://private-user-images.githubusercontent.com/57844837/393892513-788cfa1e-9249-46a0-8a02-5a5c21df56b3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDAxMDIyNTMsIm5iZiI6MTc0MDEwMTk1MywicGF0aCI6Ii81Nzg0NDgzNy8zOTM4OTI1MTMtNzg4Y2ZhMWUtOTI0OS00NmEwLThhMDItNWE1YzIxZGY1NmIzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMjElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjIxVDAxMzkxM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc4N2E4NDdhYmFjZTUxNzE2MTQ0MjE0ZTA2YjU3NmI0ZDA5Nzg3Zjc4ZTAxNWU3MTk3YjBhYTNkOTE1MWRlNjImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Jeqh-TD_M1h_E-1_LA1h7mR0zlzXEaOuvMGTqSjKd3E)
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: