ConnectionAbortedError, AttributeError: Django

0

I am running an application in console with the command python manage.py runserver

The application works well, the queries are correct, etc. However, it shows me the following exceptions:

ConnectionAbortedError: [WinError 10053] Se ha anulado una conexión establecida
por el software en su equipo host

return self.environ['SERVER_PROTOCOL'].upper() != 'HTTP/0.9'
TypeError: 'NoneType' object is not subscriptable

During handling of the above exception, another exception occurred:



self.status.split(' ',1)[0], self.bytes_sent
AttributeError: 'NoneType' object has no attribute 'split'
    
asked by Noel L 08.08.2018 в 17:02
source

0 answers