requirements error
I have correctly mentioned the modules in my
requirement.txt
but they still arent getting installed ig ?
cause it shows error :
29 Replies
Project ID:
5e2ab3e2-a923-4745-8998-3bbc19b57df5
5e2ab3e2-a923-4745-8998-3bbc19b57df5
does this happen locally or on Railway?
it's
requirements.txt
not requirement.txt
Fk.
The build is success but the bot isnt online and no deploy logs
yeah known bug with the logging, team is working on migrating their logging solution, for now you can just redoploy (push a commit)
I did but the bot isnt even getting online
earlier it was logging the errors
it's unfortunate, but just keep redeploying until you see logs
you might have landed on a bad box
alr
I'm using aiosqlite as my db...is their any way to open it ? cause
I'm also trying the sql db that railway provides. Do i need to have CLI installed ? cause the db cant connect to my github project
Also, how can i upload a font ?
1. use a db that railway provides
2. good, you're using a db that railway provides
2.1. yes, to fetch the database credentials that you've setup as variable references in your service, you will need the railway cli and the
railway run
command
3. depends, one thing at a time, get the db working firstOh alr i simply put the stuff without vars. Ill do it.
Is CLI compulsory ?
Am i suppose to fill it in or leave it like this ?
Whole error - https://pastebin.com/8KmvBLR1
Pastebin
2023-05-05 11:48:45 INFO discord.client logging in using static...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Connecting method
can you explain what you mean by this?
it looks like you are missing the port variable in the connection code, make sure you setup all the variable references you would need
Like to run the DB is it compulsory to have CLI installed ?
if you want to run your code locally and have access to the service variables (so your code can connect to the railway database), then yes running your start command with
railway run
is the proper way to do it, that was the cli will pull the variables for youOk so i added port var and it still instead getting connected
show me the new code please?
Updated
and show me a screenshot of your service variables?
try this
yup this works
thnx the DB is connected
thnx for the help and time ✌️
no problem!