Theres a really really annoying bug where the server is up running, but then it just stop working.
ezequielmarinho860-kda
HOBBYOP

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.

988ffe4b-7308-45c0-8e74-132d51cdb742.png

image.png

$10 Bounty

48 Replies

ezequielmarinho860-kda
HOBBYOP

a month ago

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


ezequielmarinho860-kda
HOBBYOP

a month ago

image.png

image.png


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?


ezequielmarinho860-kda
HOBBYOP

a month ago

Yep. I'm not the one removing the deployment, 100%


ezequielmarinho860-kda
HOBBYOP

a month ago

It literally just happened

image.png

Attachments


ezequielmarinho860-kda
HOBBYOP

a month ago

Right now, i was watching my bot on my sec monitor, the bot stopped working, i open railway and the Repo was removed lol


ezequielmarinho860-kda
HOBBYOP

a month ago

This one doesn't even have the removed log

image.png

Attachments


a month ago

can you check the activity panel for clues?


ezequielmarinho860-kda
HOBBYOP

a month ago

How?


ezequielmarinho860-kda
HOBBYOP

a month ago

Where do i see it


a month ago

Top right corner, it'll look like a heartbeat icon


ezequielmarinho860-kda
HOBBYOP

a month ago

Its not showing anything, it only shows when i manually turn the server on again

image.png

Attachments


a month ago

that is very strange, I have no idea what sorcery is causing this


ezequielmarinho860-kda
HOBBYOP

a month ago

lmao


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.


ezequielmarinho860-kda
HOBBYOP

a month ago

Okay, so do you think it might be something on my code?


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>


ezequielmarinho860-kda
HOBBYOP

a month ago

Nice emoji usage btw 🤣 . I will try to investage the code and see if i get some answers but i really i dont know


ezequielmarinho860-kda
HOBBYOP

a month ago

I had other project that i was using on railway


ezequielmarinho860-kda
HOBBYOP

a month ago

And it never happened


ezequielmarinho860-kda
HOBBYOP

a month ago

I mean, this bug of the repo being removed


ezequielmarinho860-kda
HOBBYOP

a month ago

o. o


ezequielmarinho860-kda
HOBBYOP

a month ago

Really weird


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


ezequielmarinho860-kda
HOBBYOP

a month ago

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

image.png

Attachments


ezequielmarinho860-kda
HOBBYOP

a month ago

image.png

image.png


Status changed to Open Railway about 1 month ago


Anonymous
HOBBY

a month ago

should i help @Oshael i guess main sir brody will handle


a month ago

Help away, there is nothing for me to handle here, the issue is not on our end.


Anonymous
HOBBY

a month ago

ok let me help


Anonymous
HOBBY

a month ago

to fix it


Anonymous
HOBBY

a month ago

so the issue is railway won't allow any thing which is posted as a bug likelly a exploit


Anonymous
HOBBY

a month ago

so might be that issue

but i can see your build might have same issue what i told

old dependencies


Anonymous
HOBBY

a month ago

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.


Anonymous
HOBBY

a month ago

to me >>?


a month ago

Yes, that was directed at you.


Anonymous
HOBBY

a month ago

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.


Anonymous
HOBBY

a month ago

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.


Anonymous
HOBBY

a month ago

sorry sir i am out now


Welcome!

Sign in to your Railway account to join the conversation.

Loading...