I get the following traceback shortly after running Daphne with TLS enabled 
(it doesn't occur when TLS is not configured). Any ideas? It doesn't seem 
to affect anything, but I thought I would bring it up here before trying to 
submit an issue:

2019-05-03 12:41:45,252 ERROR    Exception in callback 
AsyncioSelectorReactor.callLater.<locals>.run() at 
c:\users\user\virtualenvs\channels_test\lib\site-packages\twisted\internet\asyncioreactor.py:287
handle: <TimerHandle when=56886.125 
AsyncioSelectorReactor.callLater.<locals>.run() at 
c:\users\user\virtualenvs\channels_test\lib\site-packages\twisted\internet\asyncioreactor.py:287>
Traceback (most recent call last):
  File "C:\Program Files\Python37\lib\asyncio\events.py", line 88, in _run
    self._context.run(self._callback, *self._args)
  File 
"c:\users\user\virtualenvs\channels_test\lib\site-packages\twisted\internet\asyncioreactor.py",
 
line 290, in run
    f(*args, **kwargs)
  File 
"c:\users\user\virtualenvs\channels_test\lib\site-packages\twisted\web\http.py",
 
line 2339, in forceAbortClient
    self.transport.abortConnection()
  File 
"c:\users\user\virtualenvs\channels_test\lib\site-packages\twisted\protocols\tls.py",
 
line 435, in abortConnection
    self._shutdownTLS()
  File 
"c:\users\user\virtualenvs\channels_test\lib\site-packages\twisted\protocols\tls.py",
 
line 338, in _shutdownTLS
    shutdownSuccess = self._tlsConnection.shutdown()
AttributeError: 'NoneType' object has no attribute 'shutdown'

This is on Windows 10, but I saw it on my Ubuntu server as well (again, 
when TLS is enabled).

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/352838d6-f9b0-41ab-b95f-7e2eca2dd0cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to