nuelpeters47
nuelpeters47
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
thanks will look into it
38 replies
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
sorry havent been online. please do you have a tutorial link i can follow for this?
38 replies
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
sorry, please i appreciate your time. You asked me to send the build logs, and i sent it including the deployment log incase you needed i too. please let me know. i guess i missed that daphne question. yes i have daphne in my requirements.txt. this is a part of my requirements.txt coverage==4.4.1 cryptography==41.0.4 daphne==4.0.0. in a brief nutshell, its a chatting website that makes use of django channels and tailwind for styling.
38 replies
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
a bit strange now because am getting completed and not crashed but when i try to access the url of the site i get Application failed to respond
38 replies
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
its now in sort of an endless deployment loop, 10 mins and still counting, its still not deployed
38 replies
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
i think i have got this sorted out, it was just a matter of space. its currently still deploying
38 replies
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
i got this build error
38 replies
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
ok thanks, should i also change my procfile to-daphne -b 0.0.0.0 -p $PORT chat.asgi:application or leave it as-web: daphne -u /tmp/daphne.sock chat.asgi:application worker: python manage.py runworker
38 replies
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
thats my build log, now in my deployment log am getting daphne not found error, because i have changed both the start command and my procfile from gunicorn to daphne
38 replies
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
mind to say my procfile has constantly changed from what you can see in the file to web:gunicorn root.asgi:application -k uvicorn.workers.UvicornWorker, to -web:gunicorn root.asgi:application. have kinda tried a lot just to know if it will work
38 replies
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
38 replies
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
i really dont know what you mean by build logs and how i can get it, am still a novice here and i have spent days trying
38 replies
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
38 replies
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
dont know if i did it well, but this is what i got-/bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found /bin/bash: line 1: gunicorn: command not found
38 replies
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
yes, i have. have got both gunicorn, daphne and uvicorn
38 replies
RRailway
Created by nuelpeters47 on 11/27/2023 in #✋|help
Django asgi/channels not deploying
8d4a1ff4-5628-4e20-b965-b7f023aa198d
38 replies