squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
MIT License
8.61k stars 581 forks source link

No response on hello world example #117

Closed phantomxe closed 6 years ago

phantomxe commented 6 years ago

Accepting connections on http://0.0.0.0:8080 Exception in callback UVTransport._call_connection_made handle: <Handle UVTransport._call_connection_made> Traceback (most recent call last): File "uvloop/cbhandles.pyx", line 52, in uvloop.loop.Handle._run File "uvloop/handles/tcp.pyx", line 149, in uvloop.loop.TCPTransport._call_connection_made File "uvloop/handles/basetransport.pyx", line 156, in uvloop.loop.UVBaseTransport._call_connection_made File "uvloop/handles/basetransport.pyx", line 153, in uvloop.loop.UVBaseTransport._call_connection_made SystemError: NULL result without error in PyObject_Call I got this error in hello world example. I'm running on ubuntu 16.04.

squeaky-pl commented 6 years ago

Duplicate: https://github.com/squeaky-pl/japronto/issues/115