a month ago
Basically as you can see on the time stamps on the the images, the server was up, then out of no where it just got shutdown. Every fucking time it runs for a couple hours then it just stop working and goes offline.
Attachments
48 Replies
Theres a really really annoying bug where the server is up running, but then it just stop working.
a month ago
can you check the logs of the removed deployment, and a screenshot of your history would be helpful too
a month ago
That Starting Container and Stopping Container happens when the container is paused, the only way to do that through the UI is via serverless. Where the container is being Removed makes no sense though, you're saying you're not the one removing the containers?
a month ago
That Starting Container and Stopping Container happens when the container is paused and unpaused respectively, the only way to do that through the UI is via serverless. Where the container is being Removed makes no sense though, you're saying you're not the one removing the containers?
a month ago
That Starting Container and Stopping Container happens when the container is paused and unpaused respectively, the only way to do that through the UI is via serverless. Where the container is being Removed makes no sense though, you're saying you're not the one removing the deployments?
It literally just happened
Attachments
Right now, i was watching my bot on my sec monitor, the bot stopped working, i open railway and the Repo was removed lol
This one doesn't even have the removed log
Attachments
a month ago
can you check the activity panel for clues?
a month ago
Top right corner, it'll look like a heartbeat icon
Its not showing anything, it only shows when i manually turn the server on again
Attachments
a month ago
that is very strange, I have no idea what sorcery is causing this
a month ago
i'll escalate this to the team since I'm out of ideas
Status changed to Awaiting Railway Response Railway • about 1 month ago
a month ago
We aren't removing the deployment on our end.
a month ago
Not sure, I don't have access to your code.
a month ago
I originally thought your code might be exiting with code 0 (cause if it isn't code 0 it'd show that it crashed), but that only results in a Completed state, not a removed state, so to me idk if your code could cause this unless you are interacting with the Railway API to remove the deployment
a month ago
Surreal response time btw
a month ago
I was already watching.
a month ago
<:SH_emoscared:964588386360909904>
Nice emoji usage btw 🤣 . I will try to investage the code and see if i get some answers but i really i dont know
a month ago
I tried some more things on my side, and yea I'm not able to reproduce this at all (without interacting with the API)
i'm fully out of ideas
I took a look at the bot codebase.
There is no Railway API usage, no GitHub/GitLab API usage, no child_process/exec/spawn, and no code path that could remove or detach a deployment/repository from Railway.
The app can only:
- start the HTTP server
- exit normally in scan mode
- fail startup and set process.exitCode = 1 on fatal errors
That could explain Completed/Crashed states, but not a service showing “There is no active deployment for this service” and asking to manually reconnect the repo.
The only external network calls in the backend are to Hyperliquid metadata and public icon URLs, both unauthenticated and unrelated to Railway.
Theres no evidence whatsover that the code is the reason for the repo showing that there is no active deployment. And btw, it just happened again <:sadge:1244710822752813098> . I even went to github to see if the server was actually deploied in the last commit that i send and it was
Attachments
Status changed to Open Railway • about 1 month ago
a month ago
Help away, there is nothing for me to handle here, the issue is not on our end.
so the issue is railway won't allow any thing which is posted as a bug likelly a exploit
so might be that issue
but i can see your build might have same issue what i told
old dependencies
or issue with a debug build not a production one
i must say try to update via npm install fund etc etc
a month ago
Please disengage if you are going to make things up.
a month ago
Yes, that was directed at you.
Adjust Environment Variables: Railway typically sets NODE_ENV=production automatically. In modern npm versions, this environment variable alone triggers the behavior of excluding devDependencies, making the explicit --production flag redundant and a source of the warning.
last patch which is simple make a startup command on railway and in that try to add --production in it which might overide this issue bcz your command will tell railway that yeah it is a production build
a month ago
Taps sign.