Web-frameworks: japronto / vibora failure

Created on 19 Jun 2018  路  6Comments  路  Source: the-benchmarker/web-frameworks

Hi,

japronto implementation is failing. With the latest version of uvloop (0.10.1), I have

~python
Exception in callback UVTransport._call_connection_made
handle:
Traceback (most recent call last):
File "uvloop/cbhandles.pyx", line 67, in uvloop.loop.Handle._run
File "uvloop/handles/tcp.pyx", line 151, 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
~

@see https://github.com/squeaky-pl/japronto/issues/99

Regards,

All 6 comments

ping @squejly-pl

It has been reported at https://github.com/squeaky-pl/japronto/issues/122 and @squeaky-pl pretty much told us that he doesn't care about making updates to the project anymore.

@btegs ok, japronto seems promising. Is there any candidate for maintenance ?

@btegs it seems to be a problem with uvloop, not japronto, using python 3.6 fix everything

https://github.com/MagicStack/uvloop/issues/178

@waghanza - My issues were also with Python 3.6 on Ubuntu 18.04. I haven't tried Python 3.7 yet.

Because uvloop changed an method return type since 0.9.0. I fixed this in squeaky-pl/japronto#133

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ansarizafar picture ansarizafar  路  11Comments

danielcasler picture danielcasler  路  3Comments

waghanza picture waghanza  路  9Comments

kazzkiq picture kazzkiq  路  5Comments

t-wojciech picture t-wojciech  路  5Comments