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

a month ago
It will ask for a redeploy after changing variables, so it can inject it into your service.
a month ago
Wait for it to deploy and test it
a month ago
Not really, according to https://docs.clawd.bot/railway#one-click-deploy it is very straightforward
a month ago
Is there anything on xxxxxxxxx.up.railway.app/setup
a month ago
?
https:///setup — setup wizard (password protected)
https:///clawdbot — Control UI
a month ago
One sec, I'm testing it myself
a month ago
I'm also having some trouble with the Vignesh clawdbot template.
a month ago
It has some missing configs
a month ago
That's not the issue we are having
a month ago
There is a second template, i'm checking that one
a month ago
They use the same version as of now, so that post is now obsolete
a month ago
I'm trying to deploy this one right now: https://railway.com/deploy/clawdbot-railway
a month 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
a month ago
I'm having a difficult time making the template work, lol
a month ago
one sec, I still didn't try faraz's template.
a month ago
I'm testing this one
a month ago
But it is also throwing a gateway error, even if properly set.
a month ago
Well, gonna grab a coffee then try Faraz's template, one sec
a month ago
I was able to get past the Gateway error
a month ago
Which step are you on?
a month 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
a month ago
Is it working fine?
my bot asking to restart, he need update API from sonnet to gemini flash. Sonnet to expensive lol
a month ago
I think you can just redeploy the service
a month 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
a month ago
It is supposed to persist between redeploys and restarts since it got a volume attached

