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

2 months 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

2 months ago

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


2 months ago

can you check the logs of the removed deployment, and a screenshot of your history would be helpful too


ezequielmarinho860-kda
HOBBYOP

2 months ago

image.png

image.png


2 months 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?


2 months 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?


2 months 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

2 months ago

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


ezequielmarinho860-kda
HOBBYOP

2 months ago

It literally just happened

image.png

Attachments


ezequielmarinho860-kda
HOBBYOP

2 months 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

2 months ago

This one doesn't even have the removed log

image.png

Attachments


2 months ago

can you check the activity panel for clues?


ezequielmarinho860-kda
HOBBYOP

2 months ago

How?


ezequielmarinho860-kda
HOBBYOP

2 months ago

Where do i see it


2 months ago

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


ezequielmarinho860-kda
HOBBYOP

2 months ago

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

image.png

Attachments


2 months ago

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


ezequielmarinho860-kda
HOBBYOP

2 months ago

lmao


2 months ago

i'll escalate this to the team since I'm out of ideas


Status changed to Awaiting Railway Response Railway 2 months ago


2 months ago

We aren't removing the deployment on our end.


ezequielmarinho860-kda
HOBBYOP

2 months ago

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


2 months ago

Not sure, I don't have access to your code.


2 months 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


2 months ago

Surreal response time btw


2 months ago

I was already watching.


2 months ago

<:SH_emoscared:964588386360909904>


ezequielmarinho860-kda
HOBBYOP

2 months 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

2 months ago

I had other project that i was using on railway


ezequielmarinho860-kda
HOBBYOP

2 months ago

And it never happened


ezequielmarinho860-kda
HOBBYOP

2 months ago

I mean, this bug of the repo being removed


ezequielmarinho860-kda
HOBBYOP

2 months ago

o. o


ezequielmarinho860-kda
HOBBYOP

2 months ago

Really weird


2 months 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

2 months 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

2 months ago

image.png

image.png


Status changed to Open Railway 2 months ago


Anonymous
HOBBY

2 months ago

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


2 months ago

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


Anonymous
HOBBY

2 months ago

ok let me help


Anonymous
HOBBY

2 months ago

to fix it


Anonymous
HOBBY

2 months ago

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


Anonymous
HOBBY

2 months ago

so might be that issue

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

old dependencies


Anonymous
HOBBY

2 months ago

or issue with a debug build not a production one

i must say try to update via npm install fund etc etc


2 months ago

Please disengage if you are going to make things up.


Anonymous
HOBBY

2 months ago

to me >>?


2 months ago

Yes, that was directed at you.


Anonymous
HOBBY

2 months 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

2 months 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


2 months ago

Taps sign.


Anonymous
HOBBY

2 months ago

sorry sir i am out now


Welcome!

Sign in to your Railway account to join the conversation.

Loading...