Xpra: Ticket #2148: html5 session info connection-lost

We have a float somewhere:

unsupported type: <type 'float'>, value=0.0
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/xpra/net/protocol.py", line 366, in _write_format_thread_loop
    self._add_packet_to_queue(*gpc())
  File "/usr/lib64/python2.7/site-packages/xpra/net/protocol.py", line 381, in _add_packet_to_queue
    chunks = self.encode(packet)
  File "/usr/lib64/python2.7/site-packages/xpra/net/protocol.py", line 594, in encode
    main_packet, proto_flags = self._encoder(packet)
  File "/usr/lib64/python2.7/site-packages/xpra/net/packet_encoding.py", line 86, in do_bencode
    return bencode(data), FLAGS_BENCODE
  File "xpra/net/bencode/cython_bencode.pyx", line 199, in xpra.net.bencode.cython_bencode.bencode
    raise ValueError("cannot encode '%s': %s" % (x, e))
ValueError: cannot encode '['info-response', {'keyboard.keycode.qu....


Thu, 14 Feb 2019 06:50:43 GMT - Antoine Martin: status changed; resolution set

Fixed in r21656.


Sat, 23 Jan 2021 05:43:29 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2148