Xpra: Ticket #1336: AssertionError spam in window icon compression

2016-10-08 01:57:53,621 Error during encoding:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/xpra/server/source.py", line 2180, in encode_loop
    fn_and_args[1](*fn_and_args[2:])
  File "/usr/lib64/python2.7/site-packages/xpra/server/window/window_source.py", line 588, in compress_and_send_window_icon
    assert wrapper.datatype in ("premult_argb32", "png")
AssertionError
}}}}
is sometimes printed to stderr; everything looks worky tho.


Sat, 08 Oct 2016 02:53:12 GMT - Antoine Martin: status, description, summary changed; resolution set

Good catch, r14043 should fix this. (it was rare because it would only fire when we find that not compressing the window icon is actually smaller than the compressed version, which should be quite rare - I never hit it before!)

Closing, feel free to re-open if you see it again.


Sat, 23 Jan 2021 05:21:28 GMT - migration script:

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