99 Replies
4 months ago
Hi there! Any logs you could share? Do you have any GH Action enabled?
What are you trying to deploy?
4 months ago
GitHub
im using clawd template from here https://docs.clawd.bot/railway
4 months ago
Can you try redeploying it?
4 months ago
Hmm, can you try changing regions and or even creating a new project and doing a fresh deploy?
4 months ago
And what is the current region of that service?
4 months ago
(You can check that in the service settings)
4 months ago
I think it was just a busy queue, I was deploying some services to test and everything was fine.
4 months ago
Glad you got it working <:salute:1137099685417451530>
4 months ago
You set that through ENV vars right?
4 months ago
Set it through env vars, for telegram its TELEGRAM_BOT_TOKEN and for anthropic it is ANTHROPIC_API_KEY
4 months ago
Add them on the Variables tab of the service

4 months ago
It will ask for a redeploy after changing variables, so it can inject it into your service.
4 months ago
Wait for it to deploy and test it
4 months ago
Not really, according to https://docs.clawd.bot/railway#one-click-deploy it is very straightforward
4 months ago
Is there anything on xxxxxxxxx.up.railway.app/setup
4 months ago
?
https:///setup — setup wizard (password protected)
https:///clawdbot — Control UI
4 months ago
One sec, I'm testing it myself
4 months ago
I'm also having some trouble with the Vignesh clawdbot template.
4 months ago
It has some missing configs
4 months ago
That's not the issue we are having
4 months ago
There is a second template, i'm checking that one
4 months ago
They use the same version as of now, so that post is now obsolete
4 months ago
I'm trying to deploy this one right now: https://railway.com/deploy/clawdbot-railway
4 months ago
There's also this one that was just published by a Railway Team member which is a bit more technical than the others since it involves SSH: https://railway.com/deploy/clawdbot
Guide here: https://farazpatankar.com/p/clawdbot-on-railway
4 months ago
I'm having a difficult time making the template work, lol
4 months ago
one sec, I still didn't try faraz's template.
4 months ago
I'm testing this one
4 months ago
But it is also throwing a gateway error, even if properly set.
4 months ago
Well, gonna grab a coffee then try Faraz's template, one sec
4 months ago
I was able to get past the Gateway error
4 months ago
Which step are you on?
4 months ago
Seems like the Control UI is a bit buggy on every template. Faraz's template seems to be the most up-to-date yet even if it involves a bit more technical steps
4 months ago
Is it working fine?
my bot asking to restart, he need update API from sonnet to gemini flash. Sonnet to expensive lol
4 months ago
I think you can just redeploy the service
4 months ago
If you gonna change the model through env vars then you need to redeploy so it reinjects the env vars into the container
but the bot suggest me sonnet is still there, he will use only for complex task, for chit chat he will only use flash
⚠️ Agent failed before reply: Unknown model: google/gemini-2.0-flash-exp.
Logs: clawdbot logs --follow
4 months ago
It is supposed to persist between redeploys and restarts since it got a volume attached

