Permission denied
dubliou
TRIALOP

2 years ago

I get this message as I deploy - how to fix it? I'm a noob! šŸ˜„
: Nixpacks (I used Github option to import the py project)
bed06f9c-d68f-4092-bf22-4901bfa34d71

20 Replies

coderjoshdk
TRIAL

2 years ago

What is your start script? But it is likely that you didn't set the perms of the file to be execute. Generally though, you would have your command be something like python main_thing.py and not just ./main_thing.py. This will also typically handle execute auth


dubliou
TRIALOP

2 years ago

HMM


dubliou
TRIALOP

2 years ago

where do I do that?


dubliou
TRIALOP

2 years ago

something like this?

1260674318132576300


coderjoshdk
TRIAL

2 years ago

How are you starting it now? Do you have a custom start script? I mean, you must for it to try and run that file?
But yea, that should be fine to do there


dubliou
TRIALOP

2 years ago

I didn't had "python" only the name in front of it with .py in the end


coderjoshdk
TRIAL

2 years ago

Where you setting the start command through that Custom start command?


coderjoshdk
TRIAL

2 years ago

If you have a file, they will likely conflict. So are you defining it with a dockerfile or nixpacks file, or what?


dubliou
TRIALOP

2 years ago

it should be empty then?


coderjoshdk
TRIAL

2 years ago

No, that command with the image you sent, should be correct. If I understand how you are running things.


dubliou
TRIALOP

2 years ago

I have no idea about nixpacks or docker, I just uploaded the py and the req.txt and then connected it to my railway + deployed using the github feature


dubliou
TRIALOP

2 years ago

yea, its running thanks


coderjoshdk
TRIAL

2 years ago

šŸ‘


dubliou
TRIALOP

2 years ago

i get this error now


dubliou
TRIALOP

2 years ago

Error getting balance for XXX: You have breached the ip rate limit or your ip is from the usa. (ErrCode: 403)


dubliou
TRIALOP

2 years ago

I'm trying to connect to bybit but they blocked American IP's


dubliou
TRIALOP

2 years ago

I have a region block on the IP :\


dubliou
TRIALOP

2 years ago

any way of changing it to singapore ?


2 years ago

regions would only be available to pro plan users


dubliou
TRIALOP

2 years ago

got it ty


Loading...