sdan
Explore posts from serversTrying to save a file
Trying to save a file in media/
where can i save files ?
PermissionError: [Errno 13] Permission denied:
'media/images/4b690efb-a411-478e-bb4e-ce3ce0d0964a'
ERROR:root:Manim error: Command '['manim', '-ql', '-o', '/app/media/4b690efb-a411-478e-bb4e-ce3ce0d0964a.mp4', '/app/4b690efb-a411-478e-bb4e-ce3ce0d0964a.py']' returned non-zero exit status 1.
python:
try:
output_path = f"/app/media/{screen_name}.mp4"
subprocess.run(["manim", "-ql", "-o", output_path, f"/app/{screen_name}.py"], check=True)
14 replies
Service is down
hi guys my service is down:
https://railway.app/project/19be19f8-fe9a-438b-8425-b269d8c24d06/service/364380c7-b21a-4fde-9f86-ec63b19110e3?id=d3ecf291-3ff8-4c8c-99ff-8e90c8330bd2
it has been just hanging, i dont get any notification or indication whats up. any chance there is a diagnosis? this has been happening frequently on multiple apps
want to figure out of this is user error or an issue on your end
much thanks
52 replies
Run dockerfile exposing 8000 port?
i am trying to run https://github.com/chroma-core/chroma dockerfile
it works on my machine but i can't expose the port 8000 on railway. the dockerfile exposes the 8000 port. heres how it runs on my machine:
docker build
docker run -p 8000:8000
26 replies