I have set-up Django project which works just fine on my local. Then I have set a droplet on digitalocean and once I ran for testing the python manage runserver 0.0.0.0:8000 it ran fine if i try to visit the browser with my IP:8000 it dosen’t work and the termenal print
Broken Pipe from (IP)…
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @bizmodule,
Have you check out the log server? It’s possible that you are running a development server in production environment? If that is so, now raises a socket exception telling the program that the client ‘Broke the socket pipe’.
Look forward to your feedback,
Sergio Turpín
Hello,
In addition to what has been mentioned, I would recommend setting your Django log level to DEBUG. That way you should be able to see more information on what could be causing the problem rather than the broken pipe message.
Feel free to share the output of the log with DEBUG enabled here if you wish.
Best,
Bobby
the issue is resolved, it was to re-deploy the server thank you all for your input
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.