Wednesday, February 5, 2020

Re: Django local host connection aborted



On Wed, Feb 5, 2020, 4:34 AM Ayser shuhaib <embedded.manager@gmail.com> wrote:
Can you send your settings.py file please.

On Wed, 05 Feb 2020 at 14:30, yazan bader <baderyazan1990@gmail.com> wrote:

 am having new issue when running Django localhost 127.0.0.1:8000 as connection getting aborted ,this is new for me as I am working with Django from 3 month and cant find solution for it.

below is the Exception i got:

Exception happened during processing of request from ('127.0.0.1', 50501)  Traceback (most recent call last):    File "C:\Users\Yazan Bader\AppData\Local\Programs\Python\Python37\lib\socketserver.py", line 650, in process_request_thread      self.finish_request(request, client_address)    File "C:\Users\Yazan Bader\AppData\Local\Programs\Python\Python37\lib\socketserver.py", line 360, in finish_request      self.RequestHandlerClass(request, client_address, self)    File "C:\Users\Yazan Bader\AppData\Local\Programs\Python\Python37\lib\socketserver.py", line 720, in __init__      self.handle()    File "C:\Users\Yazan Bader\AppData\Local\Programs\Python\Python37\lib\site-packages\django\core\servers\basehttp.py", line 174, in handle      self.handle_one_request()    File "C:\Users\Yazan Bader\AppData\Local\Programs\Python\Python37\lib\site-packages\django\core\servers\basehttp.py", line 182, in handle_one_request      self.raw_requestline = self.rfile.readline(65537)    File "C:\Users\Yazan Bader\AppData\Local\Programs\Python\Python37\lib\socket.py", line 589, in readinto      return self._sock.recv_into(b)  ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine

any help pls?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0812e223-c9ed-4836-856f-1406606f1234%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAE0AZGKTBsv7skLt1jzNCm1h9JLdvD%2BSAwWWqCGm%3D-9ScVcK%2Bg%40mail.gmail.com.

I vaguely remember having this problem on Windows. Are you able to try to run your project under Python 3.8 and see if that helps?

-Jorge


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANfN%3DK_gA178cS29s7z8s3UFsob2pJXeWHwh%3DVVfvCWu1bgdZQ%40mail.gmail.com.

No comments:

Post a Comment