[PKG-Openstack-devel] Bug#899243: Needs porting to later tornado

Enrico Zini enrico at debian.org
Mon May 21 14:35:44 BST 2018


Package: python3-sockjs-tornado
Version: 1.0.3-1
Severity: serious

Hello,

in recent tornado versions, PeriodicCallback lost the io_loop argument:
http://www.tornadoweb.org/en/stable/ioloop.html#tornado.ioloop.PeriodicCallback
but sockjs.tornado is still trying to use of it:

>>> import sockjs.tornado
>>> sockjs.tornado.SockJSRouter(sockjs.tornado.SockJSConnection)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/sockjs/tornado/router.py", line 111, in __init__
    self.io_loop)
TypeError: __init__() takes 3 positional arguments but 4 were given

Because of this, sockjs.tornado does not work in current Debian Testing.


Enrico

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.16.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8), LANGUAGE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-sockjs-tornado depends on:
ii  python3          3.6.4-1
ii  python3-tornado  5.0.2-1

python3-sockjs-tornado recommends no packages.

python3-sockjs-tornado suggests no packages.

-- no debconf information



More information about the Openstack-devel mailing list