Exception

55 views
Skip to first unread message

Igbinyemi Adeboye Amos

unread,
Nov 5, 2020, 10:47:35 AM11/5/20
to Django users

Please am having error
I just change my database from the default to Mysql
And its now working perfectly but once the page is loaded it throws error on the terminal.

Kasper Laudrup

unread,
Nov 5, 2020, 2:38:07 PM11/5/20
to django...@googlegroups.com
Hi Igbinyemi
The error thrown usually contains some information indicating the cause
of the error. Using that information can usually help quite a lot in
fixing the cause of the error.

I suggest you try to read the actual output and see if you understand
the error message. If not, try posting the contents here.

Kind regards,

Kasper Laudrup

Igbinyemi Adeboye Amos

unread,
Nov 5, 2020, 4:41:29 PM11/5/20
to django...@googlegroups.com
Okay, thanks will post the content right now.


--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c046122e-82ce-4598-92db-0636f2ee0374%40stacktrace.dk.


--
Igbinyemi Adeboye Amos 
Cybersecurity Personnel
09063997466

Igbinyemi Adeboye Amos

unread,
Nov 5, 2020, 4:46:26 PM11/5/20
to django...@googlegroups.com
This is the content of the error below;
Exception occurred during processing of request from ('127.0.0.1', 8435)
Traceback (most recent call last):
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socketserver.py", line 650, in process_request_thread
    self.finish_request(request, client_address)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socketserver.py", line 360, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socketserver.py", line 720, in __init__
    self.handle()
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\servers\basehttp.py", line 174, in handle
    self.handle_one_request()
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\servers\basehttp.py", line 182, in handle_one_request
    self.raw_requestline = self.rfile.readline(65537)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
----------------------------------------
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 8431)
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 8436)
Exception occurred during processing of request from ('127.0.0.1', 8437)
Traceback (most recent call last):
Traceback (most recent call last):
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socketserver.py", line 650, in process_request_thread
    self.finish_request(request, client_address)
Exception occurred during processing of request from ('127.0.0.1', 8438)
Traceback (most recent call last):
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socketserver.py", line 360, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socketserver.py", line 720, in __init__
    self.handle()
Traceback (most recent call last):
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socketserver.py", line 650, in process_request_thread
    self.finish_request(request, client_address)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socketserver.py", line 360, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socketserver.py", line 650, in process_request_thread
    self.finish_request(request, client_address)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\servers\basehttp.py", line 174, in handle
    self.handle_one_request()
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\servers\basehttp.py", line 182, in handle_one_request
    self.raw_requestline = self.rfile.readline(65537)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socketserver.py", line 650, in process_request_thread
    self.finish_request(request, client_address)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socketserver.py", line 360, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socketserver.py", line 720, in __init__
    self.handle()
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socket.py", line 704, in readinto
    return self._sock.recv_into(b)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socketserver.py", line 720, in __init__
    self.handle()
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socketserver.py", line 360, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\servers\basehttp.py", line 174, in handle
    self.handle_one_request()
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\servers\basehttp.py", line 182, in handle_one_request
    self.raw_requestline = self.rfile.readline(65537)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\servers\basehttp.py", line 174, in handle
    self.handle_one_request()
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socketserver.py", line 720, in __init__
    self.handle()
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socket.py", line 704, in readinto
    return self._sock.recv_into(b)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\servers\basehttp.py", line 174, in handle
    self.handle_one_request()
----------------------------------------
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\servers\basehttp.py", line 182, in handle_one_request
    self.raw_requestline = self.rfile.readline(65537)
----------------------------------------
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\servers\basehttp.py", line 182, in handle_one_request
    self.raw_requestline = self.rfile.readline(65537)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socket.py", line 704, in readinto
    return self._sock.recv_into(b)
  File "C:\Users\Igbinyemi Adeboye\AppData\Local\Programs\Python\Python39\lib\socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
----------------------------------------
----------------------------------------

Walter Randazzo

unread,
Nov 5, 2020, 5:04:43 PM11/5/20
to django...@googlegroups.com
Great! Whats is the error message?

--
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...@googlegroups.com.

Kasper Laudrup

unread,
Nov 5, 2020, 5:24:28 PM11/5/20
to django...@googlegroups.com
Hi Igbinyemi,

I don't use Windows, so I don't have much experience here, but:

> ConnectionAbortedError: [WinError 10053] An established connection was
> aborted by the software in your host machine

seems like you have some kind of "security" software installed that's
interfering with network connectivity.

Maybe that would be that cause of the error?

But I hope someone more experienced with Windows might be able to help.

Anyway, providing information like that, e.g. "I'm using this Django
version with this Python version on this operating system and I'm
getting this error" will make it much easier to find some help.

Kind regards,

Kasper Laudrup
Reply all
Reply to author
Forward
0 new messages