Report this

What is the reason for this report?

Broken Pipe from (IP add)

Posted on May 17, 2022

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.