Permission denied
dubliou
TRIALOP

a year 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

a year 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](thing.py) and not just ./main_[thing.py](thing.py). This will also typically handle execute auth


dubliou
TRIALOP

a year ago

HMM


dubliou
TRIALOP

a year ago

where do I do that?


dubliou
TRIALOP

a year ago

something like this?

1260674318132576300


coderjoshdk
TRIAL

a year 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

a year ago

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


coderjoshdk
TRIAL

a year ago

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


coderjoshdk
TRIAL

a year 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

a year ago

it should be empty then?


coderjoshdk
TRIAL

a year ago

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


dubliou
TRIALOP

a year 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

a year ago

yea, its running thanks


coderjoshdk
TRIAL

a year ago

šŸ‘


dubliou
TRIALOP

a year ago

i get this error now


dubliou
TRIALOP

a year ago

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


dubliou
TRIALOP

a year ago

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


dubliou
TRIALOP

a year ago

I have a region block on the IP :\


dubliou
TRIALOP

a year ago

any way of changing it to singapore ?


brody
EMPLOYEE

a year ago

regions would only be available to pro plan users


dubliou
TRIALOP

a year ago

got it ty


Loading...