Skip to content

Instantly share code, notes, and snippets.

@tcatm
Created June 23, 2015 19:49
Show Gist options
  • Save tcatm/191779816efab4acdd53 to your computer and use it in GitHub Desktop.
Save tcatm/191779816efab4acdd53 to your computer and use it in GitHub Desktop.
Jun 23 21:39:54 muehlentor pyddhcpd.py[8292]: 06-23 21:39 ERROR Fatal write error on datagram transport
Jun 23 21:39:54 muehlentor pyddhcpd.py[8292]: protocol: <protocol.DDHCPProtocol object at 0x7f4a2418ebe0>
Jun 23 21:39:54 muehlentor pyddhcpd.py[8292]: transport: <_SelectorDatagramTransport fd=8 read=polling write=<idle, bufsize=0>>
Jun 23 21:39:54 muehlentor pyddhcpd.py[8292]: Traceback (most recent call last):
Jun 23 21:39:54 muehlentor pyddhcpd.py[8292]: File "/usr/lib/python3.4/asyncio/selector_events.py", line 1031, in sendto
Jun 23 21:39:54 muehlentor pyddhcpd.py[8292]: self._sock.sendto(data, addr)
Jun 23 21:39:54 muehlentor pyddhcpd.py[8292]: TypeError: getsockaddrarg: AF_INET6 address must be tuple, not NoneType
Jun 23 21:39:54 muehlentor pyddhcpd.py[8292]: 06-23 21:39 ERROR Exception in callback _SelectorTransport._call_connection_lost(TypeError('ge...ot NoneType',))
Jun 23 21:39:54 muehlentor pyddhcpd.py[8292]: handle: <Handle _SelectorTransport._call_connection_lost(TypeError('ge...ot NoneType',))>
Jun 23 21:39:54 muehlentor pyddhcpd.py[8292]: Traceback (most recent call last):
Jun 23 21:39:54 muehlentor pyddhcpd.py[8292]: File "/usr/lib/python3.4/asyncio/events.py", line 120, in _run
Jun 23 21:39:54 muehlentor pyddhcpd.py[8292]: self._callback(*self._args)
Jun 23 21:39:54 muehlentor pyddhcpd.py[8292]: File "/usr/lib/python3.4/asyncio/selector_events.py", line 609, in _call_connection_lost
Jun 23 21:39:54 muehlentor pyddhcpd.py[8292]: self._protocol.connection_lost(exc)
Jun 23 21:39:54 muehlentor pyddhcpd.py[8292]: AttributeError: 'DDHCPProtocol' object has no attribute 'connection_lost'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment