maproxy icon indicating copy to clipboard operation
maproxy copied to clipboard

TypeError: read_until_close() takes 1 positional argument but 3 were given

Open DinisCruz opened this issue 4 years ago • 2 comments

when using the default example you get this error:

image

here is the line where the error occurs

image

looks like the this is the problem (the callbacks are not there anymore)

image

DinisCruz avatar Mar 02 '20 12:03 DinisCruz

ok, setting the version of tornado to 5.1.1 seems to work

pip3 install tornado==5.1.1

DinisCruz avatar Mar 02 '20 12:03 DinisCruz

@DinisCruz This did not solve the issue for me. We need to update code to be compatible with new API of Tornado.

cstayyab avatar Mar 11 '20 01:03 cstayyab