Xpra-org / xpra-html5

HTML5 client for Xpra
Mozilla Public License 2.0
203 stars 55 forks source link

HTML5 Client 4.5 - client decoding error - failed to create image bitmap from webp [object Blob] #101

Closed walakee closed 2 years ago

walakee commented 2 years ago

Dear Xpra Developers,

I am a happy user of Xpra on CentOS v7.7, but time has come to upgrade to CentOS v7.9. In preparation for the upgrade I wanted to test Xpra on a clean lab environment, so I have built a clean CentOS v7.9 VM, and installed Xpra on it using https://xpra.org/dists/CentOS/7.9.2009/x86_64/ as the source. The issue I'm running into is, if I start an Xpra session via a the HTML5 client using Chrome, I don't get screen refreshes, and the /run/user/1000/xpra/:1.log file gets filled with the errors as follows...

2021-10-14 09:58:12,191 Warning: client decoding error:
2021-10-14 09:58:12,191  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.

Same configuration works fine with CentOS v7.7 and Xpra installed from https://xpra.org/dists/CentOS/7.7.1908/x86_64/.

This is the contents of the /etc/xpra/xpra.conf file...

terminate-children=yes
idle-timeout=0
server-idle-timeout=300
dpi=96
open-files=no
bandwidth-limit=402653184
min-quality=5
min-speed=5

...and the Xpra proxy is being launched with...

/usr/bin/xpra proxy :20 --tcp-auth=sys --bind-tcp=0.0.0.0:14500 --html=on --proxy-start-sessions=yes --server-idle-timeout=0 --log-dir=/var/log/xpra --log-file=proxy.log

The above is true for both the CentOS v7.7 with Xpra installed from https://xpra.org/dists/CentOS/7.7.1908/x86_64/ environment, as well as for the CentOS v7.9 with Xpra installed from https://xpra.org/dists/CentOS/7.9.2009/x86_64/ environment.

Below is the full log from /run/user/1000/xpra/:1.log on CentOS v7.7 with Xpra installed from https://xpra.org/dists/CentOS/7.7.1908/x86_64/ environment, where I have no issues, for reference...

2021-10-14 09:24:45,776 Error: cannot enable SSH socket upgrades:
2021-10-14 09:24:45,776  No module named paramiko
2021-10-14 09:24:45,779 cannot access python uinput module:
2021-10-14 09:24:45,779  No module named uinput
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
Build Operating System:  3.10.0-957.1.3.el7.x86_64 
Current Operating System: Linux cen77 3.10.0-1062.el7.x86_64 Xpra-org/xpra#1 SMP Wed Aug 7 18:08:02 UTC 2019 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-1062.el7.x86_64 root=/dev/mapper/centos-root ro spectre_v2=retpoline rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=en_US.UTF-8
Build Date: 09 August 2019  03:27:09AM
Build ID: xorg-x11-server 1.20.4-7.el7 
Current version of pixman: 0.34.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: "/run/user/1000/xpra/Xorg.S2346.log", Time: Thu Oct 14 09:24:45 2021
(++) Using config file: "/etc/xpra/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
2021-10-14 09:24:46,411 created unix domain socket '/run/user/1000/xpra/cen77-1'
2021-10-14 09:24:46,412 cannot create group socket '/run/xpra/cen77-1'
2021-10-14 09:24:46,412  [Errno 13] Permission denied
2021-10-14 09:24:46,413 Warning: missing sound module
2021-10-14 09:24:46,544 pointer device emulation using XTest
2021-10-14 09:24:46,565 serving html content from '/usr/share/xpra/www'
2021-10-14 09:24:46,593 Warning: skipped OpenGL probing,
2021-10-14 09:24:46,593  found 1 blacklisted kernel module:
2021-10-14 09:24:46,593  vboxguest
2021-10-14 09:24:46,646 D-Bus notification forwarding is available
2021-10-14 09:24:46,827 Warning: webcam forwarding is disabled
2021-10-14 09:24:46,827  the virtual video directory '/sys/devices/virtual/video4linux' was not found
2021-10-14 09:24:46,827  make sure that the 'v4l2loopback' kernel module is installed and loaded
2021-10-14 09:24:46,827 found 0 virtual video devices for webcam forwarding
2021-10-14 09:24:46,840 printer forwarding enabled using postscript and pdf
2021-10-14 09:24:47,004 xpra is ready.
2021-10-14 09:24:47,130 xpra GTK2 X11 version 3.0.9-r26132 64-bit
2021-10-14 09:24:47,158  uid=1000 (walakee), gid=1000 (walakee)
2021-10-14 09:24:47,158  running with pid 2357 on Linux CentOS Linux 7.7.1908 Core
2021-10-14 09:24:47,159  connected to X11 display :1 with 24 bit colors
2021-10-14 09:24:47,173 Warning: cannot use application menu data:
2021-10-14 09:24:47,173  no python-xdg module
/usr/bin/xterm: cannot load font '-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1'
2021-10-14 09:24:48,134 1.0GB of system memory
2021-10-14 09:24:48,139 New unix-domain connection received
2021-10-14 09:24:48,139  on '/run/user/1000/xpra/cen77-1'
2021-10-14 09:24:48,387 New unix-domain connection received
2021-10-14 09:24:48,387  on '/run/user/1000/xpra/cen77-1'
2021-10-14 09:24:48,790 New unix-domain connection received
2021-10-14 09:24:48,790  on '/run/user/1000/xpra/cen77-1'
2021-10-14 09:24:48,797 Handshake complete; enabling connection
2021-10-14 09:24:48,833  automatic picture encoding enabled, also available:
2021-10-14 09:24:48,833   jpeg, png, rgb32, webp
2021-10-14 09:24:48,833 HTML5 Microsoft Windows Chrome client version 3.0.9
2021-10-14 09:24:48,833   as 'walakee'
2021-10-14 09:24:48,833  via Linux 3.10.0-1062.el7.x86_64 proxy version 3.0.9 on 'cen77'
2021-10-14 09:24:48,958 setting keyboard layout to 'en'
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error:            Can't find file "en" for symbols include
>                   Exiting
>                   Abandoning symbols file "default"
Errors from xkbcomp are not fatal to the X server
2021-10-14 09:24:48,988 Error loading new keyboard description
2021-10-14 09:24:48,996  client root window size is 1920x913 with 1 display:
2021-10-14 09:24:48,996   HTML (508x242 mm - DPI: 96x95)
2021-10-14 09:24:48,996     Canvas
2021-10-14 09:24:48,997 Error writing fake xinerama file '/root/.None-fakexinerama':
2021-10-14 09:24:48,997  [Errno 13] Permission denied: '/root/.None-fakexinerama'
2021-10-14 09:24:48,997 Error writing fake xinerama file '/root/.fakexinerama':
2021-10-14 09:24:48,997  [Errno 13] Permission denied: '/root/.fakexinerama'
2021-10-14 09:24:49,003 server virtual display now set to 1600x900 (best match for 1920x913)
2021-10-14 09:24:49,475 New unix-domain connection received
2021-10-14 09:24:49,475  on '/run/user/1000/xpra/cen77-1'
2021-10-14 09:24:49,476 client   1 received xdg start menu data
2021-10-14 09:24:49,482 DPI set to 19 x 21 (wanted 96 x 96)
2021-10-14 09:24:49,482  you may experience scaling problems, such as huge or small fonts, etc
2021-10-14 09:24:49,482  to fix this issue, try the dpi switch, or use a patched Xorg dummy driver
2021-10-14 09:24:49,494 client   1 startup complete
2021-10-14 09:24:49,495 client   1 connection-established
2021-10-14 09:25:09,046 Shutting down in response to client request
2021-10-14 09:25:09,046 Disconnecting client /run/user/1000/xpra/cen77-1:
2021-10-14 09:25:09,046  server shutdown
2021-10-14 09:25:09,047 xpra client 1 disconnected.
2021-10-14 09:25:09,552 killing xvfb with pid 2358
2021-10-14 09:25:09,552 removing socket '/run/user/1000/xpra/cen77-1'
2021-10-14 09:25:09,582 Error releasing the dbus notification forwarder:
2021-10-14 09:25:09,582  org.freedesktop.DBus.Error.Disconnected
2021-10-14 09:25:09,582  Connection was disconnected before a reply was received
(II) Server terminated successfully (0). Closing log file.

Below is the full log from /run/user/1000/xpra/:1.log on CentOS v7.9 with Xpra installed from https://xpra.org/dists/CentOS/7.9.2009/x86_64/ environment, where I have have the problem...

2021-10-14 09:57:59,606 Error: cannot enable SSH socket upgrades:
2021-10-14 09:57:59,606  No module named paramiko
2021-10-14 09:57:59,610 cannot access python uinput module:
2021-10-14 09:57:59,610  No module named uinput
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
Build Operating System:  3.10.0-957.1.3.el7.x86_64 
Current Operating System: Linux cen79 3.10.0-1160.el7.x86_64 Xpra-org/xpra#1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-1160.el7.x86_64 root=/dev/mapper/centos-root ro spectre_v2=retpoline rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=en_US.UTF-8
Build Date: 01 April 2020  05:04:29AM
Build ID: xorg-x11-server 1.20.4-10.el7 
Current version of pixman: 0.34.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: "/run/user/1000/xpra/Xorg.S2069.log", Time: Thu Oct 14 09:57:59 2021
(++) Using config file: "/etc/xpra/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
2021-10-14 09:58:03,066 Warning: some of the sockets are in an unknown state:
2021-10-14 09:58:03,066  /home/walakee/.xpra/cen79-1
2021-10-14 09:58:03,067  please wait as we allow the socket probing to timeout
2021-10-14 09:58:09,109 created unix domain socket '/run/user/1000/xpra/cen79-1'
2021-10-14 09:58:09,109 cannot create group socket '/run/xpra/cen79-1'
2021-10-14 09:58:09,109  [Errno 13] Permission denied
2021-10-14 09:58:09,109 created unix domain socket '/home/walakee/.xpra/cen79-1'
2021-10-14 09:58:09,110 Warning: missing sound module
2021-10-14 09:58:09,250 pointer device emulation using XTest
2021-10-14 09:58:09,267 serving html content from '/usr/share/xpra/www'
2021-10-14 09:58:09,292 Warning: skipped OpenGL probing,
2021-10-14 09:58:09,292  found 1 blacklisted kernel module:
2021-10-14 09:58:09,292  vboxguest
2021-10-14 09:58:09,341 D-Bus notification forwarding is available
2021-10-14 09:58:09,476 Warning: webcam forwarding is disabled
2021-10-14 09:58:09,476  the virtual video directory '/sys/devices/virtual/video4linux' was not found
2021-10-14 09:58:09,476  make sure that the 'v4l2loopback' kernel module is installed and loaded
2021-10-14 09:58:09,477 found 0 virtual video devices for webcam forwarding
2021-10-14 09:58:09,645 xpra is ready.
2021-10-14 09:58:09,646 xpra GTK2 X11 version 3.1-r10 64-bit
2021-10-14 09:58:09,659  uid=1000 (walakee), gid=1000 (walakee)
2021-10-14 09:58:09,659  running with pid 2077 on Linux CentOS Linux 7.9.2009 Core
2021-10-14 09:58:09,659  connected to X11 display :1 with 24 bit colors
2021-10-14 09:58:10,159 printer forwarding enabled using postscript and pdf
2021-10-14 09:58:10,180 started command '/usr/bin/xterm' with pid 2120
2021-10-14 09:58:10,251 watching for applications menu changes in:
2021-10-14 09:58:10,251  '/usr/share/applications'
2021-10-14 09:58:10,252  '/usr/local/share/applications'
2021-10-14 09:58:10,255 Warning: cannot use application menu data:
2021-10-14 09:58:10,255  no python-xdg module
/usr/bin/xterm: cannot load font '-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1'
2021-10-14 09:58:11,055 Error importing nvjpeg encoder (enc_nvjpeg)
2021-10-14 09:58:11,055  libnvjpeg.so.11: cannot open shared object file: No such file or directory
2021-10-14 09:58:11,086 1.0GB of system memory
2021-10-14 09:58:11,087 New unix-domain connection received
2021-10-14 09:58:11,087  on '/run/user/1000/xpra/cen79-1'
2021-10-14 09:58:11,087 New unix-domain connection received
2021-10-14 09:58:11,087  on '/home/walakee/.xpra/cen79-1'
2021-10-14 09:58:11,090 New unix-domain connection received
2021-10-14 09:58:11,090  on '/home/walakee/.xpra/cen79-1'
2021-10-14 09:58:11,641 New unix-domain connection received
2021-10-14 09:58:11,641  on '/run/user/1000/xpra/cen79-1'
2021-10-14 09:58:11,643 Handshake complete; enabling connection
2021-10-14 09:58:11,677  automatic picture encoding enabled, also available:
2021-10-14 09:58:11,677   jpeg, png, rgb32, rgb24, webp
2021-10-14 09:58:11,677 HTML5 Microsoft Windows Chrome client version 4.5-r1031
2021-10-14 09:58:11,677   as 'walakee'
2021-10-14 09:58:11,677  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.1 on 'cen79'
2021-10-14 09:58:11,808 setting keyboard layout to 'us'
2021-10-14 09:58:11,836  client root window size is 1920x913 with 1 display:
2021-10-14 09:58:11,836   HTML (508x242 mm - DPI: 96x95)
2021-10-14 09:58:11,836     Canvas
2021-10-14 09:58:11,871 server virtual display now set to 1856x896 (best match for 1920x913)
2021-10-14 09:58:12,046 DPI set to 96 x 96
2021-10-14 09:58:12,110 client   1 received xdg start menu data
2021-10-14 09:58:12,132 client   1 startup complete
2021-10-14 09:58:12,132 client   1 connection-established
2021-10-14 09:58:12,191 Warning: client decoding error:
2021-10-14 09:58:12,191  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:12,382 New unix-domain connection received
2021-10-14 09:58:12,382  on '/run/user/1000/xpra/cen79-1'
2021-10-14 09:58:12,555 Warning: client decoding error:
2021-10-14 09:58:12,555  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:13,017 Warning: client decoding error:
2021-10-14 09:58:13,017  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:13,581 Warning: client decoding error:
2021-10-14 09:58:13,581  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:14,246 Warning: client decoding error:
2021-10-14 09:58:14,246  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:15,012 Warning: client decoding error:
2021-10-14 09:58:15,012  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:15,876 Warning: client decoding error:
2021-10-14 09:58:15,876  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:16,839 Warning: client decoding error:
2021-10-14 09:58:16,839  failed to create image bitmap from webp [object Blob], data=82,73,70,70,10,1,0,0,87,69,66,80,86,80,56,76,253,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,91,109,219,242,164,76,37,35,100,133,116,249,187,156,12,225,174,181,187,123,149,64,199,8,94,115,254,242,223,2,119,86,112,189,113,121,191,3,37,127,68,255,21,185,109,164,228,144,101,134,71,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,54,214,21,227,221,252,206,100,6,178,58,255,124,30,238,167,55,100,117,255,110,2,61,247,19,142,25,87,71,208,19,214,7,142,31,161,210,187,180,189,34,172,79,169,246,238,183,20,72,91,62,215,150,210,187,179,244,109,21,182,122,59,86,97,181,182,189,209,235,108,212,87,137,86,237,176,208,219,174,8,171,117,236,45,57,47,58,254,75,79,173,7,177,158,191,34,173,99,111,238,248,178,227,191,234,232,239,145,214,91,98,251,34,186,93,139,234,53,152,246,2,21,233,102,90,245,92,187,76,187,102,105,125,17,142,122,134,77,237,109,239,189,222,118,165,111,237,141,95,245,210,255,158,127,198,244,95,166,255,50,253,215,191,65,50,253,23,134,90,44,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:16,890 Warning: client decoding error:
2021-10-14 09:58:16,890  failed to create image bitmap from webp [object Blob], data=82,73,70,70,68,1,0,0,87,69,66,80,86,80,56,76,56,1,0,0,47,149,128,9,0,15,48,255,243,63,255,243,31,120,128,35,109,123,218,232,6,217,150,2,7,88,232,89,71,217,173,25,171,144,187,228,14,203,221,206,132,25,172,137,195,92,166,204,13,214,160,77,139,223,140,73,222,61,65,68,255,25,185,109,27,137,183,174,51,227,241,43,0,0,0,0,0,0,0,50,179,223,235,51,89,153,238,171,251,128,141,158,16,96,64,221,138,173,1,177,238,143,242,8,180,30,146,13,33,247,228,193,61,206,94,247,178,65,10,65,38,74,132,212,228,88,106,145,59,136,139,7,52,10,161,95,151,69,82,99,177,195,205,185,20,159,127,209,58,132,116,61,110,82,102,115,105,119,33,77,45,76,131,171,121,74,166,169,41,133,208,38,9,145,132,220,244,225,109,158,221,233,101,167,125,8,172,126,30,229,167,86,7,8,47,88,19,126,220,78,165,1,44,76,175,192,254,164,12,96,197,229,158,204,60,253,103,119,255,113,207,234,88,142,105,154,24,147,165,196,120,109,102,4,121,193,232,165,43,34,49,91,97,70,127,84,106,71,146,99,41,38,198,228,23,73,182,177,67,179,190,254,173,251,59,172,152,252,99,144,252,153,95,112,255,147,206,65,203,116,252,150,233,248,45,211,113,91,102,224,183,76,199,111,153,142,223,50,125,192,111,153,190,133,223,50,135,169,57,203,150,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:17,853 Warning: client decoding error:
2021-10-14 09:58:17,853  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:17,905 Warning: client decoding error:
2021-10-14 09:58:17,905  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:18,869 Warning: client decoding error:
2021-10-14 09:58:18,869  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:18,918 Warning: client decoding error:
2021-10-14 09:58:18,918  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:19,880 Warning: client decoding error:
2021-10-14 09:58:19,880  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:19,932 Warning: client decoding error:
2021-10-14 09:58:19,932  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:20,896 Warning: client decoding error:
2021-10-14 09:58:20,896  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:20,945 Warning: client decoding error:
2021-10-14 09:58:20,946  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:21,911 Warning: client decoding error:
2021-10-14 09:58:21,911  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:21,966 Warning: client decoding error:
2021-10-14 09:58:21,967  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:22,926 Warning: client decoding error:
2021-10-14 09:58:22,926  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:22,980 Warning: client decoding error:
2021-10-14 09:58:22,980  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:23,942 Warning: client decoding error:
2021-10-14 09:58:23,942  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:23,991 Warning: client decoding error:
2021-10-14 09:58:23,991  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:24,957 Warning: client decoding error:
2021-10-14 09:58:24,957  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:25,005 Warning: client decoding error:
2021-10-14 09:58:25,005  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:25,971 Warning: client decoding error:
2021-10-14 09:58:25,971  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:26,019 Warning: client decoding error:
2021-10-14 09:58:26,020  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:26,986 Warning: client decoding error:
2021-10-14 09:58:26,986  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:27,122 Warning: client decoding error:
2021-10-14 09:58:27,123  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:28,003 Warning: client decoding error:
2021-10-14 09:58:28,003  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:28,142 Warning: client decoding error:
2021-10-14 09:58:28,143  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:29,021 Warning: client decoding error:
2021-10-14 09:58:29,022  failed to create image bitmap from webp [object Blob], data=82,73,70,70,204,1,0,0,87,69,66,80,86,80,56,76,192,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,123,34,57,225,154,125,1,186,2,219,203,112,1,103,13,6,173,131,174,141,141,221,109,82,41,219,104,32,91,223,128,99,87,135,83,62,196,118,239,26,122,153,242,6,211,204,187,12,146,153,38,162,255,140,220,182,113,228,3,183,247,245,60,130,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,134,99,189,50,206,220,246,247,49,208,210,207,231,77,55,160,6,90,156,172,80,164,160,52,179,37,83,77,240,85,126,100,61,154,217,54,129,250,28,27,160,243,201,92,231,152,55,89,241,62,6,16,171,137,195,154,121,152,88,162,28,17,182,47,130,163,80,83,137,175,153,135,83,214,157,83,153,116,242,161,80,193,176,114,124,221,76,89,55,166,114,233,20,50,218,28,221,108,44,36,153,72,66,17,133,48,170,92,95,247,97,157,193,92,103,238,93,172,120,81,29,82,213,56,98,246,111,87,166,187,166,190,179,77,191,14,148,155,110,98,202,12,219,198,12,55,128,207,38,185,209,245,100,174,167,182,210,89,91,112,91,70,8,99,235,253,123,223,74,228,229,199,205,205,232,111,250,235,52,28,63,118,72,78,109,137,254,174,53,211,112,252,109,184,22,51,200,196,18,83,190,149,156,151,137,25,228,197,192,27,168,189,239,188,212,156,104,126,21,127,251,183,223,53,179,227,140,126,62,111,30,94,6,90,156,172,80,164,250,217,146,141,159,205,87,249,17,253,108,155,64,125,142,13,208,249,100,174,115,204,155,172,120,31,3,136,141,116,77,148,35,194,246,69,112,20,106,6,186,54,101,221,57,149,73,39,31,10,21,12,27,96,202,186,49,149,75,167,144,209,70,244,55,125,99,33,201,68,18,138,40,132,81,3,135,117,6,115,157,185,119,177,226,69,117,72,141,255,237,63,216,166,183,253,167,237,63,109,255,249,29,79,219,127,104,152,77,7: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:29,162 Warning: client decoding error:
2021-10-14 09:58:29,162  failed to create image bitmap from webp [object Blob], data=82,73,70,70,222,1,0,0,87,69,66,80,86,80,56,76,210,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,123,34,57,161,25,50,134,43,176,189,12,23,112,214,96,208,58,232,218,216,216,221,38,149,178,141,6,178,245,13,56,118,117,56,229,67,236,244,174,161,151,41,31,166,119,25,36,51,77,68,255,25,185,109,227,200,7,110,239,235,121,4,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,61,239,222,26,142,245,222,56,179,91,223,71,127,75,63,245,13,55,160,250,91,156,75,81,74,64,105,102,83,38,155,224,171,226,225,181,104,102,203,4,170,158,55,64,199,203,217,142,81,111,34,229,85,3,200,171,241,67,154,121,22,91,162,60,44,108,95,4,71,32,163,98,95,51,207,38,173,135,231,11,210,41,14,134,10,134,148,227,235,102,210,186,59,89,148,78,73,70,27,163,155,245,133,184,32,226,80,68,33,140,40,215,215,125,88,71,48,219,81,244,174,165,188,40,11,137,202,29,54,251,183,43,211,93,83,223,217,166,223,1,202,27,110,98,210,12,91,198,12,119,129,186,73,238,118,190,156,237,206,44,119,100,230,221,150,17,194,188,245,229,139,111,197,242,198,139,230,70,244,55,253,67,18,142,157,62,40,39,55,69,127,215,154,73,56,246,41,92,141,25,100,108,137,73,223,138,175,200,216,12,242,90,224,245,103,190,116,92,111,142,55,191,138,191,253,91,239,218,185,138,217,113,102,45,154,169,111,28,94,214,143,77,81,74,244,179,41,235,63,155,175,138,135,245,179,101,2,85,207,27,160,227,229,108,199,168,55,145,242,170,1,228,57,94,209,223,53,81,30,22,182,47,130,35,144,81,199,42,186,187,54,105,61,60,95,144,78,113,48,84,48,164,142,106,103,210,186,59,89,148,78,73,70,27,162,125,245,250,66,92,16,113,40,162,16,70,86,23,180,31,214,17,204,118,20,189,107,41,47,202,66,178,186,139,249,191,221,120,215,12,54,253,7,48,206,180,253,167,237,63,109,255,249,45,74,219,127,200,153,205,30: InvalidStateError: The source image could not be decoded.
2021-10-14 09:58:56,677 client has requested disconnection: server shutdown (client connection lost)
2021-10-14 09:58:56,677 Disconnecting client /run/user/1000/xpra/cen79-1:
2021-10-14 09:58:56,677  client request
2021-10-14 09:58:56,678 xpra client 1 disconnected.
Xpra: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.
(II) Server terminated successfully (0). Closing log file.

Interestingly, if I install Xpra from https://xpra.org/dists/CentOS/7.7.1908/x86_64/ on CentOS v7.9, I also have the issue. Here is the log of that...

2021-10-14 09:33:47,374 Error: cannot enable SSH socket upgrades:
2021-10-14 09:33:47,375  No module named paramiko
2021-10-14 09:33:47,378 cannot access python uinput module:
2021-10-14 09:33:47,378  No module named uinput
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
Build Operating System:  3.10.0-957.1.3.el7.x86_64 
Current Operating System: Linux cen79 3.10.0-1160.el7.x86_64 Xpra-org/xpra#1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-1160.el7.x86_64 root=/dev/mapper/centos-root ro spectre_v2=retpoline rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=en_US.UTF-8
Build Date: 01 April 2020  05:04:29AM
Build ID: xorg-x11-server 1.20.4-10.el7 
Current version of pixman: 0.34.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: "/run/user/1000/xpra/Xorg.S2060.log", Time: Thu Oct 14 09:33:47 2021
(++) Using config file: "/etc/xpra/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
2021-10-14 09:33:50,732 created unix domain socket '/run/user/1000/xpra/cen79-1'
2021-10-14 09:33:50,732 cannot create group socket '/run/xpra/cen79-1'
2021-10-14 09:33:50,732  [Errno 13] Permission denied
2021-10-14 09:33:50,732 Warning: missing sound module
2021-10-14 09:33:50,874 pointer device emulation using XTest
2021-10-14 09:33:50,889 serving html content from '/usr/share/xpra/www'
2021-10-14 09:33:50,920 Warning: skipped OpenGL probing,
2021-10-14 09:33:50,920  found 1 blacklisted kernel module:
2021-10-14 09:33:50,920  vboxguest
2021-10-14 09:33:50,981 D-Bus notification forwarding is available
2021-10-14 09:33:51,154 Warning: webcam forwarding is disabled
2021-10-14 09:33:51,154  the virtual video directory '/sys/devices/virtual/video4linux' was not found
2021-10-14 09:33:51,154  make sure that the 'v4l2loopback' kernel module is installed and loaded
2021-10-14 09:33:51,154 found 0 virtual video devices for webcam forwarding
2021-10-14 09:33:51,185 printer forwarding enabled using postscript and pdf
2021-10-14 09:33:51,334 xpra is ready.
2021-10-14 09:33:51,448 xpra GTK2 X11 version 3.0.9-r26132 64-bit
2021-10-14 09:33:51,470  uid=1000 (walakee), gid=1000 (walakee)
2021-10-14 09:33:51,470  running with pid 2071 on Linux CentOS Linux 7.9.2009 Core
2021-10-14 09:33:51,471  connected to X11 display :1 with 24 bit colors
2021-10-14 09:33:51,478 Warning: cannot use application menu data:
2021-10-14 09:33:51,478  no python-xdg module
/usr/bin/xterm: cannot load font '-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1'
2021-10-14 09:33:52,304 1.0GB of system memory
2021-10-14 09:33:52,307 New unix-domain connection received
2021-10-14 09:33:52,307  on '/run/user/1000/xpra/cen79-1'
2021-10-14 09:33:52,556 New unix-domain connection received
2021-10-14 09:33:52,556  on '/run/user/1000/xpra/cen79-1'
2021-10-14 09:33:53,158 New unix-domain connection received
2021-10-14 09:33:53,158  on '/run/user/1000/xpra/cen79-1'
2021-10-14 09:33:53,159 Handshake complete; enabling connection
2021-10-14 09:33:53,189  automatic picture encoding enabled, also available:
2021-10-14 09:33:53,189   jpeg, png, rgb32, rgb24, webp
2021-10-14 09:33:53,189 HTML5 Microsoft Windows Chrome client version 4.5-r1031
2021-10-14 09:33:53,190   as 'walakee'
2021-10-14 09:33:53,190  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.0.9 on 'cen79'
2021-10-14 09:33:53,312 setting keyboard layout to 'us'
2021-10-14 09:33:53,357  client root window size is 1920x913 with 1 display:
2021-10-14 09:33:53,358   HTML (508x242 mm - DPI: 96x95)
2021-10-14 09:33:53,358     Canvas
2021-10-14 09:33:53,359 Error writing fake xinerama file '/root/.None-fakexinerama':
2021-10-14 09:33:53,359  [Errno 13] Permission denied: '/root/.None-fakexinerama'
2021-10-14 09:33:53,359 Error writing fake xinerama file '/root/.fakexinerama':
2021-10-14 09:33:53,359  [Errno 13] Permission denied: '/root/.fakexinerama'
2021-10-14 09:33:53,387 server virtual display now set to 1856x896 (best match for 1920x913)
2021-10-14 09:33:53,657 New unix-domain connection received
2021-10-14 09:33:53,657  on '/run/user/1000/xpra/cen79-1'
2021-10-14 09:33:53,658 client   1 received xdg start menu data
2021-10-14 09:33:53,660 DPI set to 96 x 96
2021-10-14 09:33:53,700 client   1 startup complete
2021-10-14 09:33:53,700 client   1 connection-established
2021-10-14 09:33:53,705 Warning: client decoding error:
2021-10-14 09:33:53,705  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:53,983 Warning: client decoding error:
2021-10-14 09:33:53,983  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:54,068 Warning: client decoding error:
2021-10-14 09:33:54,069  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:54,455 Warning: client decoding error:
2021-10-14 09:33:54,455  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:54,635 Warning: client decoding error:
2021-10-14 09:33:54,635  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:55,119 Warning: client decoding error:
2021-10-14 09:33:55,119  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:55,400 Warning: client decoding error:
2021-10-14 09:33:55,400  failed to create image bitmap from webp [object Blob], data=82,73,70,70,32,1,0,0,87,69,66,80,86,80,56,76,20,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,35,91,219,242,164,76,7,75,96,11,116,164,203,176,136,144,10,135,218,93,59,42,235,88,130,215,76,202,236,2,119,182,224,122,240,111,230,253,147,14,137,232,63,35,183,109,28,249,192,217,222,189,143,80,1,0,0,0,0,0,0,128,220,214,102,198,41,110,103,206,229,247,215,81,120,137,231,241,211,5,204,21,94,52,44,184,57,137,231,75,78,159,25,153,187,174,139,231,219,140,206,61,238,100,64,126,245,50,191,210,189,191,208,125,63,202,78,60,83,187,197,214,219,222,214,150,145,214,209,122,150,226,153,58,45,14,53,94,205,148,174,155,199,230,104,203,128,211,98,223,233,245,76,233,102,166,252,145,120,62,102,118,175,90,119,199,90,203,99,204,103,176,91,126,244,50,127,221,221,180,208,93,94,230,164,230,190,246,42,106,250,231,239,246,44,154,228,204,91,162,187,150,172,106,60,201,170,198,147,172,106,60,201,170,198,147,172,106,60,201,170,198,147,172,106,60,201,170,198,239,150,172,106,21,124,237,153,119,173,182,155,94,235,255,153,127,255,249,247,159,127,255,249,177,206,191,255,168,100,155,28: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:55,429 Warning: client decoding error:
2021-10-14 09:33:55,429  failed to create image bitmap from webp [object Blob], data=82,73,70,70,222,0,0,0,87,69,66,80,86,80,56,76,209,0,0,0,47,131,64,6,0,15,48,255,243,63,255,243,31,120,128,90,91,155,34,169,50,40,59,60,1,144,31,85,1,13,91,44,57,73,160,102,102,102,146,43,59,132,133,58,107,135,190,225,191,67,136,232,63,35,183,109,35,233,214,125,134,207,0,0,0,0,0,0,224,255,159,103,236,0,191,188,220,55,121,158,93,203,168,250,144,186,2,253,73,36,249,57,57,152,196,191,193,227,150,175,176,229,80,243,173,107,177,1,228,55,248,232,59,95,62,213,221,133,190,123,144,132,220,128,143,84,222,99,56,142,11,199,220,96,2,89,121,169,163,142,99,199,105,172,61,123,29,120,143,229,239,65,89,27,64,46,158,91,6,225,212,177,102,94,215,180,13,164,210,37,68,25,234,73,48,114,32,24,137,122,143,68,189,71,162,10,70,162,10,70,162,10,70,162,222,35,81,239,3,18,245,190,133,68,213,37,68,27,50,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:55,982 Warning: client decoding error:
2021-10-14 09:33:55,982  failed to create image bitmap from webp [object Blob], data=82,73,70,70,32,1,0,0,87,69,66,80,86,80,56,76,20,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,35,91,219,242,164,76,7,75,96,11,116,164,203,176,136,144,10,135,218,93,59,42,235,88,130,215,76,202,236,2,119,182,224,122,240,111,230,253,147,14,137,232,63,35,183,109,28,249,192,217,222,189,143,80,1,0,0,0,0,0,0,128,220,214,102,198,41,110,103,206,229,247,215,81,120,137,231,241,211,5,204,21,94,52,44,184,57,137,231,75,78,159,25,153,187,174,139,231,219,140,206,61,238,100,64,126,245,50,191,210,189,191,208,125,63,202,78,60,83,187,197,214,219,222,214,150,145,214,209,122,150,226,153,58,45,14,53,94,205,148,174,155,199,230,104,203,128,211,98,223,233,245,76,233,102,166,252,145,120,62,102,118,175,90,119,199,90,203,99,204,103,176,91,126,244,50,127,221,221,180,208,93,94,230,164,230,190,246,42,106,250,231,239,246,44,154,228,204,91,162,187,150,172,106,60,201,170,198,147,172,106,60,201,170,198,147,172,106,60,201,170,198,147,172,106,60,201,170,198,239,150,172,106,21,124,237,153,119,173,182,155,94,235,255,153,127,255,249,247,159,127,255,249,177,206,191,255,168,100,155,28: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:56,366 Warning: client decoding error:
2021-10-14 09:33:56,366  failed to create image bitmap from webp [object Blob], data=82,73,70,70,58,1,0,0,87,69,66,80,86,80,56,76,45,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,91,109,219,178,166,164,146,17,88,129,142,191,227,48,132,187,214,22,87,156,42,210,101,4,175,115,254,242,223,34,238,89,193,245,198,191,156,247,11,169,44,162,255,140,220,182,113,164,131,182,247,213,60,2,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,182,183,171,25,255,190,118,221,142,190,15,239,135,188,94,7,110,160,226,253,192,181,194,195,133,188,134,184,124,135,169,202,189,67,94,35,153,174,188,30,104,144,177,121,107,108,100,143,87,178,207,211,112,32,175,133,67,127,252,49,31,15,76,197,167,157,176,38,175,133,75,255,132,251,110,41,120,239,155,169,64,66,131,46,253,133,203,251,165,224,195,146,217,71,94,253,133,195,187,248,225,76,220,156,129,182,134,195,140,233,91,227,62,235,89,201,154,235,112,49,118,127,251,23,44,189,38,43,229,66,31,217,214,62,145,106,69,88,202,84,251,200,150,174,76,85,94,202,84,43,71,118,97,41,83,173,28,78,9,75,153,106,37,216,69,182,244,145,169,14,35,59,206,40,83,173,132,164,165,76,181,98,57,244,254,237,149,222,223,174,181,181,62,227,92,250,55,48,206,252,251,175,127,255,245,239,191,126,166,235,223,127,97,233,197,6,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:56,443 Warning: client decoding error:
2021-10-14 09:33:56,443  failed to create image bitmap from webp [object Blob], data=82,73,70,70,58,1,0,0,87,69,66,80,86,80,56,76,45,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,91,109,219,178,166,164,146,17,88,129,142,191,227,48,132,187,214,22,87,156,42,210,101,4,175,115,254,242,223,34,238,89,193,245,198,191,156,247,11,169,44,162,255,140,220,182,113,164,131,182,247,213,60,2,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,182,183,171,25,255,190,118,221,142,190,15,239,135,188,94,7,110,160,226,253,192,181,194,195,133,188,134,184,124,135,169,202,189,67,94,35,153,174,188,30,104,144,177,121,107,108,100,143,87,178,207,211,112,32,175,133,67,127,252,49,31,15,76,197,167,157,176,38,175,133,75,255,132,251,110,41,120,239,155,169,64,66,131,46,253,133,203,251,165,224,195,146,217,71,94,253,133,195,187,248,225,76,220,156,129,182,134,195,140,233,91,227,62,235,89,201,154,235,112,49,118,127,251,23,44,189,38,43,229,66,31,217,214,62,145,106,69,88,202,84,251,200,150,174,76,85,94,202,84,43,71,118,97,41,83,173,28,78,9,75,153,106,37,216,69,182,244,145,169,14,35,59,206,40,83,173,132,164,165,76,181,98,57,244,254,237,149,222,223,174,181,181,62,227,92,250,55,48,206,252,251,175,127,255,245,239,191,126,166,235,223,127,97,233,197,6,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:56,636 Warning: client decoding error:
2021-10-14 09:33:56,636  failed to create image bitmap from webp [object Blob], data=82,73,70,70,68,1,0,0,87,69,66,80,86,80,56,76,56,1,0,0,47,149,128,9,0,15,48,255,243,63,255,243,31,120,128,35,109,123,218,232,6,217,150,2,7,88,232,89,71,217,173,25,171,144,187,228,14,203,221,206,132,25,172,137,195,92,166,204,13,214,160,77,139,223,140,73,222,61,65,68,255,25,185,109,27,137,183,174,51,227,241,43,0,0,0,0,0,0,0,50,179,223,235,51,89,153,238,171,251,128,141,158,16,96,64,221,138,173,1,177,238,143,242,8,180,30,146,13,33,247,228,193,61,206,94,247,178,65,10,65,38,74,132,212,228,88,106,145,59,136,139,7,52,10,161,95,151,69,82,99,177,195,205,185,20,159,127,209,58,132,116,61,110,82,102,115,105,119,33,77,45,76,131,171,121,74,166,169,41,133,208,38,9,145,132,220,244,225,109,158,221,233,101,167,125,8,172,126,30,229,167,86,7,8,47,88,19,126,220,78,165,1,44,76,175,192,254,164,12,96,197,229,158,204,60,253,103,119,255,113,207,234,88,142,105,154,24,147,165,196,120,109,102,4,121,193,232,165,43,34,49,91,97,70,127,84,106,71,146,99,41,38,198,228,23,73,182,177,67,179,190,254,173,251,59,172,152,252,99,144,252,153,95,112,255,147,206,65,203,116,252,150,233,248,45,211,113,91,102,224,183,76,199,111,153,142,223,50,125,192,111,153,190,133,223,50,135,169,57,203,150,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:56,997 Warning: client decoding error:
2021-10-14 09:33:56,998  failed to create image bitmap from webp [object Blob], data=82,73,70,70,8,2,0,0,87,69,66,80,86,80,56,76,251,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,107,109,255,218,54,99,202,189,1,186,5,110,195,112,3,221,12,133,127,58,232,100,46,74,42,233,252,183,76,134,45,189,3,158,123,52,250,244,34,98,37,5,133,105,55,148,236,215,172,158,223,47,201,234,136,254,59,114,219,200,145,116,208,228,141,165,126,4,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,145,207,159,148,73,125,81,215,214,224,207,49,211,148,215,223,158,15,96,103,154,92,206,81,139,229,213,199,90,3,92,91,61,39,175,129,120,246,111,89,65,163,239,182,70,151,156,213,156,243,219,131,178,188,94,71,41,83,95,48,105,215,120,231,161,32,175,215,107,169,103,87,42,65,166,58,231,91,152,87,208,90,234,209,90,53,200,212,130,176,139,188,186,7,81,197,68,190,9,125,88,84,120,108,212,219,26,173,58,183,115,78,88,132,248,200,77,251,81,47,61,241,64,190,181,255,72,213,10,183,150,152,106,7,225,210,19,83,149,87,98,170,118,229,172,240,180,39,166,106,35,87,184,181,196,84,109,198,21,46,125,96,170,125,8,175,51,137,169,218,172,180,18,83,181,165,115,186,211,110,181,91,179,199,108,233,15,129,122,207,135,88,211,209,64,116,244,8,248,171,169,71,99,239,182,38,10,7,163,133,157,108,83,69,126,57,245,243,167,155,138,130,187,111,27,189,146,47,253,107,236,47,95,56,19,172,245,33,223,90,35,246,151,191,251,109,116,20,68,41,179,230,166,162,155,65,164,163,224,182,231,204,20,126,142,222,105,172,52,14,197,180,171,183,166,94,250,58,186,235,76,27,105,253,237,253,178,51,77,46,231,168,197,242,234,163,59,108,174,173,158,147,215,64,60,251,183,172,160,209,119,91,163,75,206,106,206,249,237,65,7,133,214,76,125,193,164,93,227,157,135,66,91,226,173,173,165,158,93,169,4,153,234,156,111,97,94,65,107,169,71,107,213,32,83,11,194,94,164,75,239,30,68,21,19,249,38,244,97,81,225,177,81,111,107,180,234,220,206,57,97,17,226,67,48,237,234,173,105,150,126,252,175,51,67,255,53,244,95,195,183,53,244,95,148,116,25,1,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:57,380 Warning: client decoding error:
2021-10-14 09:33:57,380  failed to create image bitmap from webp [object Blob], data=82,73,70,70,8,2,0,0,87,69,66,80,86,80,56,76,251,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,107,109,255,218,54,99,202,189,1,186,5,110,195,112,3,221,12,133,127,58,232,100,46,74,42,233,252,183,76,134,45,189,3,158,123,52,250,244,34,98,37,5,133,105,55,148,236,215,172,158,223,47,201,234,136,254,59,114,219,200,145,116,208,228,141,165,126,4,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,145,207,159,148,73,125,81,215,214,224,207,49,211,148,215,223,158,15,96,103,154,92,206,81,139,229,213,199,90,3,92,91,61,39,175,129,120,246,111,89,65,163,239,182,70,151,156,213,156,243,219,131,178,188,94,71,41,83,95,48,105,215,120,231,161,32,175,215,107,169,103,87,42,65,166,58,231,91,152,87,208,90,234,209,90,53,200,212,130,176,139,188,186,7,81,197,68,190,9,125,88,84,120,108,212,219,26,173,58,183,115,78,88,132,248,200,77,251,81,47,61,241,64,190,181,255,72,213,10,183,150,152,106,7,225,210,19,83,149,87,98,170,118,229,172,240,180,39,166,106,35,87,184,181,196,84,109,198,21,46,125,96,170,125,8,175,51,137,169,218,172,180,18,83,181,165,115,186,211,110,181,91,179,199,108,233,15,129,122,207,135,88,211,209,64,116,244,8,248,171,169,71,99,239,182,38,10,7,163,133,157,108,83,69,126,57,245,243,167,155,138,130,187,111,27,189,146,47,253,107,236,47,95,56,19,172,245,33,223,90,35,246,151,191,251,109,116,20,68,41,179,230,166,162,155,65,164,163,224,182,231,204,20,126,142,222,105,172,52,14,197,180,171,183,166,94,250,58,186,235,76,27,105,253,237,253,178,51,77,46,231,168,197,242,234,163,59,108,174,173,158,147,215,64,60,251,183,172,160,209,119,91,163,75,206,106,206,249,237,65,7,133,214,76,125,193,164,93,227,157,135,66,91,226,173,173,165,158,93,169,4,153,234,156,111,97,94,65,107,169,71,107,213,32,83,11,194,94,164,75,239,30,68,21,19,249,38,244,97,81,225,177,81,111,107,180,234,220,206,57,97,17,226,67,48,237,234,173,105,150,126,252,175,51,67,255,53,244,95,195,183,53,244,95,148,116,25,1,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:57,458 Warning: client decoding error:
2021-10-14 09:33:57,458  failed to create image bitmap from webp [object Blob], data=82,73,70,70,8,2,0,0,87,69,66,80,86,80,56,76,251,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,107,109,255,218,54,99,202,189,1,186,5,110,195,112,3,221,12,133,127,58,232,100,46,74,42,233,252,183,76,134,45,189,3,158,123,52,250,244,34,98,37,5,133,105,55,148,236,215,172,158,223,47,201,234,136,254,59,114,219,200,145,116,208,228,141,165,126,4,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,145,207,159,148,73,125,81,215,214,224,207,49,211,148,215,223,158,15,96,103,154,92,206,81,139,229,213,199,90,3,92,91,61,39,175,129,120,246,111,89,65,163,239,182,70,151,156,213,156,243,219,131,178,188,94,71,41,83,95,48,105,215,120,231,161,32,175,215,107,169,103,87,42,65,166,58,231,91,152,87,208,90,234,209,90,53,200,212,130,176,139,188,186,7,81,197,68,190,9,125,88,84,120,108,212,219,26,173,58,183,115,78,88,132,248,200,77,251,81,47,61,241,64,190,181,255,72,213,10,183,150,152,106,7,225,210,19,83,149,87,98,170,118,229,172,240,180,39,166,106,35,87,184,181,196,84,109,198,21,46,125,96,170,125,8,175,51,137,169,218,172,180,18,83,181,165,115,186,211,110,181,91,179,199,108,233,15,129,122,207,135,88,211,209,64,116,244,8,248,171,169,71,99,239,182,38,10,7,163,133,157,108,83,69,126,57,245,243,167,155,138,130,187,111,27,189,146,47,253,107,236,47,95,56,19,172,245,33,223,90,35,246,151,191,251,109,116,20,68,41,179,230,166,162,155,65,164,163,224,182,231,204,20,126,142,222,105,172,52,14,197,180,171,183,166,94,250,58,186,235,76,27,105,253,237,253,178,51,77,46,231,168,197,242,234,163,59,108,174,173,158,147,215,64,60,251,183,172,160,209,119,91,163,75,206,106,206,249,237,65,7,133,214,76,125,193,164,93,227,157,135,66,91,226,173,173,165,158,93,169,4,153,234,156,111,97,94,65,107,169,71,107,213,32,83,11,194,94,164,75,239,30,68,21,19,249,38,244,97,81,225,177,81,111,107,180,234,220,206,57,97,17,226,67,48,237,234,173,105,150,126,252,175,51,67,255,53,244,95,195,183,53,244,95,148,116,25,1,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:57,650 Warning: client decoding error:
2021-10-14 09:33:57,650  failed to create image bitmap from webp [object Blob], data=82,73,70,70,8,2,0,0,87,69,66,80,86,80,56,76,251,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,107,109,255,218,54,99,202,189,1,186,5,110,195,112,3,221,12,133,127,58,232,100,46,74,42,233,252,183,76,134,45,189,3,158,123,52,250,244,34,98,37,5,133,105,55,148,236,215,172,158,223,47,201,234,136,254,59,114,219,200,145,116,208,228,141,165,126,4,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,145,207,159,148,73,125,81,215,214,224,207,49,211,148,215,223,158,15,96,103,154,92,206,81,139,229,213,199,90,3,92,91,61,39,175,129,120,246,111,89,65,163,239,182,70,151,156,213,156,243,219,131,178,188,94,71,41,83,95,48,105,215,120,231,161,32,175,215,107,169,103,87,42,65,166,58,231,91,152,87,208,90,234,209,90,53,200,212,130,176,139,188,186,7,81,197,68,190,9,125,88,84,120,108,212,219,26,173,58,183,115,78,88,132,248,200,77,251,81,47,61,241,64,190,181,255,72,213,10,183,150,152,106,7,225,210,19,83,149,87,98,170,118,229,172,240,180,39,166,106,35,87,184,181,196,84,109,198,21,46,125,96,170,125,8,175,51,137,169,218,172,180,18,83,181,165,115,186,211,110,181,91,179,199,108,233,15,129,122,207,135,88,211,209,64,116,244,8,248,171,169,71,99,239,182,38,10,7,163,133,157,108,83,69,126,57,245,243,167,155,138,130,187,111,27,189,146,47,253,107,236,47,95,56,19,172,245,33,223,90,35,246,151,191,251,109,116,20,68,41,179,230,166,162,155,65,164,163,224,182,231,204,20,126,142,222,105,172,52,14,197,180,171,183,166,94,250,58,186,235,76,27,105,253,237,253,178,51,77,46,231,168,197,242,234,163,59,108,174,173,158,147,215,64,60,251,183,172,160,209,119,91,163,75,206,106,206,249,237,65,7,133,214,76,125,193,164,93,227,157,135,66,91,226,173,173,165,158,93,169,4,153,234,156,111,97,94,65,107,169,71,107,213,32,83,11,194,94,164,75,239,30,68,21,19,249,38,244,97,81,225,177,81,111,107,180,234,220,206,57,97,17,226,67,48,237,234,173,105,150,126,252,175,51,67,255,53,244,95,195,183,53,244,95,148,116,25,1,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:58,016 Warning: client decoding error:
2021-10-14 09:33:58,017  failed to create image bitmap from webp [object Blob], data=82,73,70,70,8,2,0,0,87,69,66,80,86,80,56,76,251,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,107,109,255,218,54,99,202,189,1,186,5,110,195,112,3,221,12,133,127,58,232,100,46,74,42,233,252,183,76,134,45,189,3,158,123,52,250,244,34,98,37,5,133,105,55,148,236,215,172,158,223,47,201,234,136,254,59,114,219,200,145,116,208,228,141,165,126,4,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,145,207,159,148,73,125,81,215,214,224,207,49,211,148,215,223,158,15,96,103,154,92,206,81,139,229,213,199,90,3,92,91,61,39,175,129,120,246,111,89,65,163,239,182,70,151,156,213,156,243,219,131,178,188,94,71,41,83,95,48,105,215,120,231,161,32,175,215,107,169,103,87,42,65,166,58,231,91,152,87,208,90,234,209,90,53,200,212,130,176,139,188,186,7,81,197,68,190,9,125,88,84,120,108,212,219,26,173,58,183,115,78,88,132,248,200,77,251,81,47,61,241,64,190,181,255,72,213,10,183,150,152,106,7,225,210,19,83,149,87,98,170,118,229,172,240,180,39,166,106,35,87,184,181,196,84,109,198,21,46,125,96,170,125,8,175,51,137,169,218,172,180,18,83,181,165,115,186,211,110,181,91,179,199,108,233,15,129,122,207,135,88,211,209,64,116,244,8,248,171,169,71,99,239,182,38,10,7,163,133,157,108,83,69,126,57,245,243,167,155,138,130,187,111,27,189,146,47,253,107,236,47,95,56,19,172,245,33,223,90,35,246,151,191,251,109,116,20,68,41,179,230,166,162,155,65,164,163,224,182,231,204,20,126,142,222,105,172,52,14,197,180,171,183,166,94,250,58,186,235,76,27,105,253,237,253,178,51,77,46,231,168,197,242,234,163,59,108,174,173,158,147,215,64,60,251,183,172,160,209,119,91,163,75,206,106,206,249,237,65,7,133,214,76,125,193,164,93,227,157,135,66,91,226,173,173,165,158,93,169,4,153,234,156,111,97,94,65,107,169,71,107,213,32,83,11,194,94,164,75,239,30,68,21,19,249,38,244,97,81,225,177,81,111,107,180,234,220,206,57,97,17,226,67,48,237,234,173,105,150,126,252,175,51,67,255,53,244,95,195,183,53,244,95,148,116,25,1,0: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:58,405 Warning: client decoding error:
2021-10-14 09:33:58,405  failed to create image bitmap from webp [object Blob], data=82,73,70,70,20,2,0,0,87,69,66,80,86,80,56,76,8,2,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,218,56,37,4,47,64,87,224,100,25,46,144,206,16,248,111,10,205,214,65,73,33,205,63,92,25,186,205,13,184,206,168,244,228,0,41,215,242,6,100,10,246,134,144,253,154,149,249,253,23,74,71,244,223,145,219,70,142,164,131,38,111,44,245,35,200,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,188,121,109,152,216,91,227,170,142,254,28,75,109,121,253,29,248,0,122,169,205,209,20,141,80,94,67,20,91,96,235,250,1,121,141,196,209,127,243,6,52,253,188,58,189,110,109,166,172,223,14,228,229,117,55,136,169,230,154,138,219,202,57,8,25,121,221,45,198,110,28,171,121,137,250,138,171,97,213,128,138,177,43,197,186,151,104,120,126,31,121,245,15,130,154,10,92,229,187,240,212,192,99,211,78,117,186,110,157,77,89,126,22,194,109,55,237,219,189,244,200,3,249,214,254,35,85,45,220,90,100,170,61,132,75,143,76,85,94,145,169,234,194,126,225,105,143,76,85,7,182,112,107,145,169,234,132,45,92,250,200,84,135,16,94,103,34,83,213,73,105,69,166,170,115,7,204,78,187,54,221,154,222,97,75,191,12,52,7,62,68,209,140,70,98,70,87,128,191,38,117,101,230,121,117,46,243,115,58,243,53,217,54,34,55,31,251,252,217,142,5,222,249,103,173,65,201,151,254,46,116,55,14,237,243,138,67,200,183,214,10,221,141,143,110,23,51,242,130,152,42,218,177,224,180,23,152,145,119,214,177,150,50,159,167,207,181,10,173,45,49,237,219,191,181,7,70,215,153,62,178,250,59,184,188,44,181,57,154,162,17,202,107,136,254,176,217,186,126,0,138,194,26,137,163,255,230,13,104,250,121,117,122,221,218,76,89,191,29,200,83,120,255,64,188,53,213,92,83,113,91,57,7,33,163,253,240,129,112,107,197,216,141,99,53,47,81,95,113,53,172,234,171,69,105,21,99,87,138,117,47,209,240,252,1,116,23,217,210,251,7,65,77,5,174,242,93,120,218,59,144,126,108,218,169,78,215,173,179,41,203,207,66,72,33,109,126,218,141,183,102,174,244,93,97,157,25,251,175,177,255,26,179,173,177,255,34,103,150,9: InvalidStateError: The source image could not be decoded.
2021-10-14 09:33:58,489 Warning: client decoding error:
2021-10-14 09:33:58,490  failed to create image bitmap from webp [object Blob], data=82,73,70,70,20,2,0,0,87,69,66,80,86,80,56,76,8,2,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,218,56,37,4,47,64,87,224,100,25,46,144,206,16,248,111,10,205,214,65,73,33,205,63,92,25,186,205,13,184,206,168,244,228,0,41,215,242,6,100,10,246,134,144,253,154,149,249,253,23,74,71,244,223,145,219,70,142,164,131,38,111,44,245,35,200,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,188,121,109,152,216,91,227,170,142,254,28,75,109,121,253,29,248,0,122,169,205,209,20,141,80,94,67,20,91,96,235,250,1,121,141,196,209,127,243,6,52,253,188,58,189,110,109,166,172,223,14,228,229,117,55,136,169,230,154,138,219,202,57,8,25,121,221,45,198,110,28,171,121,137,250,138,171,97,213,128,138,177,43,197,186,151,104,120,126,31,121,245,15,130,154,10,92,229,187,240,212,192,99,211,78,117,186,110,157,77,89,126,22,194,109,55,237,219,189,244,200,3,249,214,254,35,85,45,220,90,100,170,61,132,75,143,76,85,94,145,169,234,194,126,225,105,143,76,85,7,182,112,107,145,169,234,132,45,92,250,200,84,135,16,94,103,34,83,213,73,105,69,166,170,115,7,204,78,187,54,221,154,222,97,75,191,12,52,7,62,68,209,140,70,98,70,87,128,191,38,117,101,230,121,117,46,243,115,58,243,53,217,54,34,55,31,251,252,217,142,5,222,249,103,173,65,201,151,254,46,116,55,14,237,243,138,67,200,183,214,10,221,141,143,110,23,51,242,130,152,42,218,177,224,180,23,152,145,119,214,177,150,50,159,167,207,181,10,173,45,49,237,219,191,181,7,70,215,153,62,178,250,59,184,188,44,181,57,154,162,17,202,107,136,254,176,217,186,126,0,138,194,26,137,163,255,230,13,104,250,121,117,122,221,218,76,89,191,29,200,83,120,255,64,188,53,213,92,83,113,91,57,7,33,163,253,240,129,112,107,197,216,141,99,53,47,81,95,113,53,172,234,171,69,105,21,99,87,138,117,47,209,240,252,1,116,23,217,210,251,7,65,77,5,174,242,93,120,218,59,144,126,108,218,169,78,215,173,179,41,203,207,66,72,33,109,126,218,141,183,102,174,244,93,97,157,25,251,175,177,255,26,179,173,177,255,34,103,150,9: InvalidStateError: The source image could not be decoded.
2021-10-14 09:34:05,721 Shutting down in response to client request
2021-10-14 09:34:05,722 Disconnecting client /run/user/1000/xpra/cen79-1:
2021-10-14 09:34:05,722  server shutdown
2021-10-14 09:34:05,722 xpra client 1 disconnected.
2021-10-14 09:34:06,228 killing xvfb with pid 2072
2021-10-14 09:34:06,228 removing socket '/run/user/1000/xpra/cen79-1'
2021-10-14 09:34:06,260 Error releasing the dbus notification forwarder:
2021-10-14 09:34:06,260  org.freedesktop.DBus.Error.Disconnected
2021-10-14 09:34:06,260  Connection was disconnected before a reply was received
(II) Server terminated successfully (0). Closing log file.

One difference I have found in the logs between CentOS v7.7 and CentOS v7.9 while Xpra being installed from https://xpra.org/dists/CentOS/7.7.1908/x86_64/ is, the following lines...

CentOS v7.7 / Xpra for CentOS 7.7.1908 - Chrome Version 94.0.4606.81 (Official Build) (64-bit) / Windows (OK)

2021-10-14 09:24:48,833 HTML5 Microsoft Windows Chrome client version 3.0.9
2021-10-14 09:24:48,833  via Linux 3.10.0-1062.el7.x86_64 proxy version 3.0.9 on 'cen77'

CentOS v7.9 / Xpra for CentOS 7.7.1908 - Chrome Version 94.0.4606.81 (Official Build) (64-bit) / Windows (ERR)

2021-10-14 09:33:53,189 HTML5 Microsoft Windows Chrome client version 4.5-r1031
2021-10-14 09:33:53,190  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.0.9 on 'cen79'

I also tried different browsers connecting to CentOS v7.9 while Xpra being installed from https://xpra.org/dists/CentOS/7.7.1908/x86_64/ with the following success rate...

CentOS v7.9 / Xpra for CentOS 7.7.1908 - Safari Version 14.1.2 (15611.3.10.1.5, 15611) / Mac (OK)

2021-10-14 10:37:58,226 HTML5 Mac OSX Safari client version 3.0.9
2021-10-14 10:37:58,226  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.0.9 on 'cen79'

CentOS v7.9 / Xpra for CentOS 7.7.1908 - Fiorefox 93.0 (64-bit) / Mac (OK)

2021-10-14 10:41:04,613 HTML5 Mac OSX Firefox client version 3.0.9
2021-10-14 10:41:04,613  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.0.9 on 'cen79'

Unfortunately none of the above works when using CentOS v7.9 / Xpra for CentOS 7.9.2009. In that case the HTML5 client version will show 4.5 in the logs, and I get the same error like with Google Chrome above.

Any help would be greatly appreciated, making Xpra work on CentOS v7.9 / Xpra for CentOS 7.9.2009 and Google Chrome.

Many thanks, Walakee

PS: Apologies if the information above was a bit overwhelming. This is my first GitHub post, so I'm not sure about the level of detail expected here.

totaam commented 2 years ago

I have transferred your issue to the xpra-html5 project as I am fairly confident that the problem comes from your browser not supporting the decoding of webp images in the decode worker. The temporary solution you can use is to downgrade xpra-html5 to an older version.

Looks like we will need to validate webp decoding better before enabling it.

walakee commented 2 years ago

Many thanks for immediately looking into this. Meanwhile I have tried selecting PNG encoding on the HTML5 client (http://192.168.56.80:14500/connect.html), and I got a similar error after establishing the session...

2021-10-14 16:02:21,144 Error: cannot enable SSH socket upgrades:
2021-10-14 16:02:21,145  No module named paramiko
2021-10-14 16:02:21,147 cannot access python uinput module:
2021-10-14 16:02:21,147  No module named uinput
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
Build Operating System:  3.10.0-957.1.3.el7.x86_64
Current Operating System: Linux cen79 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-1160.el7.x86_64 root=/dev/mapper/centos-root ro spectre_v2=retpoline rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=en_US.UTF-8
Build Date: 01 April 2020  05:04:29AM
Build ID: xorg-x11-server 1.20.4-10.el7
Current version of pixman: 0.34.0
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: "/run/user/1000/xpra/Xorg.S2134.log", Time: Thu Oct 14 16:02:21 2021
(++) Using config file: "/etc/xpra/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
2021-10-14 16:02:24,938 Warning: some of the sockets are in an unknown state:
2021-10-14 16:02:24,938  /home/walakee/.xpra/cen79-1
2021-10-14 16:02:24,938  please wait as we allow the socket probing to timeout
2021-10-14 16:02:30,987 created unix domain socket '/run/user/1000/xpra/cen79-1'
2021-10-14 16:02:30,987 cannot create group socket '/run/xpra/cen79-1'
2021-10-14 16:02:30,987  [Errno 13] Permission denied
2021-10-14 16:02:30,987 created unix domain socket '/home/walakee/.xpra/cen79-1'
2021-10-14 16:02:30,988 Warning: missing sound module
2021-10-14 16:02:31,147 pointer device emulation using XTest
2021-10-14 16:02:31,165 serving html content from '/usr/share/xpra/www'
2021-10-14 16:02:31,200 Warning: skipped OpenGL probing,
2021-10-14 16:02:31,200  found 1 blacklisted kernel module:
2021-10-14 16:02:31,200  vboxguest
2021-10-14 16:02:31,260 D-Bus notification forwarding is available
2021-10-14 16:02:31,427 Warning: webcam forwarding is disabled
2021-10-14 16:02:31,427  the virtual video directory '/sys/devices/virtual/video4linux' was not found
2021-10-14 16:02:31,427  make sure that the 'v4l2loopback' kernel module is installed and loaded
2021-10-14 16:02:31,428 found 0 virtual video devices for webcam forwarding
2021-10-14 16:02:31,621 xpra is ready.
2021-10-14 16:02:31,624 xpra GTK2 X11 version 3.1-r10 64-bit
2021-10-14 16:02:31,639  uid=1000 (walakee), gid=1000 (walakee)
2021-10-14 16:02:31,639  running with pid 2142 on Linux CentOS Linux 7.9.2009 Core
2021-10-14 16:02:31,640  connected to X11 display :1 with 24 bit colors
2021-10-14 16:02:32,091 printer forwarding enabled using postscript and pdf
2021-10-14 16:02:32,110 started command '/usr/bin/xterm' with pid 2197
2021-10-14 16:02:32,147 New unix-domain connection received
2021-10-14 16:02:32,147  on '/home/walakee/.xpra/cen79-1'
2021-10-14 16:02:32,188 watching for applications menu changes in:
2021-10-14 16:02:32,188  '/usr/share/applications'
2021-10-14 16:02:32,188  '/usr/local/share/applications'
2021-10-14 16:02:32,190 Warning: cannot use application menu data:
2021-10-14 16:02:32,190  no python-xdg module
/usr/bin/xterm: cannot load font '-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1'
2021-10-14 16:02:32,703 Error importing nvjpeg encoder (enc_nvjpeg)
2021-10-14 16:02:32,703  libnvjpeg.so.11: cannot open shared object file: No such file or directory
2021-10-14 16:02:32,722 1.0GB of system memory
2021-10-14 16:02:32,722 New unix-domain connection received
2021-10-14 16:02:32,722  on '/run/user/1000/xpra/cen79-1'
2021-10-14 16:02:32,726 New unix-domain connection received
2021-10-14 16:02:32,727  on '/home/walakee/.xpra/cen79-1'
2021-10-14 16:02:33,118 New unix-domain connection received
2021-10-14 16:02:33,118  on '/run/user/1000/xpra/cen79-1'
2021-10-14 16:02:33,135 Handshake complete; enabling connection
2021-10-14 16:02:33,172  automatic picture encoding enabled, also available:
2021-10-14 16:02:33,172   png
2021-10-14 16:02:33,173 HTML5 Microsoft Windows Chrome client version 4.5-r1031
2021-10-14 16:02:33,173   as 'walakee'
2021-10-14 16:02:33,173  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.1 on 'cen79'
2021-10-14 16:02:33,335 setting keyboard layout to 'us'
2021-10-14 16:02:33,378  client root window size is 1920x913 with 1 display:
2021-10-14 16:02:33,378   HTML (508x242 mm - DPI: 96x95)
2021-10-14 16:02:33,378     Canvas
2021-10-14 16:02:33,420 server virtual display now set to 1856x896 (best match for 1920x913)
2021-10-14 16:02:33,816 New unix-domain connection received
2021-10-14 16:02:33,816  on '/run/user/1000/xpra/cen79-1'
2021-10-14 16:02:33,820 DPI set to 96 x 96
2021-10-14 16:02:33,890 client   1 received xdg start menu data
2021-10-14 16:02:33,914 client   1 startup complete
2021-10-14 16:02:33,914 client   1 connection-established
2021-10-14 16:02:34,015 Warning: client decoding error:
2021-10-14 16:02:34,015  failed to create image bitmap from png [object Blob], data=137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,243,0,0,0,14,8,2,0,0,0,180,22,98,111,0,0,2,26,73,68,65,84,120,94,237,156,97,111,132,48,8,134,231,178,255,255,151,157,134,133,16,232,81,228,122,137,102,207,125,184,56,87,160,125,116,111,17,204,182,125,223,191,106,159,109,219,234,131,107,46,25,5,1,8,64,0,2,235,9,124,139,203,67,181,167,223,235,131,227,17,2,16,128,0,4,62,64,224,71,4,253,72,198,243,239,15,132,198,229,101,2,178,1,219,15,79,81,151,33,98,0,129,127,64,224,84,246,169,172,199,58,140,74,12,202,210,190,73,96,216,70,135,33,4,32,144,19,232,231,236,119,214,244,97,75,96,137,146,186,172,89,32,84,60,235,148,244,192,217,106,89,236,206,96,249,115,130,0,4,30,65,160,153,179,63,98,109,118,146,86,235,223,105,5,91,217,213,230,132,158,124,229,217,86,186,18,116,182,219,129,190,63,238,30,99,194,16,184,15,129,179,131,74,157,189,113,61,26,219,131,86,189,134,225,108,46,143,172,55,174,8,38,16,128,128,18,88,150,179,199,138,132,59,35,63,58,117,155,90,197,90,135,238,67,226,77,139,24,114,16,115,106,167,146,182,156,50,141,62,140,213,184,123,116,14,72,118,131,30,38,16,128,192,85,2,253,58,123,94,235,24,86,63,134,173,90,149,230,40,250,162,131,177,214,225,106,214,195,88,177,174,109,159,78,244,120,26,61,241,163,123,73,124,101,229,234,101,208,61,207,77,172,225,7,19,8,64,0,2,203,114,118,69,89,79,75,69,202,69,212,98,246,173,14,163,110,38,41,112,47,59,78,162,87,150,147,152,95,186,195,220,206,119,201,150,193,16,128,0,4,148,192,154,156,189,13,84,223,15,121,165,200,46,31,111,7,178,251,68,34,214,21,29,111,84,216,223,159,54,30,32,0,1,8,212,9,156,29,212,97,145,196,181,85,235,30,235,165,9,91,230,142,86,238,76,209,109,62,204,62,28,216,21,77,163,39,203,47,78,108,10,240,240,35,174,216,57,166,172,24,0,1,8,228,4,214,228,236,90,87,145,125,66,119,11,137,109,19,97,119,236,122,152,137,31,251,43,183,164,104,21,215,236,204,69,226,167,209,43,119,79,37,122,209,15,178,94,1,197,24,8,64,96,74,224,239,159,124,185,12,61,201,226,197,99,124,171,100,26,137,1,142,64,131,97,210,114,0,47,4,32,0,1,37,240,11,147,200,100,24,57,17,153,86,0,0,0,0,73,69,78,68,174,66,96,130: InvalidStateError: The source image could not be decoded.
2021-10-14 16:02:34,386 Warning: client decoding error:
...
2021-10-14 16:02:46,546 Warning: client decoding error:
2021-10-14 16:02:46,546  failed to create image bitmap from png [object Blob], data=137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,243,0,0,1,60,8,2,0,0,0,91,211,207,125,0,0,69,51,73,68,65,84,120,94,237,125,13,146,228,184,202,237,157,23,111,159,83,75,235,157,206,231,44,178,40,26,16,58,194,178,83,182,201,152,152,200,118,242,123,64,8,201,178,235,159,255,254,251,239,127,216,231,159,127,254,193,137,49,145,69,85,8,20,2,133,64,33,48,31,129,255,55,95,100,73,44,4,10,129,66,160,16,248,40,2,85,217,63,10,127,41,47,4,10,129,66,224,0,4,170,178,31,0,106,137,44,4,10,129,66,224,163,8,84,101,239,195,191,221,96,232,19,45,67,113,45,107,9,182,185,54,43,105,219,63,233,19,135,168,75,144,142,112,66,178,107,51,226,215,168,174,81,250,161,120,33,176,167,81,45,198,24,129,170,236,157,12,201,165,126,165,221,167,16,176,229,111,187,237,79,159,32,148,116,58,224,136,88,39,100,146,49,202,102,101,33,66,243,169,16,176,222,227,14,92,36,80,253,56,26,39,27,80,149,61,2,188,142,3,157,156,142,59,213,229,226,197,92,211,139,123,206,30,11,2,98,33,66,179,19,222,98,191,16,2,255,127,138,173,178,161,160,137,90,230,116,43,191,45,23,98,76,142,11,145,108,105,192,166,131,59,8,166,87,87,232,159,84,56,90,52,114,83,34,144,195,213,39,144,195,162,2,251,175,104,115,55,136,96,188,186,114,100,75,40,243,153,227,216,149,64,4,57,123,16,46,132,6,52,178,155,9,110,102,34,57,230,78,81,10,153,174,118,91,73,136,101,52,22,32,26,183,33,203,84,118,181,20,82,165,60,168,227,18,53,151,203,74,70,116,129,92,7,197,204,205,60,89,118,233,59,151,117,158,153,20,141,59,23,90,57,76,214,146,35,167,213,120,78,37,64,2,57,75,217,156,11,159,108,195,135,170,97,23,249,156,61,67,92,72,203,143,208,196,74,221,92,237,230,134,202,67,196,47,100,164,32,29,161,234,144,16,213,15,164,201,84,118,119,132,240,69,249,171,140,19,194,101,105,38,114,157,16,93,188,118,200,214,219,118,223,108,170,154,180,100,27,24,96,133,155,49,212,87,174,99,51,30,74,164,82,200,158,52,144,236,102,56,110,201,40,37,82,178,17,154,81,189,22,13,55,238,67,57,150,176,161,88,118,34,144,169,236,59,85,22,59,33,160,86,45,182,200,186,91,55,159,69,239,138,54,35,136,5,147,43,194,62,157,6,41,217,8,77,194,48,55,235,108,220,19,146,139,229,76,4,158,117,7,213,182,192,115,177,198,229,203,237,69,203,165,174,128,98,65,50,229,50,206,181,142,205,115,163,230,74,219,156,165,207,249,205,169,85,202,93,115,176,7,98,105,90,40,129,17,103,178,56,238,123,98,65,54,211,167,43,199,165,65,24,187,146,111,73,112,84,207,174,182,104,87,192,142,146,96,104,172,170,228,110,109,13,201,212,167,214,91,93,145,77,58,127,239,114,201,85,112,43,131,115,251,200,150,107,125,155,145,20,178,241,202,225,99,215,79,136,118,75,131,228,79,107,94,225,235,148,117,60,160,248,186,76,137,22,77,203,36,57,10,90,121,232,166,223,208,60,167,70,156,27,11,181,90,10,50,83,253,68,194,135,236,201,5,241,162,92,3,45,201,80,77,92,19,142,27,184,176,38,176,55,179,234,222,121,114,132,119,170,243,0,11,174,154,96,64,174,155,37,219,65,238,28,213,179,31,100,238,78,177,149,58,59,1,44,246,27,32,112,196,40,200,201,76,175,168,110,16,133,163,93,120,86,101,63,26,205,146,127,15,4,114,117,234,30,190,159,236,69,65,125,16,224,207,186,131,122,16,136,37,182,16,40,4,10,129,165,16,168,202,222,15,199,181,238,191,95,203,90,66,127,143,205,138,247,231,168,197,251,172,5,255,179,123,0,99,143,13,113,14,37,36,43,47,92,148,16,154,110,114,39,108,219,25,175,174,73,36,63,54,172,75,128,104,185,55,77,85,246,78,124,115,169,127,239,164,89,199,59,91,214,183,213,61,125,248,236,4,95,9,204,166,91,121,71,196,58,33,147,140,145,94,80,177,147,22,34,52,235,132,105,200,18,118,77,66,151,187,67,59,164,247,102,196,85,217,163,128,30,113,138,224,102,9,244,65,119,134,162,19,16,243,79,211,139,251,144,133,221,137,103,35,8,44,60,206,139,79,133,88,110,193,215,118,252,104,20,230,220,65,149,13,5,197,64,230,116,43,191,45,23,98,125,142,11,145,108,105,192,124,226,134,66,29,206,165,161,200,171,87,26,150,45,26,185,200,13,228,200,110,84,45,210,165,181,220,177,182,28,191,162,205,202,23,48,58,42,27,145,76,144,29,162,204,231,46,170,105,11,37,35,226,23,66,131,120,138,100,157,75,35,179,218,85,4,98,104,243,208,74,67,96,71,228,128,128,220,131,44,83,217,221,149,17,215,172,160,142,219,244,85,92,86,50,162,11,228,58,40,96,118,14,115,103,53,46,235,60,51,201,242,109,139,62,253,170,104,100,145,106,201,177,52,238,80,1,181,75,45,184,167,60,229,168,105,126,143,205,72,248,220,150,150,210,99,180,125,238,34,143,216,179,147,6,177,25,161,137,205,176,158,34,185,209,29,239,185,236,229,96,73,246,238,90,202,29,113,59,193,191,58,123,166,178,187,253,2,95,84,157,163,123,157,81,83,191,90,201,136,46,144,235,132,80,225,157,148,108,189,109,135,206,166,170,73,75,165,123,171,67,196,205,144,2,187,248,172,99,115,96,106,107,185,19,23,119,139,179,85,17,103,114,23,189,81,2,164,100,35,52,163,122,9,40,213,132,113,215,188,19,132,46,187,106,113,112,227,145,8,226,210,110,64,153,169,236,55,112,123,5,23,84,63,107,139,172,234,68,202,230,227,16,8,38,215,227,148,6,146,145,146,141,208,36,140,119,179,206,230,106,66,242,161,44,67,221,204,161,150,44,34,252,89,119,80,143,158,216,113,249,76,25,108,32,4,157,187,155,61,184,118,201,142,115,173,99,115,107,240,88,95,112,239,148,204,141,145,62,231,151,12,171,148,147,36,216,3,177,52,56,74,113,58,197,113,143,231,167,243,49,76,71,124,145,138,60,203,140,163,122,118,94,85,125,100,108,4,153,58,100,15,103,9,175,70,221,69,186,76,125,106,189,213,21,226,146,53,194,210,4,87,130,125,198,150,174,56,63,16,237,171,217,108,61,178,209,193,253,234,142,159,41,5,29,201,159,238,36,77,150,216,109,10,89,194,90,52,45,208,130,198,92,238,185,113,218,187,249,188,31,67,48,123,73,187,181,153,175,128,114,186,6,223,137,96,160,37,25,170,137,107,98,116,3,23,214,4,246,102,86,221,59,79,142,240,78,117,202,233,237,242,155,37,210,7,221,57,170,103,255,160,75,129,234,41,141,216,154,174,149,85,133,0,136,192,17,163,224,8,153,160,59,69,230,34,240,172,125,246,74,130,66,0,65,160,234,20,130,82,119,199,111,191,144,146,144,70,160,42,123,26,186,98,44,4,10,129,66,96,81,4,170,178,247,3,115,173,187,237,215,178,150,208,79,219,76,71,47,228,141,74,190,34,101,34,242,17,154,126,174,120,20,9,201,202,47,23,37,132,166,107,112,194,182,61,241,234,218,83,4,179,16,120,214,62,123,2,181,92,234,39,20,21,203,40,2,234,176,196,182,133,34,119,81,100,185,239,74,38,81,39,220,90,236,90,66,117,147,29,225,239,202,66,132,6,209,85,52,119,69,160,122,246,40,178,71,12,245,187,102,210,82,126,169,130,24,219,198,196,193,233,210,156,119,179,242,7,177,16,161,201,121,81,92,87,68,96,78,207,206,13,197,6,1,181,27,110,79,161,0,178,92,8,130,57,46,68,178,165,1,239,164,113,123,40,91,45,146,198,104,208,119,5,139,164,33,208,226,43,174,239,150,139,69,5,246,35,186,86,179,89,5,168,229,157,4,25,140,160,205,76,190,34,243,153,64,195,101,226,148,210,0,132,11,161,1,115,190,155,9,110,102,170,28,195,51,19,180,170,200,118,34,144,169,236,106,131,66,149,242,86,159,130,112,89,154,137,92,59,145,106,177,219,57,204,157,213,184,172,171,101,53,207,130,45,46,210,107,155,208,150,28,151,216,86,46,181,222,95,223,230,32,124,118,190,220,223,44,183,246,67,36,188,7,101,20,139,69,188,64,104,98,59,173,167,72,110,180,18,50,206,231,163,17,43,249,140,64,166,178,187,253,2,95,84,123,157,238,117,213,16,113,31,100,37,35,186,64,174,19,162,142,119,82,188,240,223,190,216,78,95,142,109,101,118,128,103,12,117,203,253,43,218,44,125,81,165,205,214,41,36,238,170,129,112,89,114,240,34,218,93,26,164,100,35,52,9,3,90,13,150,204,213,96,208,173,51,30,19,190,223,134,37,83,217,111,227,252,103,29,81,107,29,158,222,220,150,13,41,61,39,184,179,154,205,179,74,91,48,185,158,128,170,85,129,248,133,208,36,140,183,11,32,206,204,131,52,38,140,44,150,46,2,207,186,131,122,116,125,196,229,203,205,77,203,165,174,128,98,65,50,149,19,56,215,58,54,147,11,182,208,224,190,116,7,198,38,138,62,248,154,166,43,19,36,176,74,121,133,103,247,64,88,166,165,105,169,3,81,98,178,56,238,136,83,160,70,68,84,209,128,8,28,213,179,171,109,101,208,154,67,201,40,189,134,198,170,74,238,214,214,144,76,125,106,112,212,21,242,75,178,91,154,224,138,252,73,65,212,210,21,35,137,104,95,205,102,215,35,89,50,104,175,64,33,143,68,208,149,60,165,160,167,181,43,191,56,169,164,85,8,141,117,205,142,130,86,246,50,152,179,114,236,208,209,93,194,117,199,134,103,240,80,77,92,19,232,27,184,176,38,176,55,179,234,222,121,114,111,239,110,150,138,105,119,158,181,27,131,79,99,105,64,139,177,16,88,28,129,26,5,139,7,104,138,121,207,170,236,83,32,43,33,183,71,160,106,223,237,67,124,123,7,171,178,223,62,196,229,96,33,80,8,60,14,129,189,149,253,126,119,189,93,143,46,228,230,133,76,229,209,54,100,179,34,182,255,124,157,104,17,127,163,153,254,25,171,64,104,192,218,224,170,70,12,208,119,192,254,254,51,211,246,87,182,153,111,138,170,43,160,193,9,178,127,190,18,76,197,114,42,2,71,157,141,57,213,137,121,202,134,74,204,60,181,37,41,137,0,221,12,228,91,130,242,222,160,250,105,83,208,186,115,104,185,92,107,144,27,143,42,127,90,71,89,186,69,220,26,111,77,170,7,130,146,73,243,12,182,189,61,251,157,80,10,70,254,157,220,188,180,47,170,35,166,234,22,156,10,149,206,30,189,123,30,148,254,161,159,152,88,249,85,109,199,165,83,247,100,227,147,61,187,74,50,110,49,104,152,169,254,8,239,158,78,118,94,169,115,71,190,116,173,101,30,163,193,18,212,21,250,167,236,46,9,34,18,216,226,178,52,22,103,87,14,95,12,106,89,87,251,154,54,131,69,124,127,34,185,17,100,76,92,249,45,180,227,102,31,156,111,120,203,197,174,3,226,43,93,40,120,107,229,191,63,111,90,228,202,43,199,190,190,179,183,205,213,85,93,4,7,34,64,207,119,32,31,170,65,220,37,201,239,92,161,248,87,38,150,244,92,197,152,87,58,134,172,46,211,52,136,131,214,59,215,29,37,202,122,218,186,34,221,71,184,164,34,57,1,40,228,153,172,69,99,125,71,180,91,107,17,174,227,108,182,177,104,229,24,39,149,202,150,86,14,128,126,73,178,32,157,20,153,52,6,228,114,253,178,227,78,141,71,59,6,145,156,255,223,191,191,84,242,251,59,199,190,127,181,52,219,21,190,72,95,98,57,136,37,69,51,23,129,100,207,110,167,26,30,69,114,56,169,110,101,251,73,94,73,151,105,165,29,145,147,155,27,145,173,213,120,114,106,233,37,40,228,224,220,190,219,229,182,189,226,226,204,163,90,125,65,188,182,232,173,105,51,24,11,118,199,93,148,224,206,182,166,7,4,82,55,37,64,251,3,249,210,248,35,114,222,118,223,206,48,255,243,190,198,196,76,83,183,85,71,115,227,80,250,105,149,253,80,43,63,40,156,11,196,254,145,233,78,72,193,84,39,127,90,100,143,149,10,202,167,108,62,46,22,31,76,176,213,84,111,5,26,41,241,65,209,95,205,163,103,218,115,234,29,84,100,207,250,208,48,140,214,71,94,31,81,115,221,181,13,151,47,59,202,110,171,14,138,5,201,148,23,56,215,103,109,182,177,224,117,15,207,52,184,47,221,80,254,182,162,230,244,33,174,5,167,84,109,126,176,171,78,148,221,156,9,28,108,53,215,234,186,75,134,52,230,8,13,142,127,81,230,16,24,120,149,93,171,133,84,123,44,114,72,200,159,20,59,82,40,115,46,181,184,236,242,60,174,113,193,182,82,139,177,181,21,224,250,238,110,23,144,100,37,135,97,116,215,13,74,14,136,115,87,251,130,54,115,81,11,66,211,245,203,77,15,144,139,200,90,169,171,170,45,175,111,84,76,193,172,83,177,70,44,236,102,248,107,74,248,122,235,239,222,47,221,8,184,127,87,92,170,175,39,81,86,242,220,241,91,210,134,16,72,86,246,33,29,235,16,187,149,113,29,243,202,146,66,32,234,181,39,189,82,88,214,229,2,252,174,8,60,171,178,223,53,138,229,87,33,80,8,20,2,18,129,83,247,217,11,250,66,160,16,40,4,10,129,19,16,168,202,126,2,200,165,162,16,40,4,10,129,83,17,216,123,234,241,126,59,215,173,187,148,231,223,242,205,37,194,21,35,146,182,25,185,175,248,186,185,215,219,161,70,238,61,130,225,104,29,52,216,216,131,20,178,22,198,54,219,187,181,238,253,91,208,230,28,153,122,6,53,39,164,184,14,66,160,122,246,191,128,181,135,201,14,194,189,196,238,71,128,106,31,125,40,112,246,10,93,140,117,185,92,150,165,43,199,234,98,243,226,182,192,74,38,147,98,141,86,56,168,110,63,242,47,79,191,143,189,211,249,25,254,212,121,199,41,216,78,17,82,149,93,228,101,163,179,67,134,244,148,96,148,144,137,8,216,135,170,38,10,119,69,5,93,246,208,79,76,172,138,251,154,121,40,31,70,181,15,166,30,141,121,201,111,33,144,220,141,81,73,38,91,12,59,162,248,87,121,76,91,158,209,14,22,170,106,109,155,230,66,50,192,109,172,144,238,169,187,39,64,4,234,224,127,151,75,246,128,18,85,150,70,78,185,59,9,138,38,232,64,131,51,248,171,217,172,188,64,246,199,16,154,86,153,166,235,242,88,122,140,106,112,206,61,48,3,180,80,46,74,126,123,100,115,190,190,27,119,39,19,126,154,238,214,9,119,106,207,187,123,47,150,160,78,184,35,101,231,32,154,204,169,71,183,218,202,49,96,75,152,42,76,114,180,216,154,197,174,78,228,194,225,83,237,149,157,150,148,168,214,220,195,101,87,206,70,234,187,165,145,87,164,162,214,220,137,196,194,45,235,238,44,187,178,205,65,4,25,4,217,112,200,138,25,180,204,52,53,118,209,80,100,136,49,193,188,139,68,196,102,130,178,211,142,56,117,5,201,121,251,204,145,123,229,37,249,207,75,158,172,242,36,95,246,233,238,19,76,204,133,216,83,52,179,16,72,246,236,86,61,143,141,96,68,169,138,207,137,200,95,220,254,101,22,87,2,178,184,34,4,32,116,117,241,66,123,251,98,187,102,102,183,11,112,23,231,247,24,251,121,255,1,216,6,42,174,11,217,44,77,85,49,82,53,186,235,84,151,96,8,204,32,37,70,115,41,206,46,107,213,78,59,85,141,86,218,213,54,139,124,60,181,11,96,17,124,4,129,105,149,253,35,214,159,160,148,107,235,254,145,169,71,203,71,223,174,149,131,78,174,162,220,137,193,246,149,57,69,32,215,244,160,128,122,139,172,16,88,28,129,83,239,160,34,123,214,22,175,137,92,182,5,142,195,67,13,53,149,51,164,39,194,229,203,205,113,203,165,174,128,98,65,50,229,50,206,181,142,205,228,194,57,101,189,27,157,32,133,112,108,165,16,94,207,217,141,65,38,219,101,213,151,111,242,220,147,45,212,215,211,127,245,57,31,129,76,207,206,153,23,152,107,55,148,57,77,237,238,74,60,54,184,176,226,35,217,213,69,131,33,16,34,219,115,176,148,19,153,44,121,238,21,219,222,34,92,114,199,166,85,35,172,28,36,135,16,237,171,217,236,250,37,97,161,57,88,197,2,137,41,136,134,12,71,108,12,41,117,237,113,27,23,158,168,56,235,236,24,81,217,11,218,236,168,251,174,179,188,33,46,143,45,210,150,139,189,130,100,20,201,148,146,73,212,219,181,239,159,234,115,38,2,153,59,168,103,218,55,87,23,62,55,204,213,91,210,10,129,253,8,204,202,222,115,222,8,214,186,155,186,31,135,146,128,32,240,172,202,142,32,82,52,133,64,33,48,5,129,58,245,56,5,198,156,144,170,236,57,220,138,171,16,40,4,10,129,117,17,56,245,14,234,186,48,148,101,133,64,33,80,8,220,8,129,189,149,61,119,247,255,42,0,110,222,201,207,37,204,190,98,68,38,218,204,241,162,96,129,17,84,92,123,2,45,125,1,181,147,157,74,105,140,73,32,57,13,38,223,2,221,227,126,241,46,130,64,230,108,204,34,166,159,96,134,60,233,152,30,48,39,216,89,42,184,142,115,200,228,249,168,24,31,121,103,50,62,58,213,61,249,170,146,4,204,31,183,172,119,143,144,117,141,169,172,120,50,2,123,123,246,135,96,55,235,88,194,67,224,122,166,155,185,89,193,114,201,57,73,173,0,186,192,86,255,209,133,232,33,4,201,158,93,37,16,229,34,93,164,86,194,246,65,96,103,180,32,238,221,178,206,104,200,134,145,28,97,52,232,187,2,65,210,200,37,121,32,199,158,170,182,218,89,84,208,214,93,209,230,110,110,180,252,149,153,217,21,194,237,191,141,96,44,39,208,30,4,2,108,189,73,181,74,69,101,143,28,134,160,155,47,153,95,154,182,254,158,53,142,222,178,148,153,202,238,150,39,190,216,170,131,92,215,36,165,196,69,62,124,193,131,202,46,111,115,87,210,1,112,71,148,148,6,206,97,202,125,156,139,11,141,154,50,121,24,219,253,135,110,44,112,237,82,11,206,117,132,205,67,17,116,219,136,238,12,205,42,44,123,119,111,164,101,94,55,127,64,191,220,103,151,108,23,5,74,251,245,244,251,61,142,239,120,253,148,120,121,197,125,49,111,157,85,31,197,249,124,250,76,101,119,173,228,250,162,246,22,229,63,85,118,218,110,229,184,43,105,100,109,221,12,68,129,253,215,38,65,182,222,182,67,151,37,70,169,115,113,150,221,37,9,199,253,197,137,215,177,57,246,78,214,101,220,187,150,204,157,18,134,242,39,246,75,13,37,69,140,207,91,120,110,52,49,17,47,245,173,119,178,239,199,243,8,9,211,42,251,17,198,221,91,166,109,184,84,17,113,215,70,159,197,100,125,155,207,44,112,159,141,133,213,206,203,217,19,64,144,47,245,93,13,135,178,103,67,224,212,59,168,185,125,192,137,113,82,59,57,93,201,199,209,179,100,187,7,181,89,165,244,130,102,128,100,182,215,235,226,64,4,235,216,220,50,216,86,180,28,38,82,190,149,128,203,196,41,165,70,78,9,229,142,148,102,37,111,92,244,233,46,218,210,175,232,98,70,185,17,159,150,6,102,93,145,229,16,72,62,131,42,19,203,238,0,114,33,144,63,185,91,159,57,163,115,92,178,48,225,18,16,46,75,163,174,180,182,125,201,12,187,27,163,174,48,140,110,47,134,232,10,250,187,150,246,5,109,238,70,77,213,59,94,97,40,156,19,104,200,185,173,181,63,147,211,238,114,209,60,42,21,117,115,140,157,138,27,118,251,196,191,44,205,234,239,154,170,45,120,249,90,246,122,115,64,55,27,63,75,144,172,236,159,53,58,173,61,78,250,180,216,98,44,4,78,64,96,86,246,158,243,70,176,19,0,41,21,1,2,239,202,78,73,131,252,191,208,44,4,10,129,66,160,16,88,28,129,215,62,123,21,244,197,131,84,230,21,2,133,64,33,48,132,192,171,178,35,221,250,144,208,34,46,4,10,129,66,160,16,248,32,2,175,83,143,123,122,246,89,123,127,31,132,32,86,141,220,65,93,202,248,43,70,228,80,155,145,8,34,52,96,148,213,157,103,201,21,28,141,183,8,116,110,132,254,253,6,49,117,175,181,121,143,247,235,215,28,252,28,122,237,203,131,161,95,138,172,122,246,40,28,52,186,232,163,206,48,44,21,197,50,166,133,0,18,65,132,134,26,160,46,206,246,160,139,60,140,24,24,169,126,226,102,43,208,200,146,131,9,67,177,243,223,195,83,103,96,186,126,89,130,58,236,152,0,237,76,150,218,103,63,19,237,210,245,73,4,240,10,152,179,50,232,178,135,126,98,98,213,79,36,166,150,156,35,197,117,3,4,94,187,49,200,62,187,26,21,42,201,100,139,193,135,136,229,65,105,117,230,93,237,255,144,13,46,154,106,109,43,77,29,226,202,133,10,172,5,221,179,198,68,96,65,32,171,90,39,202,101,159,40,81,101,105,196,238,238,36,40,26,167,231,250,233,64,131,243,236,171,217,156,11,98,142,75,161,74,255,140,81,69,114,216,26,51,148,99,106,134,176,153,144,88,92,6,39,220,213,142,13,111,203,200,55,185,183,94,59,163,142,201,231,162,80,92,105,4,50,251,236,238,78,34,95,108,181,39,106,254,224,170,100,107,22,59,195,219,32,238,196,64,35,205,166,114,139,43,141,17,43,26,154,123,148,131,238,244,41,105,236,28,166,138,190,154,50,229,236,232,130,25,152,221,154,47,87,182,57,29,62,119,230,139,165,89,124,84,6,226,198,240,148,0,86,240,150,100,107,64,119,196,33,70,218,119,123,181,222,246,37,175,203,71,150,222,57,243,247,155,197,120,219,199,254,138,88,85,52,251,17,72,246,236,65,235,33,51,88,85,121,155,157,76,76,95,220,236,159,197,149,6,43,88,74,43,153,248,232,229,9,137,230,33,46,169,74,160,93,128,43,196,36,125,240,83,224,251,21,109,30,10,165,132,23,119,86,182,23,67,234,90,41,129,103,81,80,220,3,171,210,242,213,142,57,111,193,111,95,186,47,125,220,131,76,241,30,138,64,166,103,63,212,160,213,132,167,7,76,215,17,213,131,219,137,205,93,27,117,197,30,74,112,69,155,15,5,100,41,225,220,7,12,37,173,61,36,99,223,246,101,155,244,165,28,47,99,44,2,167,158,141,113,55,79,186,81,153,200,101,91,224,88,251,208,8,217,68,225,242,229,22,129,229,82,87,64,177,32,89,119,89,208,194,100,29,155,187,57,51,145,160,27,157,64,87,46,34,188,158,83,233,39,165,185,139,57,94,255,37,150,38,175,236,253,122,185,210,122,219,87,235,56,77,112,72,102,251,137,254,195,79,88,78,12,220,195,69,13,188,84,160,213,66,182,182,32,213,70,112,188,183,27,84,19,181,154,70,170,173,213,37,203,46,158,247,106,252,180,24,101,201,35,71,212,21,208,158,150,28,181,71,223,42,205,182,161,14,176,186,162,205,185,177,106,61,181,114,186,104,200,176,118,211,128,136,57,28,242,159,129,106,69,214,42,235,118,239,78,217,19,5,253,187,118,191,21,253,121,127,233,222,65,13,118,222,95,110,54,228,84,65,207,165,235,44,174,103,189,55,6,153,21,102,33,91,114,10,129,185,8,92,43,123,171,178,207,141,254,168,180,103,157,103,199,187,245,81,28,139,190,16,56,26,129,202,222,163,17,190,147,252,103,245,236,119,138,92,249,82,8,20,2,133,64,11,129,103,245,236,149,7,133,64,33,80,8,60,1,129,189,231,217,175,181,247,151,136,40,114,255,45,33,246,56,150,43,70,228,80,155,145,8,34,52,96,200,90,7,13,94,55,27,219,127,121,220,34,16,99,18,220,219,31,189,131,10,250,85,100,215,66,160,122,246,40,94,52,72,232,99,207,153,93,43,210,207,180,22,137,32,66,179,161,135,36,128,45,184,156,63,1,254,86,50,153,20,107,100,201,248,254,251,196,55,130,229,210,169,222,35,150,195,45,193,117,234,121,246,132,125,197,82,8,204,66,0,175,128,57,141,241,25,211,224,172,100,235,216,162,42,238,137,169,37,231,72,113,221,0,129,100,207,190,37,25,125,8,2,250,98,175,168,95,25,47,166,87,92,22,80,153,205,123,184,114,161,2,107,129,66,131,157,146,248,72,227,25,22,137,152,229,114,229,88,196,172,246,46,170,160,174,213,108,206,5,49,199,213,205,112,43,22,175,221,146,23,207,49,30,104,114,28,169,1,2,74,147,6,240,243,68,191,98,127,158,48,122,39,234,215,47,57,63,205,164,30,107,122,217,230,113,209,69,41,71,94,177,92,185,96,21,151,131,0,173,233,182,31,192,255,51,153,98,36,9,74,136,188,98,127,34,107,172,28,182,210,21,152,227,146,75,215,196,119,182,211,242,202,159,36,140,8,176,93,196,228,90,158,7,109,204,101,241,185,135,205,137,168,169,50,215,146,128,68,80,165,125,96,140,74,21,149,204,184,13,106,236,216,113,167,198,142,59,244,156,208,255,251,190,246,191,239,47,244,255,183,174,193,43,82,130,43,135,47,218,47,82,163,253,158,139,117,113,73,4,166,189,55,70,214,29,217,83,200,209,181,125,87,43,86,197,165,134,34,23,169,41,92,233,137,61,88,101,43,153,174,253,174,94,130,66,14,206,87,255,98,254,182,131,189,226,226,204,64,169,47,136,203,87,180,25,241,75,150,84,250,142,199,81,202,199,241,105,5,122,143,246,150,37,214,170,156,119,49,146,67,111,5,176,123,232,93,118,247,237,99,67,193,45,226,22,2,123,207,198,220,30,217,35,6,140,172,191,82,190,26,174,242,39,100,143,245,132,88,144,133,215,178,249,4,88,22,81,33,119,255,118,78,72,9,143,186,117,220,159,249,254,124,79,186,245,110,153,4,226,33,75,114,159,61,103,6,85,132,209,34,53,145,43,167,26,119,22,151,207,148,46,32,74,14,40,22,36,83,238,224,92,235,216,140,71,100,63,37,178,144,106,105,193,177,85,189,57,223,225,144,5,90,109,169,43,165,191,155,42,225,241,202,33,64,84,27,14,158,108,65,200,226,183,143,13,25,89,196,46,2,153,158,29,169,206,188,241,194,253,29,127,177,123,50,65,108,38,114,185,163,165,155,22,114,56,5,155,69,178,13,151,248,168,205,40,86,103,105,130,43,1,224,45,93,177,95,136,118,233,17,127,151,197,125,187,120,166,205,221,72,249,45,161,232,36,90,109,44,136,134,220,64,115,117,201,150,153,192,65,162,99,185,24,88,91,214,213,112,176,49,138,81,178,127,11,73,190,193,145,207,68,170,119,132,201,61,147,214,95,74,178,114,252,112,252,121,223,80,109,233,202,69,185,184,44,2,201,119,61,94,20,202,227,182,86,46,10,72,153,125,33,4,42,123,47,20,172,143,155,250,172,243,236,231,111,62,126,60,192,101,192,109,16,168,236,189,77,40,79,112,228,212,125,246,19,252,41,21,133,64,33,80,8,20,2,207,234,217,43,222,133,64,33,80,8,60,1,129,189,231,217,111,191,247,167,238,25,174,159,19,87,140,200,161,54,35,17,68,104,192,208,75,95,212,217,152,96,59,197,34,16,99,18,72,14,24,91,247,63,65,215,36,25,137,202,157,116,220,24,235,152,99,2,243,33,150,234,217,35,184,104,144,168,67,14,67,248,22,241,103,17,64,34,136,208,188,138,145,121,142,204,186,102,11,174,60,140,216,130,194,61,88,217,61,129,198,146,241,253,247,137,111,4,75,215,244,207,230,195,115,180,215,62,251,115,98,253,116,79,241,10,152,67,42,106,150,191,91,4,87,108,208,173,171,226,158,152,90,114,142,20,215,13,16,200,156,103,183,253,11,101,39,101,30,101,176,90,147,210,175,156,220,76,143,156,17,158,194,149,11,21,88,11,236,90,94,93,97,100,220,165,186,116,144,236,108,93,177,56,203,88,216,227,207,241,242,191,171,139,44,89,199,230,92,16,115,92,110,4,101,134,91,177,120,237,150,188,67,57,166,166,1,101,143,76,15,220,107,117,122,221,254,61,107,186,210,221,126,233,254,165,236,87,174,126,105,187,44,23,110,121,81,6,8,100,246,217,221,161,206,23,91,157,11,215,8,91,226,121,38,112,23,179,114,26,32,79,148,46,144,107,79,30,128,237,88,96,170,114,31,153,249,84,137,87,83,102,23,22,53,191,74,247,113,237,106,14,118,103,89,21,20,69,227,198,171,75,179,39,88,138,215,206,187,93,225,22,31,53,195,117,37,48,1,105,15,242,7,20,101,13,232,142,56,68,178,173,227,46,23,147,181,246,199,93,57,188,99,195,115,131,188,66,133,94,209,32,54,23,13,130,64,178,103,183,162,121,172,170,206,81,254,211,102,167,226,114,251,151,89,92,8,28,126,90,183,151,210,138,30,236,191,168,100,115,195,101,59,116,85,23,164,22,23,103,34,8,126,10,124,191,162,205,67,161,180,179,72,142,125,136,139,137,119,106,119,67,47,99,45,83,5,15,101,215,23,85,193,115,187,234,221,215,12,212,27,193,186,129,72,19,100,122,246,180,178,43,50,238,239,182,90,94,171,30,220,14,87,119,109,244,89,12,175,104,243,103,17,59,83,59,175,78,142,75,90,220,29,213,143,55,71,193,159,215,47,117,84,6,7,22,164,60,245,108,76,114,31,112,222,123,196,212,190,77,23,163,209,17,130,203,151,91,4,150,75,93,1,197,130,100,202,107,156,107,29,155,187,129,155,72,208,141,78,160,11,199,86,245,230,238,30,142,148,102,37,111,147,46,125,220,142,126,34,32,163,162,130,206,93,110,178,119,27,252,81,189,15,167,79,190,55,70,38,86,107,11,82,109,4,199,123,187,173,48,204,226,122,245,5,63,167,214,240,69,171,26,63,45,70,43,89,93,177,94,184,246,180,228,48,194,238,76,131,232,178,240,94,209,230,220,88,69,226,222,69,131,84,19,89,55,13,136,152,215,55,242,159,65,32,20,153,138,53,104,33,25,217,180,240,235,87,191,218,242,126,25,252,231,253,171,218,22,119,119,195,241,251,165,180,229,66,194,237,129,250,186,131,154,203,234,46,215,59,9,100,21,142,191,119,37,174,76,16,36,253,202,102,151,109,133,64,92,178,11,159,66,64,33,240,172,243,236,120,183,94,137,82,8,172,134,64,101,239,106,17,89,217,158,83,247,217,87,6,162,108,43,4,10,129,66,224,54,8,60,171,103,191,77,216,202,145,66,160,16,40,4,2,4,170,103,239,167,71,238,132,67,95,238,49,20,215,178,150,48,152,107,179,146,182,253,147,62,1,222,8,13,24,46,169,136,197,34,6,40,249,160,193,86,242,92,48,135,172,2,33,98,178,67,77,29,53,230,102,244,117,158,189,19,208,74,190,107,101,188,45,235,221,103,133,228,125,245,232,96,9,240,192,154,210,46,119,198,131,68,178,63,201,83,12,45,252,175,184,237,94,71,24,78,27,77,213,179,71,80,87,34,158,150,136,83,20,197,241,58,186,20,230,102,5,203,197,87,248,65,101,124,101,83,141,200,148,68,186,129,144,57,61,59,183,24,27,34,246,49,197,235,214,71,176,22,240,112,178,239,9,144,135,154,213,193,255,46,151,220,166,144,168,18,99,75,151,172,2,129,253,93,237,172,69,181,180,36,63,208,174,36,219,220,176,126,129,54,119,199,27,24,175,174,28,23,121,190,216,210,18,156,115,15,12,3,109,38,84,213,80,178,153,160,38,131,132,167,110,116,144,9,195,141,59,71,150,13,83,54,119,81,69,92,40,26,139,64,230,189,49,238,146,147,115,174,85,199,45,215,153,87,142,139,189,42,124,182,124,243,99,129,114,137,141,115,201,177,33,199,182,93,176,219,16,4,177,80,123,20,214,30,42,223,235,216,156,142,160,157,195,186,162,44,26,42,172,93,9,76,224,86,100,156,157,41,173,1,221,17,135,104,65,242,208,157,218,173,240,238,174,151,139,225,20,47,16,79,159,70,147,233,217,221,46,131,47,170,189,69,247,186,234,251,100,250,170,0,88,93,185,43,231,196,21,236,191,184,104,210,23,219,255,170,186,32,141,71,240,196,205,32,3,64,112,184,237,250,184,205,160,193,42,205,90,243,92,44,13,199,199,149,211,173,119,184,47,210,18,107,85,206,59,234,21,84,130,113,91,61,228,59,210,215,7,243,1,142,67,81,34,8,100,122,118,68,110,209,116,17,160,97,35,7,164,26,72,96,175,212,85,52,145,224,138,54,79,116,127,113,81,92,91,135,170,124,171,85,26,18,178,96,174,46,30,172,163,205,123,214,121,246,92,91,129,199,0,151,47,183,8,44,151,186,2,138,5,201,148,59,56,215,58,54,227,17,217,79,217,141,78,160,2,199,214,237,154,85,109,149,210,172,100,90,72,81,153,142,123,237,150,85,188,113,196,107,157,132,253,32,92,9,201,251,67,249,40,9,115,222,27,227,78,239,116,113,104,230,63,20,122,89,152,64,69,118,161,234,50,90,201,234,138,234,104,184,243,229,33,68,95,90,114,24,198,22,206,82,142,171,203,154,125,69,155,187,81,115,227,133,196,189,139,134,12,80,171,110,230,180,183,114,172,85,214,237,222,93,176,212,75,196,61,200,67,149,174,110,139,32,135,60,185,166,138,0,95,36,69,19,119,171,186,233,241,40,130,228,187,30,47,138,209,58,211,204,69,1,44,179,63,136,192,172,236,221,47,7,236,120,62,136,85,169,158,211,179,23,142,133,64,33,80,8,20,2,235,32,240,172,125,246,117,112,47,75,10,129,66,160,16,56,14,129,122,6,245,56,108,75,114,33,80,8,20,2,159,65,160,122,246,62,238,215,186,143,127,45,107,9,253,137,54,111,162,232,195,113,181,87,108,200,17,154,126,162,180,125,233,58,168,8,64,123,114,92,45,247,91,14,118,141,7,145,41,178,51,17,168,243,236,29,180,43,173,207,76,199,157,186,236,89,11,228,244,5,66,67,211,79,247,201,157,92,182,216,2,141,156,24,33,123,216,42,208,11,183,172,219,199,20,118,6,66,78,171,93,208,102,233,42,57,18,129,234,217,163,124,64,6,115,229,83,33,192,43,15,183,138,197,229,62,206,49,41,80,45,68,248,232,122,110,58,177,81,59,162,4,31,33,179,242,13,65,96,206,62,59,229,150,92,5,171,44,116,77,177,92,136,197,57,46,68,114,58,215,237,218,89,93,97,100,226,93,2,68,142,194,153,255,233,46,204,3,175,17,93,12,181,108,193,100,148,93,237,214,247,89,54,231,130,152,227,66,188,80,146,91,101,61,174,110,96,237,179,177,64,180,79,241,93,70,191,149,9,238,120,183,169,210,205,4,119,116,231,70,83,206,247,219,112,101,222,27,163,138,136,90,202,181,122,16,132,203,210,76,228,58,40,102,118,21,108,175,108,170,213,211,70,56,151,234,7,153,145,190,184,186,20,141,117,28,215,46,181,224,92,71,216,140,132,143,0,145,148,242,10,88,67,169,250,168,253,144,147,159,185,99,47,216,12,220,128,214,0,140,187,43,74,81,162,113,247,130,220,76,99,172,220,135,233,108,56,114,217,107,237,177,234,144,253,43,36,133,110,67,147,217,103,119,71,136,77,11,53,66,16,46,75,51,145,235,132,152,225,181,131,147,126,251,34,147,82,25,169,234,148,59,252,152,197,13,65,215,235,43,218,28,56,165,192,108,213,163,46,44,22,85,156,69,54,182,56,188,106,66,82,179,163,12,125,96,201,80,89,151,13,135,148,105,179,206,138,117,51,179,171,221,162,129,100,184,165,113,155,149,68,128,110,204,146,233,217,111,12,199,153,174,81,150,203,193,160,242,94,85,165,51,109,107,233,186,162,205,159,197,141,171,82,183,234,237,183,115,138,10,55,235,236,138,33,55,99,89,31,187,114,144,81,128,208,236,135,247,90,18,230,236,179,95,197,103,100,242,223,227,11,46,95,46,183,221,22,41,238,161,92,35,113,237,9,225,52,9,17,163,93,101,203,95,185,217,68,144,204,217,220,146,60,87,90,203,17,92,11,45,200,168,120,117,75,88,23,46,169,151,67,160,246,55,186,66,108,164,64,48,221,160,75,105,100,9,14,142,210,219,101,236,18,224,174,33,40,93,157,230,168,158,157,39,249,41,125,196,20,148,41,51,134,236,145,13,87,107,112,202,108,230,49,44,139,32,27,47,199,54,194,197,52,193,128,177,114,16,172,16,237,92,196,165,253,202,175,64,206,116,155,231,250,37,165,129,104,200,112,196,51,43,161,4,150,114,155,99,110,76,109,246,218,62,90,149,254,192,200,96,20,4,89,199,26,173,133,44,80,90,213,29,113,72,246,182,236,113,71,211,158,169,5,73,176,11,209,60,235,189,49,67,101,253,66,81,44,83,159,128,192,172,236,157,37,231,9,152,95,215,199,103,157,103,7,219,168,235,134,179,44,191,49,2,179,178,119,150,156,27,67,125,3,215,158,181,207,126,131,128,149,11,133,64,33,80,8,116,17,120,86,207,222,133,163,8,10,129,66,160,16,184,1,2,153,243,236,55,112,123,200,133,107,237,75,94,203,90,10,68,218,102,123,167,218,189,119,221,149,239,114,13,37,9,19,75,93,234,56,71,176,13,98,45,236,218,108,113,203,121,209,197,16,247,34,70,12,241,40,135,121,113,89,4,142,58,27,115,27,172,145,179,86,183,113,246,90,142,168,26,170,206,138,240,175,244,37,40,43,86,142,139,3,82,152,130,34,24,36,146,253,9,201,58,229,23,232,133,117,173,133,155,156,57,114,91,243,8,98,96,202,41,81,19,37,131,6,92,142,172,246,217,163,144,85,2,93,37,161,91,165,135,35,120,194,121,56,112,242,80,144,226,221,186,44,247,177,95,185,66,236,22,253,69,18,96,150,71,139,184,115,130,25,115,122,118,110,31,54,139,41,6,233,14,226,4,159,113,21,96,62,129,235,89,219,28,145,37,172,5,145,99,79,85,187,107,112,186,24,47,255,99,237,44,65,133,242,131,54,119,3,7,198,171,43,135,18,88,122,74,255,140,81,237,206,46,174,94,203,229,202,97,3,38,250,136,224,208,162,177,248,200,52,230,44,181,136,169,43,174,28,151,70,13,19,73,115,143,106,179,39,28,150,55,179,207,174,150,138,170,148,183,58,23,203,117,230,149,185,168,73,105,54,171,220,60,227,178,206,179,160,29,9,234,138,42,250,46,206,174,46,190,24,196,2,212,46,173,197,61,37,124,172,25,45,223,93,98,36,100,238,172,166,26,11,68,142,162,177,158,198,251,57,129,138,89,21,25,49,160,133,70,2,1,11,136,154,209,109,174,42,22,215,96,149,18,96,246,170,245,22,2,197,126,151,175,46,33,211,179,187,93,3,95,148,191,202,200,33,189,201,113,52,231,196,9,239,167,100,235,109,123,118,182,86,77,126,178,214,7,88,225,102,72,129,93,136,214,177,153,77,117,235,75,107,62,235,58,8,246,212,67,114,186,21,16,151,214,13,235,68,93,182,76,183,106,61,110,63,152,108,110,37,25,210,82,196,27,2,153,158,189,128,155,130,128,234,193,109,222,171,142,102,138,210,157,66,214,183,121,110,89,223,9,215,93,217,23,204,76,130,218,118,66,119,13,65,215,175,103,157,103,63,58,240,184,124,185,112,182,92,234,10,40,22,36,75,55,95,235,216,220,74,107,91,214,229,134,111,183,231,117,197,118,163,19,140,177,92,68,2,239,228,98,37,189,207,131,91,213,165,4,193,233,202,233,214,169,24,19,138,114,77,234,18,165,57,239,141,113,49,165,139,235,192,45,11,19,152,73,42,35,91,165,193,74,86,87,84,143,195,157,47,153,97,119,99,212,21,134,177,133,179,148,227,234,178,254,94,209,230,174,23,173,120,117,147,176,139,134,108,9,187,105,160,194,161,162,28,207,172,106,79,153,211,195,205,94,229,23,146,225,136,167,54,123,165,205,50,123,229,0,39,46,53,228,249,34,53,212,118,191,40,24,41,172,180,229,187,28,59,146,56,55,133,131,53,225,42,100,191,197,87,22,98,251,93,5,230,42,238,217,81,84,81,191,104,236,202,236,238,252,4,66,52,75,14,168,238,4,50,176,155,57,193,146,117,84,204,233,217,215,241,167,44,41,4,10,129,7,34,128,172,87,30,5,75,230,108,204,163,0,42,103,11,129,66,96,125,4,106,45,174,98,84,207,160,174,159,180,101,97,33,80,8,20,2,99,8,236,237,217,239,183,103,39,241,3,239,160,142,65,126,48,245,21,35,50,215,230,41,247,21,211,81,82,123,190,82,78,208,87,90,4,98,76,130,204,28,5,243,159,175,151,141,255,253,73,123,252,102,156,37,103,175,29,197,255,141,64,245,236,81,34,108,67,145,63,149,48,151,64,64,149,60,42,115,244,81,63,177,59,8,205,70,220,98,143,91,1,36,127,172,100,62,194,16,96,62,43,57,247,215,116,50,114,150,156,75,164,217,250,70,62,235,60,123,58,30,163,125,80,90,81,49,238,65,224,179,97,10,180,15,253,196,196,106,54,74,76,45,123,192,44,222,75,35,144,124,6,213,237,140,232,34,31,119,85,103,87,175,123,50,169,91,47,236,125,121,117,133,145,113,151,234,221,243,236,10,85,137,179,236,37,229,98,95,209,216,28,189,162,205,221,145,54,241,54,154,27,193,24,213,224,156,123,96,24,104,51,169,86,169,104,51,33,88,154,116,209,251,93,196,124,189,191,114,27,78,59,45,178,49,183,87,112,249,69,121,2,2,153,125,118,183,60,241,197,86,29,228,71,24,36,165,244,208,38,229,196,43,105,40,221,17,37,165,217,25,203,157,195,148,251,56,23,233,178,240,242,130,221,125,250,195,206,175,87,183,57,23,193,92,165,179,209,225,240,141,154,209,205,31,80,160,53,160,59,226,64,201,138,108,43,217,178,160,111,223,237,21,85,226,107,31,38,7,245,161,92,201,158,221,218,196,245,69,117,142,242,159,42,59,109,183,114,220,149,52,136,182,110,6,162,192,254,235,53,48,126,182,125,105,183,148,203,183,30,102,63,239,146,229,235,46,206,239,126,234,71,14,110,6,89,2,130,179,142,205,160,193,10,22,100,55,35,72,236,33,165,54,94,221,149,95,87,190,26,74,54,85,240,80,118,117,181,8,108,23,159,22,85,140,135,34,144,233,217,15,53,232,57,194,109,91,173,70,166,187,54,250,44,62,87,180,249,179,136,157,169,157,167,174,253,179,72,108,182,234,226,207,244,177,116,129,8,156,122,54,134,55,16,64,227,166,147,141,118,109,199,209,203,109,92,171,69,93,1,205,0,201,186,203,130,22,236,235,216,140,39,70,14,19,41,191,27,157,192,152,156,118,94,27,185,187,234,164,206,74,166,197,31,77,189,113,243,206,91,228,56,140,76,169,120,247,136,74,104,47,22,28,129,228,123,99,100,98,217,29,64,78,62,249,147,187,251,140,27,186,159,82,22,38,92,26,194,101,105,212,21,215,247,46,23,15,96,134,209,237,197,16,93,214,223,174,246,5,109,238,70,77,213,59,94,97,16,99,80,239,186,104,200,122,218,146,147,211,238,114,81,232,165,34,208,66,203,168,39,242,175,247,133,161,187,163,173,59,168,114,23,190,238,169,118,243,243,76,130,103,189,55,198,173,140,103,194,93,186,10,129,52,2,179,178,87,238,165,164,141,41,198,197,17,72,246,236,139,123,85,230,21,2,133,64,33,240,100,4,78,221,103,127,50,208,229,123,33,80,8,20,2,167,33,80,207,160,158,6,117,41,42,4,10,129,66,224,36,4,246,246,236,185,187,255,39,57,55,79,205,133,220,188,144,169,28,159,89,54,111,114,228,135,228,243,149,32,29,16,26,48,155,164,47,174,61,174,28,139,0,136,137,34,3,185,64,95,134,200,182,237,123,123,114,166,14,207,12,97,56,145,184,122,246,137,96,150,168,15,35,192,39,255,228,195,95,124,177,85,245,232,206,36,125,130,202,136,20,77,123,208,69,30,70,108,161,227,150,245,216,24,112,122,56,52,30,170,106,219,39,81,235,217,212,67,241,143,133,239,237,217,63,104,250,105,170,145,33,125,154,49,165,8,65,96,214,49,18,68,151,92,121,4,7,34,241,159,216,120,85,220,227,190,254,124,151,171,112,15,165,199,201,196,201,103,80,237,26,144,179,144,15,17,171,190,73,102,30,125,231,255,111,62,35,121,191,135,43,13,171,52,178,219,115,73,151,137,88,30,169,86,7,255,25,195,22,23,237,36,40,57,10,103,75,67,244,196,184,231,4,55,75,80,129,147,246,184,218,143,179,25,12,226,148,26,103,189,232,162,138,228,176,117,33,136,145,36,38,123,220,65,164,34,2,162,244,206,147,175,239,44,53,47,135,121,203,252,243,157,75,223,52,252,161,130,158,123,27,123,157,121,31,138,206,30,226,204,123,99,220,161,206,23,91,227,74,150,114,85,244,57,101,221,197,172,44,232,239,116,252,121,136,195,45,187,188,172,86,149,116,15,76,1,111,107,198,82,166,42,247,113,46,215,101,137,88,11,76,85,8,84,153,232,206,187,175,1,47,102,95,59,45,185,87,136,235,8,155,193,240,169,10,152,216,211,80,184,81,164,210,185,100,43,50,232,136,34,75,27,208,85,199,101,157,206,185,219,247,127,169,23,132,113,209,79,236,161,187,162,186,22,22,65,2,129,100,207,110,53,241,120,150,61,136,170,242,54,59,21,151,219,191,204,226,74,160,51,218,253,129,253,23,23,77,250,98,123,118,54,213,46,192,93,156,223,131,173,222,8,230,205,43,1,188,72,74,224,49,117,165,217,121,14,81,26,139,10,230,236,180,240,46,227,148,231,155,18,147,65,215,176,34,112,17,200,244,236,143,130,146,107,235,104,149,239,162,68,99,94,138,85,69,196,93,27,117,197,30,74,112,69,155,15,5,228,131,194,143,203,76,235,212,172,178,94,175,138,60,45,97,78,61,27,131,236,89,59,89,245,179,41,63,4,138,171,203,182,192,177,76,106,168,169,156,33,189,27,46,95,110,227,90,46,117,5,20,11,146,41,151,113,174,117,108,110,69,173,139,228,80,10,17,241,30,153,56,182,210,48,222,65,82,205,132,148,54,154,153,82,254,104,227,60,165,172,239,49,32,17,181,98,73,190,55,70,37,153,219,207,114,109,181,141,158,250,41,8,67,188,31,29,140,112,187,10,150,133,105,52,240,113,195,110,37,171,43,214,11,89,50,236,118,129,186,194,251,81,45,156,201,157,22,206,174,179,87,180,25,137,90,215,175,28,26,178,202,183,230,120,85,199,57,28,50,58,110,227,162,202,58,235,146,138,90,217,203,41,225,106,119,212,125,189,175,241,141,80,187,247,173,238,115,6,119,80,95,89,247,231,45,16,249,187,75,124,223,117,250,108,129,228,198,163,104,158,245,222,152,184,64,63,42,240,229,236,229,16,152,149,189,85,85,47,23,250,132,193,201,158,61,161,169,88,10,129,66,160,16,40,4,206,65,224,212,125,246,115,92,42,45,133,64,33,80,8,60,28,129,122,6,245,225,9,80,238,23,2,133,192,13,17,216,219,179,231,238,254,95,8,200,205,65,250,92,197,230,11,153,202,144,30,106,51,18,65,132,6,76,0,233,11,139,237,166,144,69,32,198,36,144,28,48,202,123,161,163,39,100,64,247,139,108,17,4,170,103,143,2,65,247,172,232,115,104,245,89,36,27,238,103,6,18,65,132,102,67,6,73,0,123,64,69,30,79,108,193,235,150,245,110,202,177,100,228,60,238,254,200,214,76,176,31,195,51,37,236,237,217,207,180,181,116,21,2,123,16,56,186,2,6,103,87,134,126,98,98,85,220,19,83,139,133,139,10,116,162,76,215,251,191,246,228,222,249,188,201,158,93,173,94,41,231,228,146,83,173,73,85,203,195,244,138,203,73,68,177,13,178,135,43,135,44,88,11,236,90,222,226,35,141,39,99,186,92,150,198,226,236,202,233,162,138,104,231,104,186,219,11,140,103,215,139,137,54,231,130,152,227,234,102,184,21,27,156,115,15,18,9,207,49,187,110,80,155,60,193,252,193,214,182,94,254,37,203,61,189,105,93,109,221,184,239,94,79,204,16,185,112,20,215,40,2,153,247,198,200,4,226,97,207,23,91,233,229,62,110,163,184,220,197,44,209,40,165,242,169,28,144,107,20,26,73,15,246,92,129,169,202,125,235,142,235,160,251,188,149,242,189,75,227,206,151,138,171,165,93,122,244,89,155,211,225,227,244,0,107,40,21,80,133,143,202,64,220,24,158,216,112,237,174,112,107,64,119,196,225,70,254,149,234,223,239,5,123,55,31,63,223,105,62,248,157,206,61,154,156,186,226,58,8,129,105,239,141,225,196,85,15,206,201,127,218,236,84,92,110,246,207,226,74,35,136,180,66,36,28,31,189,188,208,166,221,210,247,64,50,247,105,213,164,37,85,88,93,110,8,186,94,95,209,230,174,83,146,192,206,124,57,246,33,46,38,222,169,221,117,196,205,180,129,44,253,41,220,254,20,242,83,196,183,106,142,236,192,32,52,57,232,138,107,15,2,153,158,125,143,190,203,241,226,3,102,212,53,217,122,187,19,131,187,54,26,213,50,151,254,138,54,207,69,96,101,105,118,1,157,179,214,190,120,32,39,167,184,62,136,64,114,159,61,103,49,47,237,135,216,39,114,217,22,56,182,100,180,172,227,242,229,22,129,229,82,87,64,177,32,153,114,25,231,90,199,230,161,252,217,73,220,141,78,32,31,199,86,245,230,238,30,142,148,230,46,230,120,253,135,175,195,88,47,111,182,200,215,191,32,219,232,8,205,206,16,20,123,2,129,76,207,206,59,9,129,62,222,66,177,187,129,67,91,150,204,190,159,43,183,227,41,135,80,176,89,36,155,110,137,143,218,140,98,196,44,77,112,37,0,188,165,43,78,5,68,187,93,70,32,92,114,151,169,85,215,114,54,39,146,123,99,65,116,33,126,73,81,173,186,41,91,102,162,71,180,91,46,214,37,21,169,236,69,36,35,136,241,6,186,253,242,50,227,207,91,6,159,168,161,43,114,219,189,118,99,16,156,207,167,121,214,123,99,70,123,240,243,227,81,26,11,129,22,2,149,189,149,27,56,2,207,58,207,158,88,165,226,80,22,101,33,112,40,2,149,189,135,194,123,51,225,167,238,179,223,12,187,114,167,16,40,4,10,129,53,17,120,86,207,190,102,12,202,170,66,160,16,40,4,230,34,176,247,60,251,237,247,254,228,129,144,185,208,31,36,237,138,17,57,212,102,36,130,8,13,24,47,233,139,186,135,28,108,167,88,4,98,76,2,201,1,163,60,199,82,119,62,193,128,94,148,172,122,246,40,112,52,72,212,33,135,139,70,250,153,102,35,17,68,104,54,244,144,35,140,182,224,114,254,4,248,187,7,43,187,39,208,88,242,208,254,59,61,127,100,159,41,141,211,163,142,54,94,110,248,212,62,251,229,66,86,6,39,17,24,170,128,9,29,81,179,44,94,87,160,36,7,221,186,42,238,137,169,5,244,162,250,119,16,168,11,145,37,123,246,45,201,232,67,174,242,97,91,117,69,253,202,184,48,61,241,6,41,43,127,218,195,149,11,9,88,11,20,26,236,148,68,67,26,207,176,40,223,17,57,22,49,203,213,69,213,90,120,9,155,115,65,204,113,117,51,220,138,13,206,185,7,137,132,231,152,93,55,216,252,1,165,73,227,213,203,191,94,90,254,126,35,24,31,102,183,79,51,17,177,252,191,125,143,88,124,37,23,157,226,234,34,144,217,103,151,93,134,44,94,148,85,173,206,133,26,16,254,63,87,55,201,165,74,60,111,131,76,225,234,98,17,16,128,237,88,224,160,114,95,97,216,114,144,7,42,211,171,47,86,142,12,65,203,108,92,187,244,8,231,114,131,203,134,229,108,78,135,143,147,10,175,122,214,66,21,32,220,24,158,209,113,237,174,112,107,128,77,9,196,42,249,136,41,209,119,223,246,165,94,15,217,210,194,127,56,155,190,200,191,163,221,186,130,24,92,52,57,4,50,207,160,182,50,239,157,40,63,239,183,178,85,222,102,39,167,59,125,113,179,127,22,87,14,160,96,174,178,2,241,209,203,11,109,154,189,184,20,42,153,118,53,163,16,147,244,193,79,129,239,87,180,121,40,148,118,118,204,177,15,113,49,241,78,237,110,124,221,145,18,52,31,127,9,249,51,224,199,208,46,13,19,171,39,87,127,161,24,124,215,216,128,161,69,106,16,200,244,236,143,130,17,28,48,9,76,236,18,71,21,89,119,109,148,80,52,145,229,138,54,79,116,127,113,81,118,1,253,89,131,237,196,80,239,26,59,45,34,201,125,246,156,125,188,180,31,98,159,200,101,91,224,216,146,209,178,142,203,151,91,4,150,75,93,1,197,130,100,221,101,65,11,147,117,108,30,202,159,157,196,221,232,4,242,115,17,225,245,156,74,63,41,205,93,204,241,250,15,95,135,117,242,255,75,255,110,255,254,6,2,175,250,67,78,106,255,7,145,80,52,163,8,36,223,27,35,19,171,181,5,41,183,104,55,179,226,93,218,160,154,168,245,44,82,109,91,59,185,164,5,207,123,53,126,90,140,118,39,87,93,1,237,105,201,97,132,93,223,17,93,22,222,43,218,60,154,220,68,111,61,77,160,33,69,117,211,64,166,89,87,123,43,199,90,101,221,238,221,5,75,61,61,139,139,191,152,193,63,217,157,119,123,229,5,227,119,149,87,59,45,188,159,46,119,213,71,37,231,194,90,92,157,89,89,85,13,89,142,131,210,124,81,88,145,89,225,162,174,149,217,183,71,160,178,247,246,33,158,232,224,179,206,179,227,221,250,68,136,75,84,33,48,5,129,202,222,41,48,62,68,200,169,251,236,15,193,180,220,44,4,10,129,66,224,179,8,60,171,103,255,44,214,165,189,16,40,4,10,129,115,16,216,123,158,253,246,123,127,221,59,96,231,196,9,215,114,197,136,28,106,51,18,65,132,6,12,129,186,91,46,185,130,237,20,139,64,140,73,112,111,63,96,68,222,8,22,220,11,29,58,222,14,194,85,100,7,33,80,61,123,4,44,13,18,250,168,177,116,80,60,74,236,92,4,144,8,34,52,155,85,72,2,216,130,203,249,19,248,101,37,243,225,133,128,139,37,15,237,191,187,111,4,235,98,238,214,244,122,77,88,23,183,15,18,212,62,251,7,193,47,213,167,34,48,84,1,19,150,69,205,242,218,111,4,75,56,187,177,84,11,159,195,237,28,174,100,207,190,37,49,125,200,74,250,98,175,168,95,217,37,166,87,92,214,103,217,206,236,225,202,161,9,214,2,133,6,59,37,241,145,198,51,44,18,49,203,229,202,177,136,89,237,93,84,65,93,171,217,156,11,98,142,171,155,225,86,108,112,206,61,72,36,60,199,120,160,201,113,164,6,8,40,237,87,194,215,175,31,242,133,95,246,53,97,202,223,238,123,196,114,176,23,215,44,4,50,251,236,178,55,145,197,203,62,122,46,173,116,31,183,97,81,238,242,147,183,65,212,195,80,57,174,61,144,129,237,24,123,161,158,174,218,84,187,207,13,112,137,111,57,104,229,88,223,187,52,238,124,169,184,84,76,233,215,165,108,78,135,143,83,20,175,122,22,13,21,32,220,24,158,29,113,237,174,112,107,128,202,4,208,36,247,41,36,197,43,31,71,106,53,230,221,247,136,129,246,20,217,65,8,76,123,111,12,39,174,204,96,85,16,109,118,42,46,55,251,103,113,165,17,12,202,186,30,18,226,109,104,177,58,222,184,167,217,139,75,188,238,140,126,86,69,124,221,197,153,126,13,126,10,140,193,43,206,58,54,15,133,210,206,124,57,246,33,46,27,47,60,139,90,138,100,164,108,212,64,249,39,108,161,156,160,34,23,139,71,113,101,122,246,71,1,4,14,152,4,38,52,56,165,124,53,92,221,181,81,66,209,68,150,43,218,60,209,253,197,69,217,5,244,226,6,151,121,199,33,144,220,103,207,25,228,110,185,116,69,77,228,146,155,146,93,189,170,236,130,244,8,25,73,230,70,219,90,165,174,128,102,131,100,221,101,65,203,133,117,108,6,65,158,66,214,141,78,160,37,23,17,94,27,169,174,66,74,179,146,105,241,71,83,47,190,14,99,227,39,30,116,153,40,106,74,4,159,41,228,247,79,97,200,61,98,251,93,149,57,153,88,118,183,132,160,84,155,206,118,239,18,105,135,103,113,169,98,10,6,91,141,159,214,128,145,37,143,125,231,194,109,161,227,206,87,210,184,22,146,100,70,216,69,76,105,183,136,185,206,94,209,102,48,106,173,169,43,168,119,93,52,100,88,187,105,160,66,175,162,28,207,172,173,189,35,208,66,149,108,90,87,251,141,96,242,221,94,204,101,223,180,62,116,37,23,175,226,154,130,64,242,93,143,83,116,159,47,4,153,75,206,183,170,52,22,2,8,2,149,189,8,74,69,67,8,60,235,60,123,98,149,90,137,82,8,44,130,64,101,239,34,129,184,132,25,167,238,179,95,2,145,50,178,16,40,4,10,129,171,35,240,172,158,253,234,209,42,251,11,129,66,160,16,64,16,216,123,158,253,246,123,127,246,206,21,2,235,7,105,174,24,145,67,109,70,34,136,208,128,49,85,119,176,37,87,124,11,55,56,243,106,85,7,247,246,3,48,213,169,149,61,7,207,213,159,88,2,193,41,178,211,16,168,158,61,130,154,6,9,125,114,39,216,78,11,100,41,114,17,64,34,136,208,108,194,145,4,176,5,87,30,70,108,197,200,74,230,115,101,65,88,89,50,190,255,78,175,3,219,62,252,37,157,54,200,172,80,199,31,211,240,238,103,172,125,246,253,24,150,132,107,32,128,87,192,156,63,81,179,124,199,55,130,229,80,42,174,115,16,72,62,131,170,186,12,217,98,216,199,20,249,87,117,86,215,114,185,171,206,41,92,57,52,193,90,208,61,107,172,142,165,147,49,93,46,75,227,34,230,238,36,176,198,110,159,40,225,37,98,121,220,94,61,172,240,89,155,115,65,204,113,41,79,233,159,49,170,193,57,247,32,145,134,114,76,77,30,202,30,164,211,119,134,216,215,251,26,181,225,188,205,194,47,106,71,222,234,206,140,175,252,17,114,220,191,139,205,52,150,43,23,172,226,114,16,160,53,29,143,231,238,119,38,80,140,36,65,177,203,43,246,39,174,35,242,39,105,162,43,48,199,37,151,174,137,239,236,157,229,149,63,73,24,17,96,187,136,177,58,150,220,197,217,226,115,15,155,19,81,83,69,179,37,1,137,160,74,251,192,24,149,42,156,207,177,253,214,6,53,118,236,184,83,153,224,14,61,87,233,255,254,253,189,108,191,211,21,251,255,183,61,13,94,169,136,101,74,225,44,83,202,105,89,146,139,117,113,73,4,146,61,187,157,34,120,20,201,225,164,90,140,237,39,123,133,43,145,44,94,170,190,79,225,74,79,236,193,42,91,201,84,165,36,208,72,80,200,193,249,234,95,204,251,191,236,21,23,103,137,97,11,198,150,49,87,180,121,40,148,236,32,30,71,149,126,67,234,90,41,145,211,222,178,196,70,45,45,127,214,110,56,34,199,222,194,229,166,30,217,184,223,19,136,167,241,238,61,27,115,123,188,210,3,166,139,12,13,78,41,95,13,87,249,147,45,241,93,249,71,16,92,209,230,35,112,88,83,38,39,201,80,210,78,41,169,242,111,236,5,37,222,234,226,173,155,41,102,172,25,151,143,88,117,234,217,152,228,62,224,247,221,167,209,210,230,234,202,9,193,3,131,203,151,219,184,221,86,29,20,11,146,41,119,112,174,117,108,198,35,178,159,178,27,157,64,5,142,173,93,164,170,89,95,45,233,220,197,156,220,192,73,56,30,84,100,250,59,27,238,159,72,213,233,244,229,104,182,146,233,138,124,89,60,210,242,39,156,122,44,75,166,103,71,234,44,111,188,112,251,192,95,236,158,76,60,54,120,3,17,239,68,92,93,52,24,112,33,100,149,28,66,238,198,133,68,67,154,74,236,146,69,125,151,133,146,40,91,87,2,192,45,23,146,202,87,180,25,241,203,210,32,248,128,104,200,13,52,215,24,217,50,83,64,17,237,150,139,147,65,38,140,202,94,68,50,130,152,252,3,26,178,107,86,29,180,109,168,185,52,243,49,74,121,235,245,157,252,127,126,239,199,190,156,250,249,39,125,119,175,32,54,23,13,130,64,242,93,143,136,232,5,105,70,203,250,130,46,148,73,143,69,224,83,217,139,180,234,143,13,202,178,142,63,235,60,59,126,183,112,217,128,149,97,143,69,160,178,247,177,161,79,56,254,172,158,61,1,80,177,20,2,133,64,33,112,57,4,158,213,179,95,46,60,101,112,33,80,8,20,2,9,4,246,158,141,201,221,253,79,24,250,41,150,205,65,250,124,202,128,81,189,23,50,149,93,59,212,102,36,130,8,13,24,8,233,11,139,237,166,208,232,9,156,64,114,0,166,60,127,130,156,69,65,104,64,88,138,236,100,4,170,103,143,0,167,123,86,234,144,195,201,17,42,117,123,16,64,34,136,208,108,54,32,211,143,162,225,228,137,183,200,221,178,222,61,129,6,10,71,208,171,10,142,160,116,45,154,189,61,251,181,188,45,107,159,140,192,209,119,32,131,179,43,67,63,49,177,42,238,137,169,5,12,119,61,37,4,2,117,33,178,204,121,118,219,191,80,46,82,230,209,248,145,169,204,191,242,208,146,87,36,151,5,174,37,103,148,43,23,18,176,22,240,144,147,14,146,70,70,131,190,43,119,36,141,68,53,144,99,79,85,91,237,44,42,176,255,138,54,231,130,152,227,82,248,208,63,227,172,107,161,29,148,117,206,144,174,145,108,128,61,228,110,135,85,87,154,36,176,111,90,111,61,88,244,178,246,207,155,85,62,100,68,151,236,149,33,51,138,120,50,2,148,22,221,255,51,129,252,34,185,72,136,146,35,175,216,159,184,174,41,57,236,161,43,48,199,37,151,174,137,239,236,157,229,149,63,73,36,173,241,22,231,46,98,172,78,150,128,152,203,226,115,15,155,19,81,83,165,182,37,1,137,160,74,251,192,24,149,42,42,153,113,27,212,216,177,227,78,141,56,119,232,57,161,255,247,123,144,126,255,255,55,187,196,63,91,239,8,123,219,99,216,229,187,195,36,77,46,94,197,53,11,129,100,207,110,167,23,30,69,114,56,169,110,101,251,201,94,225,74,212,234,95,102,113,165,167,196,184,231,146,98,85,41,9,52,146,83,114,112,190,186,158,122,35,88,58,72,109,70,14,10,30,199,92,76,93,19,118,106,111,89,98,51,45,231,29,136,119,119,35,158,159,47,221,255,55,61,64,147,138,44,70,96,218,187,30,239,10,244,113,3,134,6,167,148,175,134,171,187,117,243,89,156,175,104,243,103,17,59,83,59,119,6,211,147,22,217,136,175,119,123,157,25,235,174,174,83,207,198,200,237,248,174,101,76,48,145,11,185,7,37,13,27,29,33,184,124,185,141,219,109,213,65,177,32,153,66,30,231,90,199,102,60,121,246,83,118,163,19,168,192,177,85,189,121,176,171,78,148,86,242,239,214,202,223,111,43,82,230,81,115,141,84,106,215,175,86,243,94,239,246,218,159,105,115,37,36,159,65,149,137,101,119,75,56,249,228,79,170,3,109,113,217,186,163,214,179,72,181,181,186,228,96,192,247,76,212,248,105,49,202,146,167,6,158,109,114,217,182,46,23,219,204,88,185,190,43,57,174,239,54,105,186,218,65,12,91,114,142,176,57,151,250,214,194,4,26,50,172,221,52,32,98,14,189,252,103,160,90,145,169,88,119,227,165,58,161,104,190,249,187,178,7,247,66,95,94,252,249,158,72,190,222,242,234,14,106,46,9,207,231,122,85,118,170,32,106,40,182,174,156,111,226,68,141,200,172,48,81,93,137,42,4,38,34,80,217,59,17,204,219,139,122,214,121,118,188,91,191,125,224,203,193,203,33,80,217,123,185,144,125,208,224,83,247,217,63,232,103,169,46,4,10,129,66,224,57,8,60,171,103,127,78,92,203,211,66,160,16,120,50,2,213,179,247,163,159,59,225,208,151,123,12,197,181,172,37,12,102,217,188,201,145,31,6,184,43,159,185,246,199,196,213,133,24,32,85,131,246,40,177,32,151,82,132,163,20,128,211,117,112,63,176,37,97,8,129,234,217,59,112,85,202,14,229,211,199,137,229,35,124,60,109,240,115,97,174,121,116,103,146,62,65,184,145,76,64,104,172,13,182,64,131,246,72,131,65,47,102,5,40,231,105,11,255,214,100,51,203,218,7,202,169,158,61,10,122,157,70,184,250,144,224,8,198,85,123,138,155,173,108,137,139,96,156,99,242,174,169,148,51,203,47,134,229,131,169,94,119,134,167,164,159,18,50,231,25,84,74,11,202,188,224,4,247,17,14,28,42,19,204,57,30,114,242,232,61,25,38,15,53,243,185,82,238,37,37,205,246,29,145,163,112,118,185,248,98,96,63,162,139,236,151,99,190,203,101,237,177,185,145,182,25,140,181,204,67,144,37,232,163,101,4,99,201,46,218,210,125,215,152,161,28,11,234,47,40,7,1,68,69,89,37,128,156,12,56,195,101,74,7,163,160,149,189,138,229,126,149,4,129,125,46,77,230,189,49,170,7,81,165,28,236,92,108,15,117,232,149,185,168,73,105,110,222,203,76,165,239,92,34,121,168,43,26,43,71,14,27,254,85,125,113,185,44,177,114,255,138,54,131,17,236,250,142,200,177,248,168,25,14,17,178,135,198,206,160,184,1,163,221,183,149,108,179,87,249,226,26,147,203,76,53,234,113,55,247,192,251,4,222,76,207,238,118,7,124,81,254,42,147,204,114,157,121,229,156,88,226,125,147,108,94,108,143,195,214,170,73,84,214,250,0,61,220,12,213,115,197,40,173,99,115,203,206,33,199,193,148,216,35,115,180,200,178,73,110,109,69,44,73,104,116,91,13,16,28,73,134,152,231,86,137,132,174,98,233,34,144,233,217,187,66,139,0,65,64,173,117,108,145,117,183,65,16,201,199,209,92,209,230,227,208,64,36,243,220,156,168,185,136,124,73,51,69,197,130,89,71,62,218,46,103,20,159,71,209,63,235,108,204,209,201,129,203,151,203,109,203,165,174,128,98,65,50,149,223,56,215,58,54,183,134,168,187,196,161,139,233,170,215,141,78,80,47,182,137,144,62,67,107,35,196,59,94,63,37,118,159,164,71,204,174,118,69,220,74,234,166,10,158,63,163,133,149,36,147,97,233,240,141,42,189,13,253,81,61,59,239,151,173,19,146,196,8,151,13,87,107,112,202,33,193,99,88,22,65,206,21,185,92,69,184,228,238,71,107,252,88,57,72,106,34,218,73,206,58,54,231,252,226,210,16,236,21,128,104,200,112,184,198,32,217,98,25,45,151,27,83,155,189,60,196,88,166,76,146,150,191,221,81,96,179,206,205,195,46,26,96,102,182,252,146,185,23,196,14,201,138,103,210,12,188,8,108,157,26,157,14,213,13,92,72,251,94,140,87,71,96,86,246,206,146,115,14,158,210,218,107,89,126,14,62,205,21,158,220,57,37,224,226,255,127,214,220,210,94,8,20,2,79,67,192,93,1,63,13,132,81,127,51,103,99,70,117,20,125,33,80,8,20,2,105,4,106,55,38,1,93,61,131,154,0,173,88,10,129,66,160,16,88,26,129,189,103,99,142,187,51,190,8,108,116,95,254,66,110,94,200,84,247,214,223,206,184,187,241,234,98,50,49,202,174,46,196,0,233,56,104,143,18,11,114,237,68,184,216,47,129,192,81,103,99,46,225,124,215,200,186,123,211,133,104,41,2,55,94,72,85,229,245,126,112,143,14,185,125,215,213,229,194,101,11,52,110,15,91,85,185,186,84,42,126,220,152,189,61,251,199,29,40,3,10,129,0,1,164,28,207,2,176,165,43,46,247,177,133,114,139,89,202,97,46,123,14,125,150,59,37,231,210,8,36,123,118,183,203,160,139,242,176,13,65,67,89,120,197,158,2,188,117,195,104,200,86,139,124,103,52,232,187,2,65,210,16,80,241,21,70,146,37,187,92,124,49,176,31,209,181,154,205,221,145,102,253,5,35,104,37,43,124,232,159,50,195,45,139,171,75,134,204,181,31,180,144,13,104,209,131,114,148,13,219,159,174,150,127,180,122,251,206,127,204,250,21,253,63,223,227,247,155,134,174,7,127,225,186,27,157,34,56,19,129,254,49,71,187,220,179,53,218,214,244,214,186,88,86,55,53,61,216,238,99,226,149,157,152,130,139,244,214,28,38,175,199,52,100,167,85,103,107,122,32,71,206,40,65,185,145,186,220,152,186,71,96,99,46,137,243,92,155,135,34,168,0,140,251,226,150,239,42,22,177,16,54,207,85,221,229,117,167,124,57,127,171,172,8,250,164,174,46,183,184,115,137,111,213,122,89,229,255,138,178,152,27,134,98,84,196,135,34,144,236,217,131,134,69,173,31,229,63,85,211,138,116,88,179,104,246,128,136,15,21,188,111,226,73,107,251,98,59,125,89,38,148,229,76,28,32,131,155,161,106,71,140,210,58,54,199,118,226,241,66,178,98,8,76,93,52,191,87,171,136,150,86,148,165,47,136,168,132,239,212,143,115,51,238,90,203,191,218,158,61,225,93,177,156,128,64,157,103,239,128,156,24,42,96,216,120,163,166,85,172,91,125,28,40,255,8,178,245,109,62,46,94,57,60,121,97,122,130,97,39,168,120,175,99,254,222,195,201,33,83,92,135,34,112,234,121,118,185,60,63,212,171,150,112,181,255,211,181,97,116,168,224,242,153,210,238,56,109,86,41,57,160,88,144,204,246,149,93,28,222,227,89,220,6,176,186,206,180,57,136,47,210,216,130,254,42,175,131,133,84,75,32,45,200,200,164,253,134,73,132,57,109,56,69,241,92,149,59,233,175,100,19,219,232,92,184,183,139,221,70,158,120,235,179,38,2,153,158,221,45,70,202,61,222,120,177,153,167,246,100,78,195,133,6,6,62,0,236,192,118,7,167,68,131,199,176,44,220,236,160,100,71,184,228,238,71,171,106,91,57,8,158,136,118,146,179,142,205,136,95,106,82,148,110,18,128,123,34,40,195,225,26,35,219,115,188,148,91,46,55,166,54,123,237,56,82,165,223,55,242,187,22,219,93,117,185,39,19,239,204,188,92,19,55,84,171,184,131,153,121,50,217,123,31,144,187,105,85,145,237,245,147,237,155,171,110,180,172,207,213,94,210,10,129,61,8,204,202,222,184,25,71,90,245,61,94,20,239,57,8,60,235,60,251,254,21,241,57,81,41,45,133,128,69,96,86,246,118,91,242,2,255,6,8,60,171,103,191,65,192,202,133,66,160,16,40,4,186,8,100,246,217,229,110,230,172,62,162,107,232,253,8,220,189,248,251,185,89,30,21,2,133,192,249,8,228,207,198,240,77,255,243,141,238,106,116,239,55,110,23,233,211,101,15,8,88,136,20,133,72,86,55,202,54,21,46,128,184,121,8,37,66,179,7,141,226,45,4,10,129,53,17,72,246,236,107,58,19,87,100,94,94,236,185,19,37,215,40,246,184,66,75,178,188,17,29,27,201,235,161,90,12,93,46,199,202,224,66,96,29,4,242,61,251,58,62,124,196,146,196,244,16,31,247,100,129,43,47,134,62,2,117,41,45,4,10,129,81,4,166,245,236,118,215,88,93,161,127,170,234,214,229,226,30,150,120,233,159,246,100,177,187,103,205,26,37,40,114,131,162,171,221,213,53,10,49,91,46,191,36,132,16,139,221,96,9,188,96,45,46,62,105,27,138,177,16,40,4,22,71,96,206,123,99,100,3,107,119,30,100,55,42,127,197,185,184,168,201,226,46,171,188,221,105,97,225,174,22,230,149,146,45,165,36,115,127,229,185,106,127,152,121,186,10,86,3,202,6,196,11,151,102,191,181,37,161,16,40,4,86,70,96,90,207,206,78,226,27,196,178,245,150,165,89,225,101,187,84,38,182,186,130,159,130,48,4,218,17,119,2,246,161,216,171,199,196,16,94,23,67,197,136,208,32,186,138,166,16,40,4,174,130,192,156,158,61,237,173,234,193,169,5,150,210,108,151,154,214,165,26,127,87,14,82,199,19,59,236,59,109,142,217,45,134,150,30,161,57,212,200,18,94,8,20,2,103,34,48,255,25,84,219,98,183,252,145,155,191,193,246,49,87,100,4,151,88,123,235,230,100,87,123,160,26,247,55,182,127,147,67,162,134,102,142,24,67,5,29,55,239,8,146,69,83,8,20,2,215,69,96,78,207,46,75,6,181,135,246,10,97,36,155,98,132,75,238,36,180,106,104,75,151,140,138,42,106,84,226,213,125,69,68,142,219,14,79,185,63,137,180,213,182,52,199,94,48,230,83,44,188,110,150,151,229,133,192,211,16,200,252,77,37,234,43,109,165,126,26,118,59,253,45,12,119,2,88,236,133,64,33,208,220,17,145,173,162,61,184,210,58,202,82,128,22,2,133,64,33,80,8,44,139,192,252,125,246,101,93,45,195,10,129,66,160,16,120,8,2,245,12,234,67,2,93,110,22,2,133,192,131,16,200,244,236,185,211,32,57,46,25,10,68,2,66,179,90,120,207,177,153,207,222,76,113,255,28,155,167,152,90,66,10,129,7,34,80,61,251,229,131,142,20,89,186,95,82,167,30,47,31,236,114,160,16,192,16,200,244,236,152,100,148,10,41,76,168,172,30,221,153,186,122,182,124,230,119,228,81,172,207,88,86,90,11,129,66,96,30,2,201,243,236,246,196,30,114,101,51,155,200,184,190,32,207,230,4,143,17,41,57,238,214,77,78,151,149,204,135,136,200,126,126,158,136,61,146,79,24,41,52,248,136,145,245,61,8,101,204,37,237,81,168,34,233,225,90,72,140,234,64,212,144,205,136,234,162,41,4,10,129,163,17,72,190,55,70,22,62,126,52,201,214,5,121,133,75,134,252,34,75,164,235,170,45,151,234,138,146,96,167,10,166,31,213,101,37,179,167,178,246,201,66,47,117,197,190,187,211,128,69,64,206,31,174,61,93,167,120,54,149,213,223,98,24,131,175,252,101,153,71,103,103,201,47,4,10,129,28,2,201,158,221,173,65,242,34,111,233,210,246,46,253,228,110,5,140,238,15,184,146,149,61,45,26,92,23,78,217,170,137,214,164,68,132,118,154,193,176,203,82,142,155,49,69,59,174,174,40,11,129,66,96,22,2,201,158,93,169,239,110,68,204,50,87,206,16,113,181,226,205,138,243,203,19,216,143,207,197,164,164,21,2,133,64,33,192,8,76,62,27,195,187,183,114,27,55,190,111,25,255,26,44,14,184,49,199,105,112,93,56,101,144,76,83,132,224,201,58,69,93,66,136,101,65,174,224,126,21,101,33,80,8,140,34,144,236,217,213,253,55,185,251,193,251,185,138,38,216,181,8,186,111,91,190,229,21,185,241,45,229,91,154,237,87,187,5,223,218,195,217,174,91,201,178,247,183,235,0,245,171,5,33,208,133,199,204,245,75,130,15,138,10,48,12,230,75,247,39,247,198,6,161,205,152,116,145,7,205,46,178,66,160,16,0,17,120,15,63,121,139,44,254,14,202,197,201,114,91,192,184,124,73,121,166,174,156,133,87,228,178,168,34,87,174,232,105,217,92,8,92,5,129,228,187,30,175,226,94,217,89,8,20,2,133,192,3,17,152,118,54,230,129,216,93,215,101,187,15,126,254,125,230,235,162,87,150,23,2,235,35,48,103,159,125,125,63,23,180,16,185,15,177,160,217,101,82,33,80,8,172,143,64,190,103,95,185,203,115,247,211,167,84,82,213,237,242,217,74,138,116,128,9,155,196,95,20,47,73,168,59,1,235,143,153,178,176,16,88,31,129,100,207,190,190,99,202,66,117,84,35,61,45,73,70,247,88,136,43,89,222,148,14,160,99,129,241,36,129,128,175,102,136,154,48,16,208,138,166,16,184,13,2,147,207,179,223,6,151,174,35,137,90,73,167,6,91,147,138,236,229,211,19,15,155,189,95,66,23,129,34,40,4,10,129,101,17,152,214,179,219,189,14,117,69,30,241,86,39,157,101,139,138,200,177,39,184,221,157,22,214,40,209,151,219,41,57,93,137,88,178,191,251,11,174,69,85,130,41,119,120,236,113,242,253,75,129,132,239,197,82,8,20,2,231,35,144,223,103,87,229,82,213,23,119,247,131,155,86,187,59,209,186,162,138,62,87,46,249,197,213,101,247,181,55,81,172,133,191,147,23,129,246,64,14,241,6,143,246,12,133,147,229,32,125,61,219,172,32,117,77,138,215,10,67,70,22,113,33,80,8,92,2,129,105,61,59,123,139,183,165,178,245,182,93,60,11,84,55,45,101,173,183,186,114,221,113,160,29,113,39,96,31,74,2,183,76,43,9,46,26,137,173,161,33,195,138,184,16,40,4,174,133,192,156,158,61,237,179,234,193,101,213,150,221,52,127,79,43,146,243,68,80,172,145,58,254,217,50,138,88,184,31,165,146,80,8,20,2,151,70,96,254,223,84,178,77,101,11,32,185,101,108,185,212,21,80,108,76,182,149,69,183,50,118,181,7,49,6,13,235,102,201,38,135,68,129,51,7,235,149,91,76,136,150,46,77,17,20,2,133,192,213,17,152,211,179,203,189,102,42,157,246,10,33,37,11,43,194,37,119,108,90,53,180,165,75,198,70,237,134,83,137,87,119,35,17,57,54,222,57,46,87,78,183,172,91,93,60,13,240,78,14,9,81,162,36,140,87,79,217,178,191,16,40,4,186,8,36,223,27,163,106,98,87,77,17,88,4,62,136,97,112,235,162,34,85,8,20,2,55,64,32,217,179,215,110,239,254,216,23,134,251,49,44,9,133,64,33,224,34,48,255,108,76,1,189,62,2,53,169,172,31,163,178,176,16,216,131,64,243,145,72,119,247,160,42,194,30,172,139,183,16,40,4,10,129,115,16,248,63,240,197,119,36,113,207,32,242,0,0,0,0,73,69,78,68,174,66,96,130: InvalidStateError: The source image could not be decoded.
2021-10-14 16:02:46,556 Warning: client decoding error:
2021-10-14 16:02:46,556  failed to create image bitmap from png [object Blob], data=137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,243,0,0,1,60,8,2,0,0,0,91,211,207,125,0,0,69,51,73,68,65,84,120,94,237,125,13,146,228,184,202,237,157,23,111,159,83,75,235,157,206,231,44,178,40,26,16,58,194,178,83,182,201,152,152,200,118,242,123,64,8,201,178,235,159,255,254,251,239,127,216,231,159,127,254,193,137,49,145,69,85,8,20,2,133,64,33,48,31,129,255,55,95,100,73,44,4,10,129,66,160,16,248,40,2,85,217,63,10,127,41,47,4,10,129,66,224,0,4,170,178,31,0,106,137,44,4,10,129,66,224,163,8,84,101,239,195,191,221,96,232,19,45,67,113,45,107,9,182,185,54,43,105,219,63,233,19,135,168,75,144,142,112,66,178,107,51,226,215,168,174,81,250,161,120,33,176,167,81,45,198,24,129,170,236,157,12,201,165,126,165,221,167,16,176,229,111,187,237,79,159,32,148,116,58,224,136,88,39,100,146,49,202,102,101,33,66,243,169,16,176,222,227,14,92,36,80,253,56,26,39,27,80,149,61,2,188,142,3,157,156,142,59,213,229,226,197,92,211,139,123,206,30,11,2,98,33,66,179,19,222,98,191,16,2,255,127,138,173,178,161,160,137,90,230,116,43,191,45,23,98,76,142,11,145,108,105,192,166,131,59,8,166,87,87,232,159,84,56,90,52,114,83,34,144,195,213,39,144,195,162,2,251,175,104,115,55,136,96,188,186,114,100,75,40,243,153,227,216,149,64,4,57,123,16,46,132,6,52,178,155,9,110,102,34,57,230,78,81,10,153,174,118,91,73,136,101,52,22,32,26,183,33,203,84,118,181,20,82,165,60,168,227,18,53,151,203,74,70,116,129,92,7,197,204,205,60,89,118,233,59,151,117,158,153,20,141,59,23,90,57,76,214,146,35,167,213,120,78,37,64,2,57,75,217,156,11,159,108,195,135,170,97,23,249,156,61,67,92,72,203,143,208,196,74,221,92,237,230,134,202,67,196,47,100,164,32,29,161,234,144,16,213,15,164,201,84,118,119,132,240,69,249,171,140,19,194,101,105,38,114,157,16,93,188,118,200,214,219,118,223,108,170,154,180,100,27,24,96,133,155,49,212,87,174,99,51,30,74,164,82,200,158,52,144,236,102,56,110,201,40,37,82,178,17,154,81,189,22,13,55,238,67,57,150,176,161,88,118,34,144,169,236,59,85,22,59,33,160,86,45,182,200,186,91,55,159,69,239,138,54,35,136,5,147,43,194,62,157,6,41,217,8,77,194,48,55,235,108,220,19,146,139,229,76,4,158,117,7,213,182,192,115,177,198,229,203,237,69,203,165,174,128,98,65,50,229,50,206,181,142,205,115,163,230,74,219,156,165,207,249,205,169,85,202,93,115,176,7,98,105,90,40,129,17,103,178,56,238,123,98,65,54,211,167,43,199,165,65,24,187,146,111,73,112,84,207,174,182,104,87,192,142,146,96,104,172,170,228,110,109,13,201,212,167,214,91,93,145,77,58,127,239,114,201,85,112,43,131,115,251,200,150,107,125,155,145,20,178,241,202,225,99,215,79,136,118,75,131,228,79,107,94,225,235,148,117,60,160,248,186,76,137,22,77,203,36,57,10,90,121,232,166,223,208,60,167,70,156,27,11,181,90,10,50,83,253,68,194,135,236,201,5,241,162,92,3,45,201,80,77,92,19,142,27,184,176,38,176,55,179,234,222,121,114,132,119,170,243,0,11,174,154,96,64,174,155,37,219,65,238,28,213,179,31,100,238,78,177,149,58,59,1,44,246,27,32,112,196,40,200,201,76,175,168,110,16,133,163,93,120,86,101,63,26,205,146,127,15,4,114,117,234,30,190,159,236,69,65,125,16,224,207,186,131,122,16,136,37,182,16,40,4,10,129,165,16,168,202,222,15,199,181,238,191,95,203,90,66,127,143,205,138,247,231,168,197,251,172,5,255,179,123,0,99,143,13,113,14,37,36,43,47,92,148,16,154,110,114,39,108,219,25,175,174,73,36,63,54,172,75,128,104,185,55,77,85,246,78,124,115,169,127,239,164,89,199,59,91,214,183,213,61,125,248,236,4,95,9,204,166,91,121,71,196,58,33,147,140,145,94,80,177,147,22,34,52,235,132,105,200,18,118,77,66,151,187,67,59,164,247,102,196,85,217,163,128,30,113,138,224,102,9,244,65,119,134,162,19,16,243,79,211,139,251,144,133,221,137,103,35,8,44,60,206,139,79,133,88,110,193,215,118,252,104,20,230,220,65,149,13,5,197,64,230,116,43,191,45,23,98,125,142,11,145,108,105,192,124,226,134,66,29,206,165,161,200,171,87,26,150,45,26,185,200,13,228,200,110,84,45,210,165,181,220,177,182,28,191,162,205,202,23,48,58,42,27,145,76,144,29,162,204,231,46,170,105,11,37,35,226,23,66,131,120,138,100,157,75,35,179,218,85,4,98,104,243,208,74,67,96,71,228,128,128,220,131,44,83,217,221,149,17,215,172,160,142,219,244,85,92,86,50,162,11,228,58,40,96,118,14,115,103,53,46,235,60,51,201,242,109,139,62,253,170,104,100,145,106,201,177,52,238,80,1,181,75,45,184,167,60,229,168,105,126,143,205,72,248,220,150,150,210,99,180,125,238,34,143,216,179,147,6,177,25,161,137,205,176,158,34,185,209,29,239,185,236,229,96,73,246,238,90,202,29,113,59,193,191,58,123,166,178,187,253,2,95,84,157,163,123,157,81,83,191,90,201,136,46,144,235,132,80,225,157,148,108,189,109,135,206,166,170,73,75,165,123,171,67,196,205,144,2,187,248,172,99,115,96,106,107,185,19,23,119,139,179,85,17,103,114,23,189,81,2,164,100,35,52,163,122,9,40,213,132,113,215,188,19,132,46,187,106,113,112,227,145,8,226,210,110,64,153,169,236,55,112,123,5,23,84,63,107,139,172,234,68,202,230,227,16,8,38,215,227,148,6,146,145,146,141,208,36,140,119,179,206,230,106,66,242,161,44,67,221,204,161,150,44,34,252,89,119,80,143,158,216,113,249,76,25,108,32,4,157,187,155,61,184,118,201,142,115,173,99,115,107,240,88,95,112,239,148,204,141,145,62,231,151,12,171,148,147,36,216,3,177,52,56,74,113,58,197,113,143,231,167,243,49,76,71,124,145,138,60,203,140,163,122,118,94,85,125,100,108,4,153,58,100,15,103,9,175,70,221,69,186,76,125,106,189,213,21,226,146,53,194,210,4,87,130,125,198,150,174,56,63,16,237,171,217,108,61,178,209,193,253,234,142,159,41,5,29,201,159,238,36,77,150,216,109,10,89,194,90,52,45,208,130,198,92,238,185,113,218,187,249,188,31,67,48,123,73,187,181,153,175,128,114,186,6,223,137,96,160,37,25,170,137,107,98,116,3,23,214,4,246,102,86,221,59,79,142,240,78,117,202,233,237,242,155,37,210,7,221,57,170,103,255,160,75,129,234,41,141,216,154,174,149,85,133,0,136,192,17,163,224,8,153,160,59,69,230,34,240,172,125,246,74,130,66,0,65,160,234,20,130,82,119,199,111,191,144,146,144,70,160,42,123,26,186,98,44,4,10,129,66,96,81,4,170,178,247,3,115,173,187,237,215,178,150,208,79,219,76,71,47,228,141,74,190,34,101,34,242,17,154,126,174,120,20,9,201,202,47,23,37,132,166,107,112,194,182,61,241,234,218,83,4,179,16,120,214,62,123,2,181,92,234,39,20,21,203,40,2,234,176,196,182,133,34,119,81,100,185,239,74,38,81,39,220,90,236,90,66,117,147,29,225,239,202,66,132,6,209,85,52,119,69,160,122,246,40,178,71,12,245,187,102,210,82,126,169,130,24,219,198,196,193,233,210,156,119,179,242,7,177,16,161,201,121,81,92,87,68,96,78,207,206,13,197,6,1,181,27,110,79,161,0,178,92,8,130,57,46,68,178,165,1,239,164,113,123,40,91,45,146,198,104,208,119,5,139,164,33,208,226,43,174,239,150,139,69,5,246,35,186,86,179,89,5,168,229,157,4,25,140,160,205,76,190,34,243,153,64,195,101,226,148,210,0,132,11,161,1,115,190,155,9,110,102,170,28,195,51,19,180,170,200,118,34,144,169,236,106,131,66,149,242,86,159,130,112,89,154,137,92,59,145,106,177,219,57,204,157,213,184,172,171,101,53,207,130,45,46,210,107,155,208,150,28,151,216,86,46,181,222,95,223,230,32,124,118,190,220,223,44,183,246,67,36,188,7,101,20,139,69,188,64,104,98,59,173,167,72,110,180,18,50,206,231,163,17,43,249,140,64,166,178,187,253,2,95,84,123,157,238,117,213,16,113,31,100,37,35,186,64,174,19,162,142,119,82,188,240,223,190,216,78,95,142,109,101,118,128,103,12,117,203,253,43,218,44,125,81,165,205,214,41,36,238,170,129,112,89,114,240,34,218,93,26,164,100,35,52,9,3,90,13,150,204,213,96,208,173,51,30,19,190,223,134,37,83,217,111,227,252,103,29,81,107,29,158,222,220,150,13,41,61,39,184,179,154,205,179,74,91,48,185,158,128,170,85,129,248,133,208,36,140,183,11,32,206,204,131,52,38,140,44,150,46,2,207,186,131,122,116,125,196,229,203,205,77,203,165,174,128,98,65,50,149,19,56,215,58,54,147,11,182,208,224,190,116,7,198,38,138,62,248,154,166,43,19,36,176,74,121,133,103,247,64,88,166,165,105,169,3,81,98,178,56,238,136,83,160,70,68,84,209,128,8,28,213,179,171,109,101,208,154,67,201,40,189,134,198,170,74,238,214,214,144,76,125,106,112,212,21,242,75,178,91,154,224,138,252,73,65,212,210,21,35,137,104,95,205,102,215,35,89,50,104,175,64,33,143,68,208,149,60,165,160,167,181,43,191,56,169,164,85,8,141,117,205,142,130,86,246,50,152,179,114,236,208,209,93,194,117,199,134,103,240,80,77,92,19,232,27,184,176,38,176,55,179,234,222,121,114,111,239,110,150,138,105,119,158,181,27,131,79,99,105,64,139,177,16,88,28,129,26,5,139,7,104,138,121,207,170,236,83,32,43,33,183,71,160,106,223,237,67,124,123,7,171,178,223,62,196,229,96,33,80,8,60,14,129,189,149,253,126,119,189,93,143,46,228,230,133,76,229,209,54,100,179,34,182,255,124,157,104,17,127,163,153,254,25,171,64,104,192,218,224,170,70,12,208,119,192,254,254,51,211,246,87,182,153,111,138,170,43,160,193,9,178,127,190,18,76,197,114,42,2,71,157,141,57,213,137,121,202,134,74,204,60,181,37,41,137,0,221,12,228,91,130,242,222,160,250,105,83,208,186,115,104,185,92,107,144,27,143,42,127,90,71,89,186,69,220,26,111,77,170,7,130,146,73,243,12,182,189,61,251,157,80,10,70,254,157,220,188,180,47,170,35,166,234,22,156,10,149,206,30,189,123,30,148,254,161,159,152,88,249,85,109,199,165,83,247,100,227,147,61,187,74,50,110,49,104,152,169,254,8,239,158,78,118,94,169,115,71,190,116,173,101,30,163,193,18,212,21,250,167,236,46,9,34,18,216,226,178,52,22,103,87,14,95,12,106,89,87,251,154,54,131,69,124,127,34,185,17,100,76,92,249,45,180,227,102,31,156,111,120,203,197,174,3,226,43,93,40,120,107,229,191,63,111,90,228,202,43,199,190,190,179,183,205,213,85,93,4,7,34,64,207,119,32,31,170,65,220,37,201,239,92,161,248,87,38,150,244,92,197,152,87,58,134,172,46,211,52,136,131,214,59,215,29,37,202,122,218,186,34,221,71,184,164,34,57,1,40,228,153,172,69,99,125,71,180,91,107,17,174,227,108,182,177,104,229,24,39,149,202,150,86,14,128,126,73,178,32,157,20,153,52,6,228,114,253,178,227,78,141,71,59,6,145,156,255,223,191,191,84,242,251,59,199,190,127,181,52,219,21,190,72,95,98,57,136,37,69,51,23,129,100,207,110,167,26,30,69,114,56,169,110,101,251,73,94,73,151,105,165,29,145,147,155,27,145,173,213,120,114,106,233,37,40,228,224,220,190,219,229,182,189,226,226,204,163,90,125,65,188,182,232,173,105,51,24,11,118,199,93,148,224,206,182,166,7,4,82,55,37,64,251,3,249,210,248,35,114,222,118,223,206,48,255,243,190,198,196,76,83,183,85,71,115,227,80,250,105,149,253,80,43,63,40,156,11,196,254,145,233,78,72,193,84,39,127,90,100,143,149,10,202,167,108,62,46,22,31,76,176,213,84,111,5,26,41,241,65,209,95,205,163,103,218,115,234,29,84,100,207,250,208,48,140,214,71,94,31,81,115,221,181,13,151,47,59,202,110,171,14,138,5,201,148,23,56,215,103,109,182,177,224,117,15,207,52,184,47,221,80,254,182,162,230,244,33,174,5,167,84,109,126,176,171,78,148,221,156,9,28,108,53,215,234,186,75,134,52,230,8,13,142,127,81,230,16,24,120,149,93,171,133,84,123,44,114,72,200,159,20,59,82,40,115,46,181,184,236,242,60,174,113,193,182,82,139,177,181,21,224,250,238,110,23,144,100,37,135,97,116,215,13,74,14,136,115,87,251,130,54,115,81,11,66,211,245,203,77,15,144,139,200,90,169,171,170,45,175,111,84,76,193,172,83,177,70,44,236,102,248,107,74,248,122,235,239,222,47,221,8,184,127,87,92,170,175,39,81,86,242,220,241,91,210,134,16,72,86,246,33,29,235,16,187,149,113,29,243,202,146,66,32,234,181,39,189,82,88,214,229,2,252,174,8,60,171,178,223,53,138,229,87,33,80,8,20,2,18,129,83,247,217,11,250,66,160,16,40,4,10,129,19,16,168,202,126,2,200,165,162,16,40,4,10,129,83,17,216,123,234,241,126,59,215,173,187,148,231,223,242,205,37,194,21,35,146,182,25,185,175,248,186,185,215,219,161,70,238,61,130,225,104,29,52,216,216,131,20,178,22,198,54,219,187,181,238,253,91,208,230,28,153,122,6,53,39,164,184,14,66,160,122,246,191,128,181,135,201,14,194,189,196,238,71,128,106,31,125,40,112,246,10,93,140,117,185,92,150,165,43,199,234,98,243,226,182,192,74,38,147,98,141,86,56,168,110,63,242,47,79,191,143,189,211,249,25,254,212,121,199,41,216,78,17,82,149,93,228,101,163,179,67,134,244,148,96,148,144,137,8,216,135,170,38,10,119,69,5,93,246,208,79,76,172,138,251,154,121,40,31,70,181,15,166,30,141,121,201,111,33,144,220,141,81,73,38,91,12,59,162,248,87,121,76,91,158,209,14,22,170,106,109,155,230,66,50,192,109,172,144,238,169,187,39,64,4,234,224,127,151,75,246,128,18,85,150,70,78,185,59,9,138,38,232,64,131,51,248,171,217,172,188,64,246,199,16,154,86,153,166,235,242,88,122,140,106,112,206,61,48,3,180,80,46,74,126,123,100,115,190,190,27,119,39,19,126,154,238,214,9,119,106,207,187,123,47,150,160,78,184,35,101,231,32,154,204,169,71,183,218,202,49,96,75,152,42,76,114,180,216,154,197,174,78,228,194,225,83,237,149,157,150,148,168,214,220,195,101,87,206,70,234,187,165,145,87,164,162,214,220,137,196,194,45,235,238,44,187,178,205,65,4,25,4,217,112,200,138,25,180,204,52,53,118,209,80,100,136,49,193,188,139,68,196,102,130,178,211,142,56,117,5,201,121,251,204,145,123,229,37,249,207,75,158,172,242,36,95,246,233,238,19,76,204,133,216,83,52,179,16,72,246,236,86,61,143,141,96,68,169,138,207,137,200,95,220,254,101,22,87,2,178,184,34,4,32,116,117,241,66,123,251,98,187,102,102,183,11,112,23,231,247,24,251,121,255,1,216,6,42,174,11,217,44,77,85,49,82,53,186,235,84,151,96,8,204,32,37,70,115,41,206,46,107,213,78,59,85,141,86,218,213,54,139,124,60,181,11,96,17,124,4,129,105,149,253,35,214,159,160,148,107,235,254,145,169,71,203,71,223,174,149,131,78,174,162,220,137,193,246,149,57,69,32,215,244,160,128,122,139,172,16,88,28,129,83,239,160,34,123,214,22,175,137,92,182,5,142,195,67,13,53,149,51,164,39,194,229,203,205,113,203,165,174,128,98,65,50,229,50,206,181,142,205,228,194,57,101,189,27,157,32,133,112,108,165,16,94,207,217,141,65,38,219,101,213,151,111,242,220,147,45,212,215,211,127,245,57,31,129,76,207,206,153,23,152,107,55,148,57,77,237,238,74,60,54,184,176,226,35,217,213,69,131,33,16,34,219,115,176,148,19,153,44,121,238,21,219,222,34,92,114,199,166,85,35,172,28,36,135,16,237,171,217,236,250,37,97,161,57,88,197,2,137,41,136,134,12,71,108,12,41,117,237,113,27,23,158,168,56,235,236,24,81,217,11,218,236,168,251,174,179,188,33,46,143,45,210,150,139,189,130,100,20,201,148,146,73,212,219,181,239,159,234,115,38,2,153,59,168,103,218,55,87,23,62,55,204,213,91,210,10,129,253,8,204,202,222,115,222,8,214,186,155,186,31,135,146,128,32,240,172,202,142,32,82,52,133,64,33,48,5,129,58,245,56,5,198,156,144,170,236,57,220,138,171,16,40,4,10,129,117,17,56,245,14,234,186,48,148,101,133,64,33,80,8,220,8,129,189,149,61,119,247,255,42,0,110,222,201,207,37,204,190,98,68,38,218,204,241,162,96,129,17,84,92,123,2,45,125,1,181,147,157,74,105,140,73,32,57,13,38,223,2,221,227,126,241,46,130,64,230,108,204,34,166,159,96,134,60,233,152,30,48,39,216,89,42,184,142,115,200,228,249,168,24,31,121,103,50,62,58,213,61,249,170,146,4,204,31,183,172,119,143,144,117,141,169,172,120,50,2,123,123,246,135,96,55,235,88,194,67,224,122,166,155,185,89,193,114,201,57,73,173,0,186,192,86,255,209,133,232,33,4,201,158,93,37,16,229,34,93,164,86,194,246,65,96,103,180,32,238,221,178,206,104,200,134,145,28,97,52,232,187,2,65,210,200,37,121,32,199,158,170,182,218,89,84,208,214,93,209,230,110,110,180,252,149,153,217,21,194,237,191,141,96,44,39,208,30,4,2,108,189,73,181,74,69,101,143,28,134,160,155,47,153,95,154,182,254,158,53,142,222,178,148,153,202,238,150,39,190,216,170,131,92,215,36,165,196,69,62,124,193,131,202,46,111,115,87,210,1,112,71,148,148,6,206,97,202,125,156,139,11,141,154,50,121,24,219,253,135,110,44,112,237,82,11,206,117,132,205,67,17,116,219,136,238,12,205,42,44,123,119,111,164,101,94,55,127,64,191,220,103,151,108,23,5,74,251,245,244,251,61,142,239,120,253,148,120,121,197,125,49,111,157,85,31,197,249,124,250,76,101,119,173,228,250,162,246,22,229,63,85,118,218,110,229,184,43,105,100,109,221,12,68,129,253,215,38,65,182,222,182,67,151,37,70,169,115,113,150,221,37,9,199,253,197,137,215,177,57,246,78,214,101,220,187,150,204,157,18,134,242,39,246,75,13,37,69,140,207,91,120,110,52,49,17,47,245,173,119,178,239,199,243,8,9,211,42,251,17,198,221,91,166,109,184,84,17,113,215,70,159,197,100,125,155,207,44,112,159,141,133,213,206,203,217,19,64,144,47,245,93,13,135,178,103,67,224,212,59,168,185,125,192,137,113,82,59,57,93,201,199,209,179,100,187,7,181,89,165,244,130,102,128,100,182,215,235,226,64,4,235,216,220,50,216,86,180,28,38,82,190,149,128,203,196,41,165,70,78,9,229,142,148,102,37,111,92,244,233,46,218,210,175,232,98,70,185,17,159,150,6,102,93,145,229,16,72,62,131,42,19,203,238,0,114,33,144,63,185,91,159,57,163,115,92,178,48,225,18,16,46,75,163,174,180,182,125,201,12,187,27,163,174,48,140,110,47,134,232,10,250,187,150,246,5,109,238,70,77,213,59,94,97,40,156,19,104,200,185,173,181,63,147,211,238,114,209,60,42,21,117,115,140,157,138,27,118,251,196,191,44,205,234,239,154,170,45,120,249,90,246,122,115,64,55,27,63,75,144,172,236,159,53,58,173,61,78,250,180,216,98,44,4,78,64,96,86,246,158,243,70,176,19,0,41,21,1,2,239,202,78,73,131,252,191,208,44,4,10,129,66,160,16,88,28,129,215,62,123,21,244,197,131,84,230,21,2,133,64,33,48,132,192,171,178,35,221,250,144,208,34,46,4,10,129,66,160,16,248,32,2,175,83,143,123,122,246,89,123,127,31,132,32,86,141,220,65,93,202,248,43,70,228,80,155,145,8,34,52,96,148,213,157,103,201,21,28,141,183,8,116,110,132,254,253,6,49,117,175,181,121,143,247,235,215,28,252,28,122,237,203,131,161,95,138,172,122,246,40,28,52,186,232,163,206,48,44,21,197,50,166,133,0,18,65,132,134,26,160,46,206,246,160,139,60,140,24,24,169,126,226,102,43,208,200,146,131,9,67,177,243,223,195,83,103,96,186,126,89,130,58,236,152,0,237,76,150,218,103,63,19,237,210,245,73,4,240,10,152,179,50,232,178,135,126,98,98,213,79,36,166,150,156,35,197,117,3,4,94,187,49,200,62,187,26,21,42,201,100,139,193,135,136,229,65,105,117,230,93,237,255,144,13,46,154,106,109,43,77,29,226,202,133,10,172,5,221,179,198,68,96,65,32,171,90,39,202,101,159,40,81,101,105,196,238,238,36,40,26,167,231,250,233,64,131,243,236,171,217,156,11,98,142,75,161,74,255,140,81,69,114,216,26,51,148,99,106,134,176,153,144,88,92,6,39,220,213,142,13,111,203,200,55,185,183,94,59,163,142,201,231,162,80,92,105,4,50,251,236,238,78,34,95,108,181,39,106,254,224,170,100,107,22,59,195,219,32,238,196,64,35,205,166,114,139,43,141,17,43,26,154,123,148,131,238,244,41,105,236,28,166,138,190,154,50,229,236,232,130,25,152,221,154,47,87,182,57,29,62,119,230,139,165,89,124,84,6,226,198,240,148,0,86,240,150,100,107,64,119,196,33,70,218,119,123,181,222,246,37,175,203,71,150,222,57,243,247,155,197,120,219,199,254,138,88,85,52,251,17,72,246,236,65,235,33,51,88,85,121,155,157,76,76,95,220,236,159,197,149,6,43,88,74,43,153,248,232,229,9,137,230,33,46,169,74,160,93,128,43,196,36,125,240,83,224,251,21,109,30,10,165,132,23,119,86,182,23,67,234,90,41,129,103,81,80,220,3,171,210,242,213,142,57,111,193,111,95,186,47,125,220,131,76,241,30,138,64,166,103,63,212,160,213,132,167,7,76,215,17,213,131,219,137,205,93,27,117,197,30,74,112,69,155,15,5,100,41,225,220,7,12,37,173,61,36,99,223,246,101,155,244,165,28,47,99,44,2,167,158,141,113,55,79,186,81,153,200,101,91,224,88,251,208,8,217,68,225,242,229,22,129,229,82,87,64,177,32,89,119,89,208,194,100,29,155,187,57,51,145,160,27,157,64,87,46,34,188,158,83,233,39,165,185,139,57,94,255,37,150,38,175,236,253,122,185,210,122,219,87,235,56,77,112,72,102,251,137,254,195,79,88,78,12,220,195,69,13,188,84,160,213,66,182,182,32,213,70,112,188,183,27,84,19,181,154,70,170,173,213,37,203,46,158,247,106,252,180,24,101,201,35,71,212,21,208,158,150,28,181,71,223,42,205,182,161,14,176,186,162,205,185,177,106,61,181,114,186,104,200,176,118,211,128,136,57,28,242,159,129,106,69,214,42,235,118,239,78,217,19,5,253,187,118,191,21,253,121,127,233,222,65,13,118,222,95,110,54,228,84,65,207,165,235,44,174,103,189,55,6,153,21,102,33,91,114,10,129,185,8,92,43,123,171,178,207,141,254,168,180,103,157,103,199,187,245,81,28,139,190,16,56,26,129,202,222,163,17,190,147,252,103,245,236,119,138,92,249,82,8,20,2,133,64,11,129,103,245,236,149,7,133,64,33,80,8,60,1,129,189,231,217,175,181,247,151,136,40,114,255,45,33,246,56,150,43,70,228,80,155,145,8,34,52,96,200,90,7,13,94,55,27,219,127,121,220,34,16,99,18,220,219,31,189,131,10,250,85,100,215,66,160,122,246,40,94,52,72,232,99,207,153,93,43,210,207,180,22,137,32,66,179,161,135,36,128,45,184,156,63,1,254,86,50,153,20,107,100,201,248,254,251,196,55,130,229,210,169,222,35,150,195,45,193,117,234,121,246,132,125,197,82,8,204,66,0,175,128,57,141,241,25,211,224,172,100,235,216,162,42,238,137,169,37,231,72,113,221,0,129,100,207,190,37,25,125,8,2,250,98,175,168,95,25,47,166,87,92,22,80,153,205,123,184,114,161,2,107,129,66,131,157,146,248,72,227,25,22,137,152,229,114,229,88,196,172,246,46,170,160,174,213,108,206,5,49,199,213,205,112,43,22,175,221,146,23,207,49,30,104,114,28,169,1,2,74,147,6,240,243,68,191,98,127,158,48,122,39,234,215,47,57,63,205,164,30,107,122,217,230,113,209,69,41,71,94,177,92,185,96,21,151,131,0,173,233,182,31,192,255,51,153,98,36,9,74,136,188,98,127,34,107,172,28,182,210,21,152,227,146,75,215,196,119,182,211,242,202,159,36,140,8,176,93,196,228,90,158,7,109,204,101,241,185,135,205,137,168,169,50,215,146,128,68,80,165,125,96,140,74,21,149,204,184,13,106,236,216,113,167,198,142,59,244,156,208,255,251,190,246,191,239,47,244,255,183,174,193,43,82,130,43,135,47,218,47,82,163,253,158,139,117,113,73,4,166,189,55,70,214,29,217,83,200,209,181,125,87,43,86,197,165,134,34,23,169,41,92,233,137,61,88,101,43,153,174,253,174,94,130,66,14,206,87,255,98,254,182,131,189,226,226,204,64,169,47,136,203,87,180,25,241,75,150,84,250,142,199,81,202,199,241,105,5,122,143,246,150,37,214,170,156,119,49,146,67,111,5,176,123,232,93,118,247,237,99,67,193,45,226,22,2,123,207,198,220,30,217,35,6,140,172,191,82,190,26,174,242,39,100,143,245,132,88,144,133,215,178,249,4,88,22,81,33,119,255,118,78,72,9,143,186,117,220,159,249,254,124,79,186,245,110,153,4,226,33,75,114,159,61,103,6,85,132,209,34,53,145,43,167,26,119,22,151,207,148,46,32,74,14,40,22,36,83,238,224,92,235,216,140,71,100,63,37,178,144,106,105,193,177,85,189,57,223,225,144,5,90,109,169,43,165,191,155,42,225,241,202,33,64,84,27,14,158,108,65,200,226,183,143,13,25,89,196,46,2,153,158,29,169,206,188,241,194,253,29,127,177,123,50,65,108,38,114,185,163,165,155,22,114,56,5,155,69,178,13,151,248,168,205,40,86,103,105,130,43,1,224,45,93,177,95,136,118,233,17,127,151,197,125,187,120,166,205,221,72,249,45,161,232,36,90,109,44,136,134,220,64,115,117,201,150,153,192,65,162,99,185,24,88,91,214,213,112,176,49,138,81,178,127,11,73,190,193,145,207,68,170,119,132,201,61,147,214,95,74,178,114,252,112,252,121,223,80,109,233,202,69,185,184,44,2,201,119,61,94,20,202,227,182,86,46,10,72,153,125,33,4,42,123,47,20,172,143,155,250,172,243,236,231,111,62,126,60,192,101,192,109,16,168,236,189,77,40,79,112,228,212,125,246,19,252,41,21,133,64,33,80,8,20,2,207,234,217,43,222,133,64,33,80,8,60,1,129,189,231,217,111,191,247,167,238,25,174,159,19,87,140,200,161,54,35,17,68,104,192,208,75,95,212,217,152,96,59,197,34,16,99,18,72,14,24,91,247,63,65,215,36,25,137,202,157,116,220,24,235,152,99,2,243,33,150,234,217,35,184,104,144,168,67,14,67,248,22,241,103,17,64,34,136,208,188,138,145,121,142,204,186,102,11,174,60,140,216,130,194,61,88,217,61,129,198,146,241,253,247,137,111,4,75,215,244,207,230,195,115,180,215,62,251,115,98,253,116,79,241,10,152,67,42,106,150,191,91,4,87,108,208,173,171,226,158,152,90,114,142,20,215,13,16,200,156,103,183,253,11,101,39,101,30,101,176,90,147,210,175,156,220,76,143,156,17,158,194,149,11,21,88,11,236,90,94,93,97,100,220,165,186,116,144,236,108,93,177,56,203,88,216,227,207,241,242,191,171,139,44,89,199,230,92,16,115,92,110,4,101,134,91,177,120,237,150,188,67,57,166,166,1,101,143,76,15,220,107,117,122,221,254,61,107,186,210,221,126,233,254,165,236,87,174,126,105,187,44,23,110,121,81,6,8,100,246,217,221,161,206,23,91,157,11,215,8,91,226,121,38,112,23,179,114,26,32,79,148,46,144,107,79,30,128,237,88,96,170,114,31,153,249,84,137,87,83,102,23,22,53,191,74,247,113,237,106,14,118,103,89,21,20,69,227,198,171,75,179,39,88,138,215,206,187,93,225,22,31,53,195,117,37,48,1,105,15,242,7,20,101,13,232,142,56,68,178,173,227,46,23,147,181,246,199,93,57,188,99,195,115,131,188,66,133,94,209,32,54,23,13,130,64,178,103,183,162,121,172,170,206,81,254,211,102,167,226,114,251,151,89,92,8,28,126,90,183,151,210,138,30,236,191,168,100,115,195,101,59,116,85,23,164,22,23,103,34,8,126,10,124,191,162,205,67,161,180,179,72,142,125,136,139,137,119,106,119,67,47,99,45,83,5,15,101,215,23,85,193,115,187,234,221,215,12,212,27,193,186,129,72,19,100,122,246,180,178,43,50,238,239,182,90,94,171,30,220,14,87,119,109,244,89,12,175,104,243,103,17,59,83,59,175,78,142,75,90,220,29,213,143,55,71,193,159,215,47,117,84,6,7,22,164,60,245,108,76,114,31,112,222,123,196,212,190,77,23,163,209,17,130,203,151,91,4,150,75,93,1,197,130,100,202,107,156,107,29,155,187,129,155,72,208,141,78,160,11,199,86,245,230,238,30,142,148,102,37,111,147,46,125,220,142,126,34,32,163,162,130,206,93,110,178,119,27,252,81,189,15,167,79,190,55,70,38,86,107,11,82,109,4,199,123,187,173,48,204,226,122,245,5,63,167,214,240,69,171,26,63,45,70,43,89,93,177,94,184,246,180,228,48,194,238,76,131,232,178,240,94,209,230,220,88,69,226,222,69,131,84,19,89,55,13,136,152,215,55,242,159,65,32,20,153,138,53,104,33,25,217,180,240,235,87,191,218,242,126,25,252,231,253,171,218,22,119,119,195,241,251,165,180,229,66,194,237,129,250,186,131,154,203,234,46,215,59,9,100,21,142,191,119,37,174,76,16,36,253,202,102,151,109,133,64,92,178,11,159,66,64,33,240,172,243,236,120,183,94,137,82,8,172,134,64,101,239,106,17,89,217,158,83,247,217,87,6,162,108,43,4,10,129,66,224,54,8,60,171,103,191,77,216,202,145,66,160,16,40,4,2,4,170,103,239,167,71,238,132,67,95,238,49,20,215,178,150,48,152,107,179,146,182,253,147,62,1,222,8,13,24,46,169,136,197,34,6,40,249,160,193,86,242,92,48,135,172,2,33,98,178,67,77,29,53,230,102,244,117,158,189,19,208,74,190,107,101,188,45,235,221,103,133,228,125,245,232,96,9,240,192,154,210,46,119,198,131,68,178,63,201,83,12,45,252,175,184,237,94,71,24,78,27,77,213,179,71,80,87,34,158,150,136,83,20,197,241,58,186,20,230,102,5,203,197,87,248,65,101,124,101,83,141,200,148,68,186,129,144,57,61,59,183,24,27,34,246,49,197,235,214,71,176,22,240,112,178,239,9,144,135,154,213,193,255,46,151,220,166,144,168,18,99,75,151,172,2,129,253,93,237,172,69,181,180,36,63,208,174,36,219,220,176,126,129,54,119,199,27,24,175,174,28,23,121,190,216,210,18,156,115,15,12,3,109,38,84,213,80,178,153,160,38,131,132,167,110,116,144,9,195,141,59,71,150,13,83,54,119,81,69,92,40,26,139,64,230,189,49,238,146,147,115,174,85,199,45,215,153,87,142,139,189,42,124,182,124,243,99,129,114,137,141,115,201,177,33,199,182,93,176,219,16,4,177,80,123,20,214,30,42,223,235,216,156,142,160,157,195,186,162,44,26,42,172,93,9,76,224,86,100,156,157,41,173,1,221,17,135,104,65,242,208,157,218,173,240,238,174,151,139,225,20,47,16,79,159,70,147,233,217,221,46,131,47,170,189,69,247,186,234,251,100,250,170,0,88,93,185,43,231,196,21,236,191,184,104,210,23,219,255,170,186,32,141,71,240,196,205,32,3,64,112,184,237,250,184,205,160,193,42,205,90,243,92,44,13,199,199,149,211,173,119,184,47,210,18,107,85,206,59,234,21,84,130,113,91,61,228,59,210,215,7,243,1,142,67,81,34,8,100,122,118,68,110,209,116,17,160,97,35,7,164,26,72,96,175,212,85,52,145,224,138,54,79,116,127,113,81,92,91,135,170,124,171,85,26,18,178,96,174,46,30,172,163,205,123,214,121,246,92,91,129,199,0,151,47,183,8,44,151,186,2,138,5,201,148,59,56,215,58,54,227,17,217,79,217,141,78,160,2,199,214,237,154,85,109,149,210,172,100,90,72,81,153,142,123,237,150,85,188,113,196,107,157,132,253,32,92,9,201,251,67,249,40,9,115,222,27,227,78,239,116,113,104,230,63,20,122,89,152,64,69,118,161,234,50,90,201,234,138,234,104,184,243,229,33,68,95,90,114,24,198,22,206,82,142,171,203,154,125,69,155,187,81,115,227,133,196,189,139,134,12,80,171,110,230,180,183,114,172,85,214,237,222,93,176,212,75,196,61,200,67,149,174,110,139,32,135,60,185,166,138,0,95,36,69,19,119,171,186,233,241,40,130,228,187,30,47,138,209,58,211,204,69,1,44,179,63,136,192,172,236,221,47,7,236,120,62,136,85,169,158,211,179,23,142,133,64,33,80,8,20,2,235,32,240,172,125,246,117,112,47,75,10,129,66,160,16,56,14,129,122,6,245,56,108,75,114,33,80,8,20,2,159,65,160,122,246,62,238,215,186,143,127,45,107,9,253,137,54,111,162,232,195,113,181,87,108,200,17,154,126,162,180,125,233,58,168,8,64,123,114,92,45,247,91,14,118,141,7,145,41,178,51,17,168,243,236,29,180,43,173,207,76,199,157,186,236,89,11,228,244,5,66,67,211,79,247,201,157,92,182,216,2,141,156,24,33,123,216,42,208,11,183,172,219,199,20,118,6,66,78,171,93,208,102,233,42,57,18,129,234,217,163,124,64,6,115,229,83,33,192,43,15,183,138,197,229,62,206,49,41,80,45,68,248,232,122,110,58,177,81,59,162,4,31,33,179,242,13,65,96,206,62,59,229,150,92,5,171,44,116,77,177,92,136,197,57,46,68,114,58,215,237,218,89,93,97,100,226,93,2,68,142,194,153,255,233,46,204,3,175,17,93,12,181,108,193,100,148,93,237,214,247,89,54,231,130,152,227,66,188,80,146,91,101,61,174,110,96,237,179,177,64,180,79,241,93,70,191,149,9,238,120,183,169,210,205,4,119,116,231,70,83,206,247,219,112,101,222,27,163,138,136,90,202,181,122,16,132,203,210,76,228,58,40,102,118,21,108,175,108,170,213,211,70,56,151,234,7,153,145,190,184,186,20,141,117,28,215,46,181,224,92,71,216,140,132,143,0,145,148,242,10,88,67,169,250,168,253,144,147,159,185,99,47,216,12,220,128,214,0,140,187,43,74,81,162,113,247,130,220,76,99,172,220,135,233,108,56,114,217,107,237,177,234,144,253,43,36,133,110,67,147,217,103,119,71,136,77,11,53,66,16,46,75,51,145,235,132,152,225,181,131,147,126,251,34,147,82,25,169,234,148,59,252,152,197,13,65,215,235,43,218,28,56,165,192,108,213,163,46,44,22,85,156,69,54,182,56,188,106,66,82,179,163,12,125,96,201,80,89,151,13,135,148,105,179,206,138,117,51,179,171,221,162,129,100,184,165,113,155,149,68,128,110,204,146,233,217,111,12,199,153,174,81,150,203,193,160,242,94,85,165,51,109,107,233,186,162,205,159,197,141,171,82,183,234,237,183,115,138,10,55,235,236,138,33,55,99,89,31,187,114,144,81,128,208,236,135,247,90,18,230,236,179,95,197,103,100,242,223,227,11,46,95,46,183,221,22,41,238,161,92,35,113,237,9,225,52,9,17,163,93,101,203,95,185,217,68,144,204,217,220,146,60,87,90,203,17,92,11,45,200,168,120,117,75,88,23,46,169,151,67,160,246,55,186,66,108,164,64,48,221,160,75,105,100,9,14,142,210,219,101,236,18,224,174,33,40,93,157,230,168,158,157,39,249,41,125,196,20,148,41,51,134,236,145,13,87,107,112,202,108,230,49,44,139,32,27,47,199,54,194,197,52,193,128,177,114,16,172,16,237,92,196,165,253,202,175,64,206,116,155,231,250,37,165,129,104,200,112,196,51,43,161,4,150,114,155,99,110,76,109,246,218,62,90,149,254,192,200,96,20,4,89,199,26,173,133,44,80,90,213,29,113,72,246,182,236,113,71,211,158,169,5,73,176,11,209,60,235,189,49,67,101,253,66,81,44,83,159,128,192,172,236,157,37,231,9,152,95,215,199,103,157,103,7,219,168,235,134,179,44,191,49,2,179,178,119,150,156,27,67,125,3,215,158,181,207,126,131,128,149,11,133,64,33,80,8,116,17,120,86,207,222,133,163,8,10,129,66,160,16,184,1,2,153,243,236,55,112,123,200,133,107,237,75,94,203,90,10,68,218,102,123,167,218,189,119,221,149,239,114,13,37,9,19,75,93,234,56,71,176,13,98,45,236,218,108,113,203,121,209,197,16,247,34,70,12,241,40,135,121,113,89,4,142,58,27,115,27,172,145,179,86,183,113,246,90,142,168,26,170,206,138,240,175,244,37,40,43,86,142,139,3,82,152,130,34,24,36,146,253,9,201,58,229,23,232,133,117,173,133,155,156,57,114,91,243,8,98,96,202,41,81,19,37,131,6,92,142,172,246,217,163,144,85,2,93,37,161,91,165,135,35,120,194,121,56,112,242,80,144,226,221,186,44,247,177,95,185,66,236,22,253,69,18,96,150,71,139,184,115,130,25,115,122,118,110,31,54,139,41,6,233,14,226,4,159,113,21,96,62,129,235,89,219,28,145,37,172,5,145,99,79,85,187,107,112,186,24,47,255,99,237,44,65,133,242,131,54,119,3,7,198,171,43,135,18,88,122,74,255,140,81,237,206,46,174,94,203,229,202,97,3,38,250,136,224,208,162,177,248,200,52,230,44,181,136,169,43,174,28,151,70,13,19,73,115,143,106,179,39,28,150,55,179,207,174,150,138,170,148,183,58,23,203,117,230,149,185,168,73,105,54,171,220,60,227,178,206,179,160,29,9,234,138,42,250,46,206,174,46,190,24,196,2,212,46,173,197,61,37,124,172,25,45,223,93,98,36,100,238,172,166,26,11,68,142,162,177,158,198,251,57,129,138,89,21,25,49,160,133,70,2,1,11,136,154,209,109,174,42,22,215,96,149,18,96,246,170,245,22,2,197,126,151,175,46,33,211,179,187,93,3,95,148,191,202,200,33,189,201,113,52,231,196,9,239,167,100,235,109,123,118,182,86,77,126,178,214,7,88,225,102,72,129,93,136,214,177,153,77,117,235,75,107,62,235,58,8,246,212,67,114,186,21,16,151,214,13,235,68,93,182,76,183,106,61,110,63,152,108,110,37,25,210,82,196,27,2,153,158,189,128,155,130,128,234,193,109,222,171,142,102,138,210,157,66,214,183,121,110,89,223,9,215,93,217,23,204,76,130,218,118,66,119,13,65,215,175,103,157,103,63,58,240,184,124,185,112,182,92,234,10,40,22,36,75,55,95,235,216,220,74,107,91,214,229,134,111,183,231,117,197,118,163,19,140,177,92,68,2,239,228,98,37,189,207,131,91,213,165,4,193,233,202,233,214,169,24,19,138,114,77,234,18,165,57,239,141,113,49,165,139,235,192,45,11,19,152,73,42,35,91,165,193,74,86,87,84,143,195,157,47,153,97,119,99,212,21,134,177,133,179,148,227,234,178,254,94,209,230,174,23,173,120,117,147,176,139,134,108,9,187,105,160,194,161,162,28,207,172,106,79,153,211,195,205,94,229,23,146,225,136,167,54,123,165,205,50,123,229,0,39,46,53,228,249,34,53,212,118,191,40,24,41,172,180,229,187,28,59,146,56,55,133,131,53,225,42,100,191,197,87,22,98,251,93,5,230,42,238,217,81,84,81,191,104,236,202,236,238,252,4,66,52,75,14,168,238,4,50,176,155,57,193,146,117,84,204,233,217,215,241,167,44,41,4,10,129,7,34,128,172,87,30,5,75,230,108,204,163,0,42,103,11,129,66,96,125,4,106,45,174,98,84,207,160,174,159,180,101,97,33,80,8,20,2,99,8,236,237,217,239,183,103,39,241,3,239,160,142,65,126,48,245,21,35,50,215,230,41,247,21,211,81,82,123,190,82,78,208,87,90,4,98,76,130,204,28,5,243,159,175,151,141,255,253,73,123,252,102,156,37,103,175,29,197,255,141,64,245,236,81,34,108,67,145,63,149,48,151,64,64,149,60,42,115,244,81,63,177,59,8,205,70,220,98,143,91,1,36,127,172,100,62,194,16,96,62,43,57,247,215,116,50,114,150,156,75,164,217,250,70,62,235,60,123,58,30,163,125,80,90,81,49,238,65,224,179,97,10,180,15,253,196,196,106,54,74,76,45,123,192,44,222,75,35,144,124,6,213,237,140,232,34,31,119,85,103,87,175,123,50,169,91,47,236,125,121,117,133,145,113,151,234,221,243,236,10,85,137,179,236,37,229,98,95,209,216,28,189,162,205,221,145,54,241,54,154,27,193,24,213,224,156,123,96,24,104,51,169,86,169,104,51,33,88,154,116,209,251,93,196,124,189,191,114,27,78,59,45,178,49,183,87,112,249,69,121,2,2,153,125,118,183,60,241,197,86,29,228,71,24,36,165,244,208,38,229,196,43,105,40,221,17,37,165,217,25,203,157,195,148,251,56,23,233,178,240,242,130,221,125,250,195,206,175,87,183,57,23,193,92,165,179,209,225,240,141,154,209,205,31,80,160,53,160,59,226,64,201,138,108,43,217,178,160,111,223,237,21,85,226,107,31,38,7,245,161,92,201,158,221,218,196,245,69,117,142,242,159,42,59,109,183,114,220,149,52,136,182,110,6,162,192,254,235,53,48,126,182,125,105,183,148,203,183,30,102,63,239,146,229,235,46,206,239,126,234,71,14,110,6,89,2,130,179,142,205,160,193,10,22,100,55,35,72,236,33,165,54,94,221,149,95,87,190,26,74,54,85,240,80,118,117,181,8,108,23,159,22,85,140,135,34,144,233,217,15,53,232,57,194,109,91,173,70,166,187,54,250,44,62,87,180,249,179,136,157,169,157,167,174,253,179,72,108,182,234,226,207,244,177,116,129,8,156,122,54,134,55,16,64,227,166,147,141,118,109,199,209,203,109,92,171,69,93,1,205,0,201,186,203,130,22,236,235,216,140,39,70,14,19,41,191,27,157,192,152,156,118,94,27,185,187,234,164,206,74,166,197,31,77,189,113,243,206,91,228,56,140,76,169,120,247,136,74,104,47,22,28,129,228,123,99,100,98,217,29,64,78,62,249,147,187,251,140,27,186,159,82,22,38,92,26,194,101,105,212,21,215,247,46,23,15,96,134,209,237,197,16,93,214,223,174,246,5,109,238,70,77,213,59,94,97,16,99,80,239,186,104,200,122,218,146,147,211,238,114,81,232,165,34,208,66,203,168,39,242,175,247,133,161,187,163,173,59,168,114,23,190,238,169,118,243,243,76,130,103,189,55,198,173,140,103,194,93,186,10,129,52,2,179,178,87,238,165,164,141,41,198,197,17,72,246,236,139,123,85,230,21,2,133,64,33,240,100,4,78,221,103,127,50,208,229,123,33,80,8,20,2,167,33,80,207,160,158,6,117,41,42,4,10,129,66,224,36,4,246,246,236,185,187,255,39,57,55,79,205,133,220,188,144,169,28,159,89,54,111,114,228,135,228,243,149,32,29,16,26,48,155,164,47,174,61,174,28,139,0,136,137,34,3,185,64,95,134,200,182,237,123,123,114,166,14,207,12,97,56,145,184,122,246,137,96,150,168,15,35,192,39,255,228,195,95,124,177,85,245,232,206,36,125,130,202,136,20,77,123,208,69,30,70,108,161,227,150,245,216,24,112,122,56,52,30,170,106,219,39,81,235,217,212,67,241,143,133,239,237,217,63,104,250,105,170,145,33,125,154,49,165,8,65,96,214,49,18,68,151,92,121,4,7,34,241,159,216,120,85,220,227,190,254,124,151,171,112,15,165,199,201,196,201,103,80,237,26,144,179,144,15,17,171,190,73,102,30,125,231,255,111,62,35,121,191,135,43,13,171,52,178,219,115,73,151,137,88,30,169,86,7,255,25,195,22,23,237,36,40,57,10,103,75,67,244,196,184,231,4,55,75,80,129,147,246,184,218,143,179,25,12,226,148,26,103,189,232,162,138,228,176,117,33,136,145,36,38,123,220,65,164,34,2,162,244,206,147,175,239,44,53,47,135,121,203,252,243,157,75,223,52,252,161,130,158,123,27,123,157,121,31,138,206,30,226,204,123,99,220,161,206,23,91,227,74,150,114,85,244,57,101,221,197,172,44,232,239,116,252,121,136,195,45,187,188,172,86,149,116,15,76,1,111,107,198,82,166,42,247,113,46,215,101,137,88,11,76,85,8,84,153,232,206,187,175,1,47,102,95,59,45,185,87,136,235,8,155,193,240,169,10,152,216,211,80,184,81,164,210,185,100,43,50,232,136,34,75,27,208,85,199,101,157,206,185,219,247,127,169,23,132,113,209,79,236,161,187,162,186,22,22,65,2,129,100,207,110,53,241,120,150,61,136,170,242,54,59,21,151,219,191,204,226,74,160,51,218,253,129,253,23,23,77,250,98,123,118,54,213,46,192,93,156,223,131,173,222,8,230,205,43,1,188,72,74,224,49,117,165,217,121,14,81,26,139,10,230,236,180,240,46,227,148,231,155,18,147,65,215,176,34,112,17,200,244,236,143,130,146,107,235,104,149,239,162,68,99,94,138,85,69,196,93,27,117,197,30,74,112,69,155,15,5,228,131,194,143,203,76,235,212,172,178,94,175,138,60,45,97,78,61,27,131,236,89,59,89,245,179,41,63,4,138,171,203,182,192,177,76,106,168,169,156,33,189,27,46,95,110,227,90,46,117,5,20,11,146,41,151,113,174,117,108,110,69,173,139,228,80,10,17,241,30,153,56,182,210,48,222,65,82,205,132,148,54,154,153,82,254,104,227,60,165,172,239,49,32,17,181,98,73,190,55,70,37,153,219,207,114,109,181,141,158,250,41,8,67,188,31,29,140,112,187,10,150,133,105,52,240,113,195,110,37,171,43,214,11,89,50,236,118,129,186,194,251,81,45,156,201,157,22,206,174,179,87,180,25,137,90,215,175,28,26,178,202,183,230,120,85,199,57,28,50,58,110,227,162,202,58,235,146,138,90,217,203,41,225,106,119,212,125,189,175,241,141,80,187,247,173,238,115,6,119,80,95,89,247,231,45,16,249,187,75,124,223,117,250,108,129,228,198,163,104,158,245,222,152,184,64,63,42,240,229,236,229,16,152,149,189,85,85,47,23,250,132,193,201,158,61,161,169,88,10,129,66,160,16,40,4,206,65,224,212,125,246,115,92,42,45,133,64,33,80,8,60,28,129,122,6,245,225,9,80,238,23,2,133,192,13,17,216,219,179,231,238,254,95,8,200,205,65,250,92,197,230,11,153,202,144,30,106,51,18,65,132,6,76,0,233,11,139,237,166,144,69,32,198,36,144,28,48,202,123,161,163,39,100,64,247,139,108,17,4,170,103,143,2,65,247,172,232,115,104,245,89,36,27,238,103,6,18,65,132,102,67,6,73,0,123,64,69,30,79,108,193,235,150,245,110,202,177,100,228,60,238,254,200,214,76,176,31,195,51,37,236,237,217,207,180,181,116,21,2,123,16,56,186,2,6,103,87,134,126,98,98,85,220,19,83,139,133,139,10,116,162,76,215,251,191,246,228,222,249,188,201,158,93,173,94,41,231,228,146,83,173,73,85,203,195,244,138,203,73,68,177,13,178,135,43,135,44,88,11,236,90,222,226,35,141,39,99,186,92,150,198,226,236,202,233,162,138,104,231,104,186,219,11,140,103,215,139,137,54,231,130,152,227,234,102,184,21,27,156,115,15,18,9,207,49,187,110,80,155,60,193,252,193,214,182,94,254,37,203,61,189,105,93,109,221,184,239,94,79,204,16,185,112,20,215,40,2,153,247,198,200,4,226,97,207,23,91,233,229,62,110,163,184,220,197,44,209,40,165,242,169,28,144,107,20,26,73,15,246,92,129,169,202,125,235,142,235,160,251,188,149,242,189,75,227,206,151,138,171,165,93,122,244,89,155,211,225,227,244,0,107,40,21,80,133,143,202,64,220,24,158,216,112,237,174,112,107,64,119,196,225,70,254,149,234,223,239,5,123,55,31,63,223,105,62,248,157,206,61,154,156,186,226,58,8,129,105,239,141,225,196,85,15,206,201,127,218,236,84,92,110,246,207,226,74,35,136,180,66,36,28,31,189,188,208,166,221,210,247,64,50,247,105,213,164,37,85,88,93,110,8,186,94,95,209,230,174,83,146,192,206,124,57,246,33,46,38,222,169,221,117,196,205,180,129,44,253,41,220,254,20,242,83,196,183,106,142,236,192,32,52,57,232,138,107,15,2,153,158,125,143,190,203,241,226,3,102,212,53,217,122,187,19,131,187,54,26,213,50,151,254,138,54,207,69,96,101,105,118,1,157,179,214,190,120,32,39,167,184,62,136,64,114,159,61,103,49,47,237,135,216,39,114,217,22,56,182,100,180,172,227,242,229,22,129,229,82,87,64,177,32,153,114,25,231,90,199,230,161,252,217,73,220,141,78,32,31,199,86,245,230,238,30,142,148,230,46,230,120,253,135,175,195,88,47,111,182,200,215,191,32,219,232,8,205,206,16,20,123,2,129,76,207,206,59,9,129,62,222,66,177,187,129,67,91,150,204,190,159,43,183,227,41,135,80,176,89,36,155,110,137,143,218,140,98,196,44,77,112,37,0,188,165,43,78,5,68,187,93,70,32,92,114,151,169,85,215,114,54,39,146,123,99,65,116,33,126,73,81,173,186,41,91,102,162,71,180,91,46,214,37,21,169,236,69,36,35,136,241,6,186,253,242,50,227,207,91,6,159,168,161,43,114,219,189,118,99,16,156,207,167,121,214,123,99,70,123,240,243,227,81,26,11,129,22,2,149,189,149,27,56,2,207,58,207,158,88,165,226,80,22,101,33,112,40,2,149,189,135,194,123,51,225,167,238,179,223,12,187,114,167,16,40,4,10,129,53,17,120,86,207,190,102,12,202,170,66,160,16,40,4,230,34,176,247,60,251,237,247,254,228,129,144,185,208,31,36,237,138,17,57,212,102,36,130,8,13,24,47,233,139,186,135,28,108,167,88,4,98,76,2,201,1,163,60,199,82,119,62,193,128,94,148,172,122,246,40,112,52,72,212,33,135,139,70,250,153,102,35,17,68,104,54,244,144,35,140,182,224,114,254,4,248,187,7,43,187,39,208,88,242,208,254,59,61,127,100,159,41,141,211,163,142,54,94,110,248,212,62,251,229,66,86,6,39,17,24,170,128,9,29,81,179,44,94,87,160,36,7,221,186,42,238,137,169,5,244,162,250,119,16,168,11,145,37,123,246,45,201,232,67,174,242,97,91,117,69,253,202,184,48,61,241,6,41,43,127,218,195,149,11,9,88,11,20,26,236,148,68,67,26,207,176,40,223,17,57,22,49,203,213,69,213,90,120,9,155,115,65,204,113,117,51,220,138,13,206,185,7,137,132,231,152,93,55,216,252,1,165,73,227,213,203,191,94,90,254,126,35,24,31,102,183,79,51,17,177,252,191,125,143,88,124,37,23,157,226,234,34,144,217,103,151,93,134,44,94,148,85,173,206,133,26,16,254,63,87,55,201,165,74,60,111,131,76,225,234,98,17,16,128,237,88,224,160,114,95,97,216,114,144,7,42,211,171,47,86,142,12,65,203,108,92,187,244,8,231,114,131,203,134,229,108,78,135,143,147,10,175,122,214,66,21,32,220,24,158,209,113,237,174,112,107,128,77,9,196,42,249,136,41,209,119,223,246,165,94,15,217,210,194,127,56,155,190,200,191,163,221,186,130,24,92,52,57,4,50,207,160,182,50,239,157,40,63,239,183,178,85,222,102,39,167,59,125,113,179,127,22,87,14,160,96,174,178,2,241,209,203,11,109,154,189,184,20,42,153,118,53,163,16,147,244,193,79,129,239,87,180,121,40,148,118,118,204,177,15,113,49,241,78,237,110,124,221,145,18,52,31,127,9,249,51,224,199,208,46,13,19,171,39,87,127,161,24,124,215,216,128,161,69,106,16,200,244,236,143,130,17,28,48,9,76,236,18,71,21,89,119,109,148,80,52,145,229,138,54,79,116,127,113,81,118,1,253,89,131,237,196,80,239,26,59,45,34,201,125,246,156,125,188,180,31,98,159,200,101,91,224,216,146,209,178,142,203,151,91,4,150,75,93,1,197,130,100,221,101,65,11,147,117,108,30,202,159,157,196,221,232,4,242,115,17,225,245,156,74,63,41,205,93,204,241,250,15,95,135,117,242,255,75,255,110,255,254,6,2,175,250,67,78,106,255,7,145,80,52,163,8,36,223,27,35,19,171,181,5,41,183,104,55,179,226,93,218,160,154,168,245,44,82,109,91,59,185,164,5,207,123,53,126,90,140,118,39,87,93,1,237,105,201,97,132,93,223,17,93,22,222,43,218,60,154,220,68,111,61,77,160,33,69,117,211,64,166,89,87,123,43,199,90,101,221,238,221,5,75,61,61,139,139,191,152,193,63,217,157,119,123,229,5,227,119,149,87,59,45,188,159,46,119,213,71,37,231,194,90,92,157,89,89,85,13,89,142,131,210,124,81,88,145,89,225,162,174,149,217,183,71,160,178,247,246,33,158,232,224,179,206,179,227,221,250,68,136,75,84,33,48,5,129,202,222,41,48,62,68,200,169,251,236,15,193,180,220,44,4,10,129,66,224,179,8,60,171,103,255,44,214,165,189,16,40,4,10,129,115,16,216,123,158,253,246,123,127,221,59,96,231,196,9,215,114,197,136,28,106,51,18,65,132,6,12,129,186,91,46,185,130,237,20,139,64,140,73,112,111,63,96,68,222,8,22,220,11,29,58,222,14,194,85,100,7,33,80,61,123,4,44,13,18,250,168,177,116,80,60,74,236,92,4,144,8,34,52,155,85,72,2,216,130,203,249,19,248,101,37,243,225,133,128,139,37,15,237,191,187,111,4,235,98,238,214,244,122,77,88,23,183,15,18,212,62,251,7,193,47,213,167,34,48,84,1,19,150,69,205,242,218,111,4,75,56,187,177,84,11,159,195,237,28,174,100,207,190,37,49,125,200,74,250,98,175,168,95,217,37,166,87,92,214,103,217,206,236,225,202,161,9,214,2,133,6,59,37,241,145,198,51,44,18,49,203,229,202,177,136,89,237,93,84,65,93,171,217,156,11,98,142,171,155,225,86,108,112,206,61,72,36,60,199,120,160,201,113,164,6,8,40,237,87,194,215,175,31,242,133,95,246,53,97,202,223,238,123,196,114,176,23,215,44,4,50,251,236,178,55,145,197,203,62,122,46,173,116,31,183,97,81,238,242,147,183,65,212,195,80,57,174,61,144,129,237,24,123,161,158,174,218,84,187,207,13,112,137,111,57,104,229,88,223,187,52,238,124,169,184,84,76,233,215,165,108,78,135,143,83,20,175,122,22,13,21,32,220,24,158,29,113,237,174,112,107,128,202,4,208,36,247,41,36,197,43,31,71,106,53,230,221,247,136,129,246,20,217,65,8,76,123,111,12,39,174,204,96,85,16,109,118,42,46,55,251,103,113,165,17,12,202,186,30,18,226,109,104,177,58,222,184,167,217,139,75,188,238,140,126,86,69,124,221,197,153,126,13,126,10,140,193,43,206,58,54,15,133,210,206,124,57,246,33,46,27,47,60,139,90,138,100,164,108,212,64,249,39,108,161,156,160,34,23,139,71,113,101,122,246,71,1,4,14,152,4,38,52,56,165,124,53,92,221,181,81,66,209,68,150,43,218,60,209,253,197,69,217,5,244,226,6,151,121,199,33,144,220,103,207,25,228,110,185,116,69,77,228,146,155,146,93,189,170,236,130,244,8,25,73,230,70,219,90,165,174,128,102,131,100,221,101,65,203,133,117,108,6,65,158,66,214,141,78,160,37,23,17,94,27,169,174,66,74,179,146,105,241,71,83,47,190,14,99,227,39,30,116,153,40,106,74,4,159,41,228,247,79,97,200,61,98,251,93,149,57,153,88,118,183,132,160,84,155,206,118,239,18,105,135,103,113,169,98,10,6,91,141,159,214,128,145,37,143,125,231,194,109,161,227,206,87,210,184,22,146,100,70,216,69,76,105,183,136,185,206,94,209,102,48,106,173,169,43,168,119,93,52,100,88,187,105,160,66,175,162,28,207,172,173,189,35,208,66,149,108,90,87,251,141,96,242,221,94,204,101,223,180,62,116,37,23,175,226,154,130,64,242,93,143,83,116,159,47,4,153,75,206,183,170,52,22,2,8,2,149,189,8,74,69,67,8,60,235,60,123,98,149,90,137,82,8,44,130,64,101,239,34,129,184,132,25,167,238,179,95,2,145,50,178,16,40,4,10,129,171,35,240,172,158,253,234,209,42,251,11,129,66,160,16,64,16,216,123,158,253,246,123,127,246,206,21,2,235,7,105,174,24,145,67,109,70,34,136,208,128,49,85,119,176,37,87,124,11,55,56,243,106,85,7,247,246,3,48,213,169,149,61,7,207,213,159,88,2,193,41,178,211,16,168,158,61,130,154,6,9,125,114,39,216,78,11,100,41,114,17,64,34,136,208,108,194,145,4,176,5,87,30,70,108,197,200,74,230,115,101,65,88,89,50,190,255,78,175,3,219,62,252,37,157,54,200,172,80,199,31,211,240,238,103,172,125,246,253,24,150,132,107,32,128,87,192,156,63,81,179,124,199,55,130,229,80,42,174,115,16,72,62,131,170,186,12,217,98,216,199,20,249,87,117,86,215,114,185,171,206,41,92,57,52,193,90,208,61,107,172,142,165,147,49,93,46,75,227,34,230,238,36,176,198,110,159,40,225,37,98,121,220,94,61,172,240,89,155,115,65,204,113,41,79,233,159,49,170,193,57,247,32,145,134,114,76,77,30,202,30,164,211,119,134,216,215,251,26,181,225,188,205,194,47,106,71,222,234,206,140,175,252,17,114,220,191,139,205,52,150,43,23,172,226,114,16,160,53,29,143,231,238,119,38,80,140,36,65,177,203,43,246,39,174,35,242,39,105,162,43,48,199,37,151,174,137,239,236,157,229,149,63,73,24,17,96,187,136,177,58,150,220,197,217,226,115,15,155,19,81,83,69,179,37,1,137,160,74,251,192,24,149,42,156,207,177,253,214,6,53,118,236,184,83,153,224,14,61,87,233,255,254,253,189,108,191,211,21,251,255,183,61,13,94,169,136,101,74,225,44,83,202,105,89,146,139,117,113,73,4,146,61,187,157,34,120,20,201,225,164,90,140,237,39,123,133,43,145,44,94,170,190,79,225,74,79,236,193,42,91,201,84,165,36,208,72,80,200,193,249,234,95,204,251,191,236,21,23,103,137,97,11,198,150,49,87,180,121,40,148,236,32,30,71,149,126,67,234,90,41,145,211,222,178,196,70,45,45,127,214,110,56,34,199,222,194,229,166,30,217,184,223,19,136,167,241,238,61,27,115,123,188,210,3,166,139,12,13,78,41,95,13,87,249,147,45,241,93,249,71,16,92,209,230,35,112,88,83,38,39,201,80,210,78,41,169,242,111,236,5,37,222,234,226,173,155,41,102,172,25,151,143,88,117,234,217,152,228,62,224,247,221,167,209,210,230,234,202,9,193,3,131,203,151,219,184,221,86,29,20,11,146,41,119,112,174,117,108,198,35,178,159,178,27,157,64,5,142,173,93,164,170,89,95,45,233,220,197,156,220,192,73,56,30,84,100,250,59,27,238,159,72,213,233,244,229,104,182,146,233,138,124,89,60,210,242,39,156,122,44,75,166,103,71,234,44,111,188,112,251,192,95,236,158,76,60,54,120,3,17,239,68,92,93,52,24,112,33,100,149,28,66,238,198,133,68,67,154,74,236,146,69,125,151,133,146,40,91,87,2,192,45,23,146,202,87,180,25,241,203,210,32,248,128,104,200,13,52,215,24,217,50,83,64,17,237,150,139,147,65,38,140,202,94,68,50,130,152,252,3,26,178,107,86,29,180,109,168,185,52,243,49,74,121,235,245,157,252,127,126,239,199,190,156,250,249,39,125,119,175,32,54,23,13,130,64,242,93,143,136,232,5,105,70,203,250,130,46,148,73,143,69,224,83,217,139,180,234,143,13,202,178,142,63,235,60,59,126,183,112,217,128,149,97,143,69,160,178,247,177,161,79,56,254,172,158,61,1,80,177,20,2,133,64,33,112,57,4,158,213,179,95,46,60,101,112,33,80,8,20,2,9,4,246,158,141,201,221,253,79,24,250,41,150,205,65,250,124,202,128,81,189,23,50,149,93,59,212,102,36,130,8,13,24,8,233,11,139,237,166,208,232,9,156,64,114,0,166,60,127,130,156,69,65,104,64,88,138,236,100,4,170,103,143,0,167,123,86,234,144,195,201,17,42,117,123,16,64,34,136,208,108,54,32,211,143,162,225,228,137,183,200,221,178,222,61,129,6,10,71,208,171,10,142,160,116,45,154,189,61,251,181,188,45,107,159,140,192,209,119,32,131,179,43,67,63,49,177,42,238,137,169,5,12,119,61,37,4,2,117,33,178,204,121,118,219,191,80,46,82,230,209,248,145,169,204,191,242,208,146,87,36,151,5,174,37,103,148,43,23,18,176,22,240,144,147,14,146,70,70,131,190,43,119,36,141,68,53,144,99,79,85,91,237,44,42,176,255,138,54,231,130,152,227,82,248,208,63,227,172,107,161,29,148,117,206,144,174,145,108,128,61,228,110,135,85,87,154,36,176,111,90,111,61,88,244,178,246,207,155,85,62,100,68,151,236,149,33,51,138,120,50,2,148,22,221,255,51,129,252,34,185,72,136,146,35,175,216,159,184,174,41,57,236,161,43,48,199,37,151,174,137,239,236,157,229,149,63,73,36,173,241,22,231,46,98,172,78,150,128,152,203,226,115,15,155,19,81,83,165,182,37,1,137,160,74,251,192,24,149,42,42,153,113,27,212,216,177,227,78,141,56,119,232,57,161,255,247,123,144,126,255,255,55,187,196,63,91,239,8,123,219,99,216,229,187,195,36,77,46,94,197,53,11,129,100,207,110,167,23,30,69,114,56,169,110,101,251,201,94,225,74,212,234,95,102,113,165,167,196,184,231,146,98,85,41,9,52,146,83,114,112,190,186,158,122,35,88,58,72,109,70,14,10,30,199,92,76,93,19,118,106,111,89,98,51,45,231,29,136,119,119,35,158,159,47,221,255,55,61,64,147,138,44,70,96,218,187,30,239,10,244,113,3,134,6,167,148,175,134,171,187,117,243,89,156,175,104,243,103,17,59,83,59,119,6,211,147,22,217,136,175,119,123,157,25,235,174,174,83,207,198,200,237,248,174,101,76,48,145,11,185,7,37,13,27,29,33,184,124,185,141,219,109,213,65,177,32,153,66,30,231,90,199,102,60,121,246,83,118,163,19,168,192,177,85,189,121,176,171,78,148,86,242,239,214,202,223,111,43,82,230,81,115,141,84,106,215,175,86,243,94,239,246,218,159,105,115,37,36,159,65,149,137,101,119,75,56,249,228,79,170,3,109,113,217,186,163,214,179,72,181,181,186,228,96,192,247,76,212,248,105,49,202,146,167,6,158,109,114,217,182,46,23,219,204,88,185,190,43,57,174,239,54,105,186,218,65,12,91,114,142,176,57,151,250,214,194,4,26,50,172,221,52,32,98,14,189,252,103,160,90,145,169,88,119,227,165,58,161,104,190,249,187,178,7,247,66,95,94,252,249,158,72,190,222,242,234,14,106,46,9,207,231,122,85,118,170,32,106,40,182,174,156,111,226,68,141,200,172,48,81,93,137,42,4,38,34,80,217,59,17,204,219,139,122,214,121,118,188,91,191,125,224,203,193,203,33,80,217,123,185,144,125,208,224,83,247,217,63,232,103,169,46,4,10,129,66,224,57,8,60,171,103,127,78,92,203,211,66,160,16,120,50,2,213,179,247,163,159,59,225,208,151,123,12,197,181,172,37,12,102,217,188,201,145,31,6,184,43,159,185,246,199,196,213,133,24,32,85,131,246,40,177,32,151,82,132,163,20,128,211,117,112,63,176,37,97,8,129,234,217,59,112,85,202,14,229,211,199,137,229,35,124,60,109,240,115,97,174,121,116,103,146,62,65,184,145,76,64,104,172,13,182,64,131,246,72,131,65,47,102,5,40,231,105,11,255,214,100,51,203,218,7,202,169,158,61,10,122,157,70,184,250,144,224,8,198,85,123,138,155,173,108,137,139,96,156,99,242,174,169,148,51,203,47,134,229,131,169,94,119,134,167,164,159,18,50,231,25,84,74,11,202,188,224,4,247,17,14,28,42,19,204,57,30,114,242,232,61,25,38,15,53,243,185,82,238,37,37,205,246,29,145,163,112,118,185,248,98,96,63,162,139,236,151,99,190,203,101,237,177,185,145,182,25,140,181,204,67,144,37,232,163,101,4,99,201,46,218,210,125,215,152,161,28,11,234,47,40,7,1,68,69,89,37,128,156,12,56,195,101,74,7,163,160,149,189,138,229,126,149,4,129,125,46,77,230,189,49,170,7,81,165,28,236,92,108,15,117,232,149,185,168,73,105,110,222,203,76,165,239,92,34,121,168,43,26,43,71,14,27,254,85,125,113,185,44,177,114,255,138,54,131,17,236,250,142,200,177,248,168,25,14,17,178,135,198,206,160,184,1,163,221,183,149,108,179,87,249,226,26,147,203,76,53,234,113,55,247,192,251,4,222,76,207,238,118,7,124,81,254,42,147,204,114,157,121,229,156,88,226,125,147,108,94,108,143,195,214,170,73,84,214,250,0,61,220,12,213,115,197,40,173,99,115,203,206,33,199,193,148,216,35,115,180,200,178,73,110,109,69,44,73,104,116,91,13,16,28,73,134,152,231,86,137,132,174,98,233,34,144,233,217,187,66,139,0,65,64,173,117,108,145,117,183,65,16,201,199,209,92,209,230,227,208,64,36,243,220,156,168,185,136,124,73,51,69,197,130,89,71,62,218,46,103,20,159,71,209,63,235,108,204,209,201,129,203,151,203,109,203,165,174,128,98,65,50,149,223,56,215,58,54,183,134,168,187,196,161,139,233,170,215,141,78,80,47,182,137,144,62,67,107,35,196,59,94,63,37,118,159,164,71,204,174,118,69,220,74,234,166,10,158,63,163,133,149,36,147,97,233,240,141,42,189,13,253,81,61,59,239,151,173,19,146,196,8,151,13,87,107,112,202,33,193,99,88,22,65,206,21,185,92,69,184,228,238,71,107,252,88,57,72,106,34,218,73,206,58,54,231,252,226,210,16,236,21,128,104,200,112,184,198,32,217,98,25,45,151,27,83,155,189,60,196,88,166,76,146,150,191,221,81,96,179,206,205,195,46,26,96,102,182,252,146,185,23,196,14,201,138,103,210,12,188,8,108,157,26,157,14,213,13,92,72,251,94,140,87,71,96,86,246,206,146,115,14,158,210,218,107,89,126,14,62,205,21,158,220,57,37,224,226,255,127,214,220,210,94,8,20,2,79,67,192,93,1,63,13,132,81,127,51,103,99,70,117,20,125,33,80,8,20,2,105,4,106,55,38,1,93,61,131,154,0,173,88,10,129,66,160,16,88,26,129,189,103,99,142,187,51,190,8,108,116,95,254,66,110,94,200,84,247,214,223,206,184,187,241,234,98,50,49,202,174,46,196,0,233,56,104,143,18,11,114,237,68,184,216,47,129,192,81,103,99,46,225,124,215,200,186,123,211,133,104,41,2,55,94,72,85,229,245,126,112,143,14,185,125,215,213,229,194,101,11,52,110,15,91,85,185,186,84,42,126,220,152,189,61,251,199,29,40,3,10,129,0,1,164,28,207,2,176,165,43,46,247,177,133,114,139,89,202,97,46,123,14,125,150,59,37,231,210,8,36,123,118,183,203,160,139,242,176,13,65,67,89,120,197,158,2,188,117,195,104,200,86,139,124,103,52,232,187,2,65,210,16,80,241,21,70,146,37,187,92,124,49,176,31,209,181,154,205,221,145,102,253,5,35,104,37,43,124,232,159,50,195,45,139,171,75,134,204,181,31,180,144,13,104,209,131,114,148,13,219,159,174,150,127,180,122,251,206,127,204,250,21,253,63,223,227,247,155,134,174,7,127,225,186,27,157,34,56,19,129,254,49,71,187,220,179,53,218,214,244,214,186,88,86,55,53,61,216,238,99,226,149,157,152,130,139,244,214,28,38,175,199,52,100,167,85,103,107,122,32,71,206,40,65,185,145,186,220,152,186,71,96,99,46,137,243,92,155,135,34,168,0,140,251,226,150,239,42,22,177,16,54,207,85,221,229,117,167,124,57,127,171,172,8,250,164,174,46,183,184,115,137,111,213,122,89,229,255,138,178,152,27,134,98,84,196,135,34,144,236,217,131,134,69,173,31,229,63,85,211,138,116,88,179,104,246,128,136,15,21,188,111,226,73,107,251,98,59,125,89,38,148,229,76,28,32,131,155,161,106,71,140,210,58,54,199,118,226,241,66,178,98,8,76,93,52,191,87,171,136,150,86,148,165,47,136,168,132,239,212,143,115,51,238,90,203,191,218,158,61,225,93,177,156,128,64,157,103,239,128,156,24,42,96,216,120,163,166,85,172,91,125,28,40,255,8,178,245,109,62,46,94,57,60,121,97,122,130,97,39,168,120,175,99,254,222,195,201,33,83,92,135,34,112,234,121,118,185,60,63,212,171,150,112,181,255,211,181,97,116,168,224,242,153,210,238,56,109,86,41,57,160,88,144,204,246,149,93,28,222,227,89,220,6,176,186,206,180,57,136,47,210,216,130,254,42,175,131,133,84,75,32,45,200,200,164,253,134,73,132,57,109,56,69,241,92,149,59,233,175,100,19,219,232,92,184,183,139,221,70,158,120,235,179,38,2,153,158,221,45,70,202,61,222,120,177,153,167,246,100,78,195,133,6,6,62,0,236,192,118,7,167,68,131,199,176,44,220,236,160,100,71,184,228,238,71,171,106,91,57,8,158,136,118,146,179,142,205,136,95,106,82,148,110,18,128,123,34,40,195,225,26,35,219,115,188,148,91,46,55,166,54,123,237,56,82,165,223,55,242,187,22,219,93,117,185,39,19,239,204,188,92,19,55,84,171,184,131,153,121,50,217,123,31,144,187,105,85,145,237,245,147,237,155,171,110,180,172,207,213,94,210,10,129,61,8,204,202,222,184,25,71,90,245,61,94,20,239,57,8,60,235,60,251,254,21,241,57,81,41,45,133,128,69,96,86,246,118,91,242,2,255,6,8,60,171,103,191,65,192,202,133,66,160,16,40,4,186,8,100,246,217,229,110,230,172,62,162,107,232,253,8,220,189,248,251,185,89,30,21,2,133,192,249,8,228,207,198,240,77,255,243,141,238,106,116,239,55,110,23,233,211,101,15,8,88,136,20,133,72,86,55,202,54,21,46,128,184,121,8,37,66,179,7,141,226,45,4,10,129,53,17,72,246,236,107,58,19,87,100,94,94,236,185,19,37,215,40,246,184,66,75,178,188,17,29,27,201,235,161,90,12,93,46,199,202,224,66,96,29,4,242,61,251,58,62,124,196,146,196,244,16,31,247,100,129,43,47,134,62,2,117,41,45,4,10,129,81,4,166,245,236,118,215,88,93,161,127,170,234,214,229,226,30,150,120,233,159,246,100,177,187,103,205,26,37,40,114,131,162,171,221,213,53,10,49,91,46,191,36,132,16,139,221,96,9,188,96,45,46,62,105,27,138,177,16,40,4,22,71,96,206,123,99,100,3,107,119,30,100,55,42,127,197,185,184,168,201,226,46,171,188,221,105,97,225,174,22,230,149,146,45,165,36,115,127,229,185,106,127,152,121,186,10,86,3,202,6,196,11,151,102,191,181,37,161,16,40,4,86,70,96,90,207,206,78,226,27,196,178,245,150,165,89,225,101,187,84,38,182,186,130,159,130,48,4,218,17,119,2,246,161,216,171,199,196,16,94,23,67,197,136,208,32,186,138,166,16,40,4,174,130,192,156,158,61,237,173,234,193,169,5,150,210,108,151,154,214,165,26,127,87,14,82,199,19,59,236,59,109,142,217,45,134,150,30,161,57,212,200,18,94,8,20,2,103,34,48,255,25,84,219,98,183,252,145,155,191,193,246,49,87,100,4,151,88,123,235,230,100,87,123,160,26,247,55,182,127,147,67,162,134,102,142,24,67,5,29,55,239,8,146,69,83,8,20,2,215,69,96,78,207,46,75,6,181,135,246,10,97,36,155,98,132,75,238,36,180,106,104,75,151,140,138,42,106,84,226,213,125,69,68,142,219,14,79,185,63,137,180,213,182,52,199,94,48,230,83,44,188,110,150,151,229,133,192,211,16,200,252,77,37,234,43,109,165,126,26,118,59,253,45,12,119,2,88,236,133,64,33,208,220,17,145,173,162,61,184,210,58,202,82,128,22,2,133,64,33,80,8,44,139,192,252,125,246,101,93,45,195,10,129,66,160,16,120,8,2,245,12,234,67,2,93,110,22,2,133,192,131,16,200,244,236,185,211,32,57,46,25,10,68,2,66,179,90,120,207,177,153,207,222,76,113,255,28,155,167,152,90,66,10,129,7,34,80,61,251,229,131,142,20,89,186,95,82,167,30,47,31,236,114,160,16,192,16,200,244,236,152,100,148,10,41,76,168,172,30,221,153,186,122,182,124,230,119,228,81,172,207,88,86,90,11,129,66,96,30,2,201,243,236,246,196,30,114,101,51,155,200,184,190,32,207,230,4,143,17,41,57,238,214,77,78,151,149,204,135,136,200,126,126,158,136,61,146,79,24,41,52,248,136,145,245,61,8,101,204,37,237,81,168,34,233,225,90,72,140,234,64,212,144,205,136,234,162,41,4,10,129,163,17,72,190,55,70,22,62,126,52,201,214,5,121,133,75,134,252,34,75,164,235,170,45,151,234,138,146,96,167,10,166,31,213,101,37,179,167,178,246,201,66,47,117,197,190,187,211,128,69,64,206,31,174,61,93,167,120,54,149,213,223,98,24,131,175,252,101,153,71,103,103,201,47,4,10,129,28,2,201,158,221,173,65,242,34,111,233,210,246,46,253,228,110,5,140,238,15,184,146,149,61,45,26,92,23,78,217,170,137,214,164,68,132,118,154,193,176,203,82,142,155,49,69,59,174,174,40,11,129,66,96,22,2,201,158,93,169,239,110,68,204,50,87,206,16,113,181,226,205,138,243,203,19,216,143,207,197,164,164,21,2,133,64,33,192,8,76,62,27,195,187,183,114,27,55,190,111,25,255,26,44,14,184,49,199,105,112,93,56,101,144,76,83,132,224,201,58,69,93,66,136,101,65,174,224,126,21,101,33,80,8,140,34,144,236,217,213,253,55,185,251,193,251,185,138,38,216,181,8,186,111,91,190,229,21,185,241,45,229,91,154,237,87,187,5,223,218,195,217,174,91,201,178,247,183,235,0,245,171,5,33,208,133,199,204,245,75,130,15,138,10,48,12,230,75,247,39,247,198,6,161,205,152,116,145,7,205,46,178,66,160,16,0,17,120,15,63,121,139,44,254,14,202,197,201,114,91,192,184,124,73,121,166,174,156,133,87,228,178,168,34,87,174,232,105,217,92,8,92,5,129,228,187,30,175,226,94,217,89,8,20,2,133,192,3,17,152,118,54,230,129,216,93,215,101,187,15,126,254,125,230,235,162,87,150,23,2,235,35,48,103,159,125,125,63,23,180,16,185,15,177,160,217,101,82,33,80,8,172,143,64,190,103,95,185,203,115,247,211,167,84,82,213,237,242,217,74,138,116,128,9,155,196,95,20,47,73,168,59,1,235,143,153,178,176,16,88,31,129,100,207,190,190,99,202,66,117,84,35,61,45,73,70,247,88,136,43,89,222,148,14,160,99,129,241,36,129,128,175,102,136,154,48,16,208,138,166,16,184,13,2,147,207,179,223,6,151,174,35,137,90,73,167,6,91,147,138,236,229,211,19,15,155,189,95,66,23,129,34,40,4,10,129,101,17,152,214,179,219,189,14,117,69,30,241,86,39,157,101,139,138,200,177,39,184,221,157,22,214,40,209,151,219,41,57,93,137,88,178,191,251,11,174,69,85,130,41,119,120,236,113,242,253,75,129,132,239,197,82,8,20,2,231,35,144,223,103,87,229,82,213,23,119,247,131,155,86,187,59,209,186,162,138,62,87,46,249,197,213,101,247,181,55,81,172,133,191,147,23,129,246,64,14,241,6,143,246,12,133,147,229,32,125,61,219,172,32,117,77,138,215,10,67,70,22,113,33,80,8,92,2,129,105,61,59,123,139,183,165,178,245,182,93,60,11,84,55,45,101,173,183,186,114,221,113,160,29,113,39,96,31,74,2,183,76,43,9,46,26,137,173,161,33,195,138,184,16,40,4,174,133,192,156,158,61,237,179,234,193,101,213,150,221,52,127,79,43,146,243,68,80,172,145,58,254,217,50,138,88,184,31,165,146,80,8,20,2,151,70,96,254,223,84,178,77,101,11,32,185,101,108,185,212,21,80,108,76,182,149,69,183,50,118,181,7,49,6,13,235,102,201,38,135,68,129,51,7,235,149,91,76,136,150,46,77,17,20,2,133,192,213,17,152,211,179,203,189,102,42,157,246,10,33,37,11,43,194,37,119,108,90,53,180,165,75,198,70,237,134,83,137,87,119,35,17,57,54,222,57,46,87,78,183,172,91,93,60,13,240,78,14,9,81,162,36,140,87,79,217,178,191,16,40,4,186,8,36,223,27,163,106,98,87,77,17,88,4,62,136,97,112,235,162,34,85,8,20,2,55,64,32,217,179,215,110,239,254,216,23,134,251,49,44,9,133,64,33,224,34,48,255,108,76,1,189,62,2,53,169,172,31,163,178,176,16,216,131,64,243,145,72,119,247,160,42,194,30,172,139,183,16,40,4,10,129,115,16,248,63,240,197,119,36,113,207,32,242,0,0,0,0,73,69,78,68,174,66,96,130: InvalidStateError: The source image could not be decoded.
2021-10-14 16:02:53,095 Shutting down in response to client request
2021-10-14 16:02:53,095 Disconnecting client /run/user/1000/xpra/cen79-1:
2021-10-14 16:02:53,095  server shutdown
2021-10-14 16:02:53,096 xpra client 1 disconnected.
2021-10-14 16:02:53,605 killing xvfb with pid 2143
2021-10-14 16:02:53,606 removing socket '/run/user/1000/xpra/cen79-1'
2021-10-14 16:02:53,606 removing socket '/home/walakee/.xpra/cen79-1'
2021-10-14 16:02:53,623 Error releasing the dbus notification forwarder:
2021-10-14 16:02:53,623  org.freedesktop.DBus.Error.Disconnected
2021-10-14 16:02:53,623  Connection was disconnected before a reply was received
(II) Server terminated successfully (0). Closing log file.

I'm sure you are correct that it is an HTML5 client issue, but probably a more generic one than just webp decoding.

Thanks again, Walakee

totaam commented 2 years ago

Can you please specify the exact version of the xpra-html5 client you have installed?

rpm -q xpra-html5

As per the previous comment, please try other versions, in particular: xpra-html5-4.5.1-1.r1046 and xpra-html5-3.1.1-10.30120xpra1.

walakee commented 2 years ago

Hi,

Thanks again for the guidance. :) Please below find the HTML5 Client versions on my test environments...

1.) CentOS v7.9 with Xpra from https://xpra.org/dists/CentOS/7.9.2009/x86_64/ - Where I do have the error with all browsers (Chrome / Safari / Firefox / Opera)

[root@cen79 xpra]# rpm -q xpra-html5
xpra-html5-4.5-1.r1036.el7.noarch
[root@cen79 xpra]# 

2.) CentOS v7.9 with Xpra from https://xpra.org/dists/CentOS/7.7.1908/x86_64/ - Where I do have the error w/Chrome only

[root@cen79 ~]# rpm -q xpra-html5
xpra-html5-3.0.9-10.r26132xpra3.el7_7.noarch
[root@cen79 ~]# 

3.) CentOS v7.7 with Xpra from https://xpra.org/dists/CentOS/7.7.1908/x86_64/ - Where I don't have the error with any browser (Chrome / Safari / Firefox / Opera)

[root@cen77 ~]# rpm -q xpra-html5
xpra-html5-3.0.9-10.r26132xpra3.el7_7.noarch
[root@cen77 ~]# 

It is interesting that in case 2.) the HTML5 client which seems to be installed is 3.0.9, but in the session log I get 4.5-r1031...

[root@cen79 xpra]# cat /run/user/1000/xpra/:1.log | grep HTML5
2021-10-14 18:36:48,844 HTML5 Microsoft Windows Chrome client version 4.5-r1031
[root@cen79 xpra]# rpm -q xpra-html5
xpra-html5-3.0.9-10.r26132xpra3.el7_7.noarch
[root@cen79 xpra]# 

Thanks, Walakee

totaam commented 2 years ago

You should have 4.5.1 installed, not 4.5 - not sure why that is.

You may want to try the beta 4.5.2 builds I have just uploaded: https://xpra.org/beta/CentOS/7/x86_64/ Maybe these will work better.

walakee commented 2 years ago

Yeah, it is really puzzling why I get a different HTML5 client version on the same host / same Xpra deployment, depending on the browser. Just to summarize...

CentOS v7.9 with Xpra from https://xpra.org/dists/CentOS/7.7.1908/x86_64/

[root@cen79 ~]# rpm -q xpra-html5
xpra-html5-3.0.9-10.r26132xpra3.el7_7.noarch
[root@cen79 ~]# 

CentOS v7.9 with Xpra from https://xpra.org/dists/CentOS/7.7.1908/x86_64/ - Safari Version 14.1.2 (15611.3.10.1.5, 15611) / Mac (OK)

2021-10-14 10:37:58,226 HTML5 Mac OSX Safari client version 3.0.9
2021-10-14 10:37:58,226  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.0.9 on 'cen79'

CentOS v7.9 with Xpra from https://xpra.org/dists/CentOS/7.7.1908/x86_64/ - Fiorefox 93.0 (64-bit) / Mac (OK)

2021-10-14 10:41:04,613 HTML5 Mac OSX Firefox client version 3.0.9
2021-10-14 10:41:04,613  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.0.9 on 'cen79'

CentOS v7.9 with Xpra from https://xpra.org/dists/CentOS/7.7.1908/x86_64/ - Chrome Version 94.0.4606.81 (Official Build) (64-bit) / Windows (ERR)

2021-10-14 09:33:53,189 HTML5 Microsoft Windows Chrome client version 4.5-r1031
2021-10-14 09:33:53,190  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.0.9 on 'cen79'

It seems as of the HTML5 client version would be browser dependent.

And when using CentOS v7.9 with Xpra from https://xpra.org/dists/CentOS/7.9.2009/x86_64/

[root@cen79 xpra]# rpm -q xpra-html5
xpra-html5-4.5-1.r1036.el7.noarch
[root@cen79 xpra]# 

...that's when the HMTL5 client changes to 4.5 for all browsers, and all has the client decording error...

CentOS v7.9 with Xpra from https://xpra.org/dists/CentOS/7.9.2009/x86_64/ - Safari Version 14.1.2 (15611.3.10.1.5, 15611) / Mac (ERR)

2021-10-15 08:24:52,838 HTML5 Mac OSX Safari client version 4.5-r1031
2021-10-15 08:24:52,838   as 'walakee'
2021-10-15 08:24:52,838  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.1 on 'cen79'
2021-10-15 08:24:53,043 setting keyboard layout to 'us'
2021-10-15 08:24:53,096  client root window size is 1397x814 with 1 display:
2021-10-15 08:24:53,108   HTML (370x215 mm - DPI: 95x96)
2021-10-15 08:24:53,109     Canvas
2021-10-15 08:24:53,167 server virtual display now set to 1368x768 (best match for 1397x814)
2021-10-15 08:24:54,032 New unix-domain connection received
2021-10-15 08:24:54,033  on '/run/user/1000/xpra/cen79-1'
2021-10-15 08:24:54,033 client   1 received xdg start menu data
2021-10-15 08:24:54,033 client   1 startup complete
2021-10-15 08:24:54,033 client   1 connection-established
2021-10-15 08:24:54,044 DPI set to 96 x 96
2021-10-15 08:24:54,111 Warning: client decoding error:
2021-10-15 08:24:54,112  error processing jpeg packet 1: ReferenceError: Can't find variable: createImageBitmap
2021-10-15 08:24:54,478 Warning: client decoding error:
2021-10-15 08:24:54,478  error processing png packet 2: ReferenceError: Can't find variable: createImageBitmap
2021-10-15 08:24:54,943 Warning: client decoding error:

CentOS v7.9 with Xpra from https://xpra.org/dists/CentOS/7.9.2009/x86_64/ - Fiorefox 93.0 (64-bit) / Mac (ERR)

2021-10-15 08:28:13,057 HTML5 Mac OSX Firefox client version 4.5-r1031
2021-10-15 08:28:13,057   as 'walakee'
2021-10-15 08:28:13,057  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.1 on 'cen79'
2021-10-15 08:28:13,204 setting keyboard layout to 'us'
2021-10-15 08:28:13,267  client root window size is 1403x792 with 1 display:
2021-10-15 08:28:13,270   HTML (371x210 mm - DPI: 96x95)
2021-10-15 08:28:13,270     Canvas
2021-10-15 08:28:13,306 server virtual display now set to 1368x768 (best match for 1403x792)
2021-10-15 08:28:13,793 New unix-domain connection received
2021-10-15 08:28:13,793  on '/run/user/1000/xpra/cen79-1'
2021-10-15 08:28:13,798 DPI set to 96 x 96
2021-10-15 08:28:13,969 client   1 received xdg start menu data
2021-10-15 08:28:13,998 client   1 startup complete
2021-10-15 08:28:13,999 client   1 connection-established
2021-10-15 08:28:14,163 Warning: client decoding error:
2021-10-15 08:28:14,163  failed to create image bitmap from jpeg [object Blob], data=255,216,255,224,0,16,74,70,73,70,0,1,1,0,0,1,0,1,0,0,255,219,0,67,0,11,8,8,10,8,7,11,10,9,10,13,12,11,13,17,28,18,17,15,15,17,34,25,26,20,28,41,36,43,42,40,36,39,39,45,50,64,55,45,48,61,48,39,39,56,76,57,61,67,69,72,73,72,43,54,79,85,78,70,84,64,71,72,69,255,219,0,67,1,12,13,13,17,15,17,33,18,18,33,69,46,39,46,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,255,192,0,17,8,1,60,1,243,3,1,33,0,2,17,1,3,17,1,255,196,0,31,0,0,1,5,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,8,9,10,11,255,196,0,181,16,0,2,1,3,3,2,4,3,5,5,4,4,0,0,1,125,1,2,3,0,4,17,5,18,33,49,65,6,19,81,97,7,34,113,20,50,129,145,161,8,35,66,177,193,21,82,209,240,36,51,98,114,130,9,10,22,23,24,25,26,37,38,39,40,41,42,52,53,54,55,56,57,58,67,68,69,70,71,72,73,74,83,84,85,86,87,88,89,90,99,100,101,102,103,104,105,106,115,116,117,118,119,120,121,122,131,132,133,134,135,136,137,138,146,147,148,149,150,151,152,153,154,162,163,164,165,166,167,168,169,170,178,179,180,181,182,183,184,185,186,194,195,196,197,198,199,200,201,202,210,211,212,213,214,215,216,217,218,225,226,227,228,229,230,231,232,233,234,241,242,243,244,245,246,247,248,249,250,255,196,0,31,1,0,3,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,2,3,4,5,6,7,8,9,10,11,255,196,0,181,17,0,2,1,2,4,4,3,4,7,5,4,4,0,1,2,119,0,1,2,3,17,4,5,33,49,6,18,65,81,7,97,113,19,34,50,129,8,20,66,145,161,177,193,9,35,51,82,240,21,98,114,209,10,22,36,52,225,37,241,23,24,25,26,38,39,40,41,42,53,54,55,56,57,58,67,68,69,70,71,72,73,74,83,84,85,86,87,88,89,90,99,100,101,102,103,104,105,106,115,116,117,118,119,120,121,122,130,131,132,133,134,135,136,137,138,146,147,148,149,150,151,152,153,154,162,163,164,165,166,167,168,169,170,178,179,180,181,182,183,184,185,186,194,195,196,197,198,199,200,201,202,210,211,212,213,214,215,216,217,218,226,227,228,229,230,231,232,233,234,242,243,244,245,246,247,248,249,250,255,218,0,12,3,1,0,2,17,3,17,0,63,0,215,212,245,61,70,61,98,237,18,242,233,118,220,48,85,87,97,143,153,112,0,219,255,0,92,240,54,156,229,120,125,224,93,195,107,125,113,114,99,73,238,165,153,5,197,161,69,121,75,15,248,250,183,228,101,206,126,82,188,252,252,16,115,243,9,110,0,59,125,62,238,242,239,88,213,18,71,128,89,218,76,176,36,107,19,121,132,152,163,147,113,125,216,199,206,70,54,250,115,83,38,185,165,73,99,37,244,122,157,155,89,196,219,94,225,103,67,26,30,56,45,156,3,200,252,197,0,60,106,218,113,120,208,95,218,151,150,53,150,53,243,151,46,140,193,85,135,60,130,196,0,123,146,5,61,53,27,57,47,164,177,142,238,6,188,137,119,61,186,200,166,68,28,114,87,57,3,145,249,138,0,133,53,205,42,75,25,47,163,212,236,218,206,38,218,247,11,58,24,208,241,193,108,224,30,71,230,41,231,86,211,151,201,205,253,168,243,246,121,89,153,127,121,191,59,54,243,206,237,173,140,117,193,199,74,0,173,169,235,246,122,125,182,164,99,158,9,239,44,45,158,229,237,22,101,18,97,87,119,35,146,1,227,156,119,20,94,107,81,168,138,61,56,193,121,115,45,203,90,42,121,225,81,36,84,103,101,118,1,138,144,168,120,193,57,32,96,103,32,1,154,127,137,52,235,219,43,57,229,187,181,129,238,228,120,162,67,58,145,51,163,148,111,44,241,188,110,28,16,57,4,112,51,138,184,218,182,156,151,19,219,189,253,170,207,109,25,150,104,140,202,26,36,0,18,204,51,144,48,65,201,245,20,0,201,111,164,158,23,58,55,216,239,101,138,99,20,170,247,69,22,50,58,130,85,95,12,56,249,72,29,127,60,88,252,91,112,250,113,189,254,206,139,203,130,208,95,92,226,228,255,0,168,99,38,198,139,228,249,203,44,108,219,91,102,50,160,243,156,0,116,119,119,31,100,179,158,227,202,150,111,38,54,127,42,21,220,239,129,156,40,238,79,64,42,132,87,122,149,234,220,194,150,171,97,60,74,128,77,58,153,99,50,100,238,10,1,82,203,180,41,13,145,157,248,32,21,101,0,25,112,248,189,205,166,134,163,79,150,242,247,81,183,138,89,99,182,42,130,45,241,59,140,111,96,14,76,111,129,158,2,156,156,237,13,175,226,27,169,172,124,55,170,221,219,62,201,224,180,150,88,223,0,237,101,66,65,193,224,242,40,3,206,126,23,248,207,93,241,23,137,46,109,53,107,239,180,64,150,141,42,167,147,26,97,131,160,206,85,65,232,77,122,189,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,121,118,172,159,241,56,190,77,157,110,36,27,118,245,203,30,49,183,191,153,211,105,207,153,209,252,204,94,26,123,230,64,119,231,125,197,161,251,217,221,254,151,3,103,239,28,253,253,217,249,254,254,236,252,254,109,192,7,94,250,109,205,227,248,155,78,150,222,88,32,212,247,24,175,50,140,152,107,120,226,198,221,219,178,10,177,193,0,113,214,157,62,159,170,221,79,6,161,37,174,157,21,229,172,202,233,10,76,228,74,2,74,152,105,182,2,0,243,137,3,97,193,7,159,159,229,0,200,186,240,77,229,220,55,132,220,192,146,207,12,133,84,110,42,36,147,237,153,82,113,247,71,218,151,230,198,78,195,242,140,213,251,223,13,93,223,75,127,110,126,203,5,165,212,115,143,49,89,228,195,72,172,161,150,22,24,141,198,246,203,43,252,249,108,174,88,20,0,98,120,123,80,72,103,150,53,88,102,149,163,89,33,26,165,204,141,52,105,191,10,110,24,111,140,110,125,216,85,254,18,9,33,206,215,248,123,194,141,166,205,116,218,144,181,187,243,173,218,13,216,103,44,173,60,242,48,59,242,112,194,68,200,44,217,42,114,78,1,32,5,230,129,168,220,105,122,134,150,137,96,96,151,237,114,67,115,43,49,144,60,222,97,3,110,220,38,12,164,110,12,217,0,252,163,119,202,205,115,194,114,106,19,202,214,139,2,91,139,104,237,227,183,14,98,24,9,115,27,0,66,176,64,22,224,17,242,183,43,140,14,180,0,251,93,11,81,180,18,152,237,236,36,55,214,226,11,164,184,153,164,85,62,100,174,210,96,70,4,187,140,204,74,98,48,49,128,112,120,167,121,224,219,171,136,245,8,83,202,34,95,181,201,12,210,222,78,64,121,150,64,7,147,247,19,30,105,27,134,236,128,126,80,91,229,0,212,190,240,252,147,75,123,29,176,130,43,59,155,107,75,51,8,202,129,10,73,33,149,0,3,128,99,144,168,199,127,76,3,71,137,244,41,53,232,90,216,217,233,215,17,73,11,68,179,220,169,243,109,11,112,100,79,149,183,31,186,113,148,229,62,241,207,202,1,208,84,87,83,61,189,187,203,21,180,183,46,184,196,81,21,12,220,246,220,192,123,242,104,3,144,147,194,55,218,134,147,225,155,121,228,181,183,254,206,183,141,38,204,59,167,137,188,146,140,99,144,54,1,7,105,28,112,202,27,39,104,83,208,120,154,25,46,60,43,172,67,12,109,36,178,89,76,168,136,9,102,37,24,0,0,234,104,3,203,190,17,104,122,174,153,226,171,169,181,13,50,242,214,38,178,117,15,60,14,138,78,244,56,201,29,120,63,149,123,45,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,121,118,172,159,241,56,190,77,157,110,36,27,118,245,203,30,49,183,191,153,211,105,207,153,209,252,204,94,26,123,230,64,119,231,125,197,161,251,217,221,254,151,3,103,239,28,253,253,217,249,254,254,236,252,254,109,192,7,168,209,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,30,93,171,39,252,78,47,147,103,91,137,6,221,189,114,199,140,109,239,230,116,218,115,230,116,127,51,23,134,158,249,144,29,249,223,113,104,126,246,119,127,165,192,217,251,199,63,127,118,126,127,191,187,63,63,155,112,1,234,52,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,7,151,106,201,255,0,19,139,228,217,214,226,65,183,111,92,177,227,27,123,249,157,54,156,249,157,31,204,197,225,167,190,100,7,126,119,220,90,31,189,157,223,233,112,54,126,241,207,223,221,159,159,239,238,207,207,230,220,0,122,141,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,1,229,218,178,127,196,226,249,54,117,184,144,109,219,215,44,120,198,222,254,103,77,167,62,103,71,243,49,120,105,239,153,1,223,157,247,22,135,239,103,119,250,92,13,159,188,115,247,247,103,231,251,251,179,243,249,183,0,30,163,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,121,118,172,159,241,56,190,77,157,110,36,27,118,245,203,30,49,183,191,153,211,105,207,153,209,252,204,94,26,123,230,64,119,231,125,197,161,251,217,221,254,151,3,103,239,28,253,253,217,249,254,254,236,252,254,109,192,7,168,209,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,30,93,171,39,252,78,47,147,103,91,137,6,221,189,114,199,140,109,239,230,116,218,115,230,116,127,51,23,134,158,249,144,29,249,223,113,104,126,246,119,127,165,192,217,251,199,63,127,118,126,127,191,187,63,63,155,112,1,234,52,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,7,151,106,201,255,0,19,139,228,217,214,226,65,183,111,92,177,227,27,123,249,157,54,156,249,157,31,204,197,225,167,190,100,7,126,119,220,90,31,189,157,223,233,112,54,126,241,207,223,221,159,159,239,238,207,207,230,220,0,122,141,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,1,229,218,178,127,196,226,249,54,117,184,144,109,219,215,44,120,198,222,254,103,77,167,62,103,71,243,49,120,105,239,153,1,223,157,247,22,135,239,103,119,250,92,13,159,188,115,247,247,103,231,251,251,179,243,249,183,0,30,163,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,121,118,172,159,241,56,190,77,157,110,36,27,118,245,203,30,49,183,191,153,211,105,207,153,209,252,204,94,26,123,230,64,119,231,125,197,161,251,217,221,254,151,3,103,239,28,253,253,217,249,254,254,236,252,254,109,192,7,168,209,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,30,93,171,39,252,78,47,147,103,91,137,6,221,189,114,199,140,109,239,230,116,218,115,230,116,127,51,23,134,158,249,144,29,249,223,113,104,126,246,119,127,165,192,217,251,199,63,127,118,126,127,191,187,63,63,155,112,1,234,52,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,7,151,106,201,255,0,19,139,228,217,214,226,65,183,111,92,177,227,27,123,249,157,54,156,249,157,31,204,197,225,167,190,100,7,126,119,220,90,31,189,157,223,233,112,54,126,241,207,223,221,159,159,239,238,207,207,230,220,0,122,141,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,1,229,218,178,127,196,226,249,54,117,184,144,109,219,215,44,120,198,222,254,103,77,167,62,103,71,243,49,120,105,239,153,1,223,157,247,22,135,239,103,119,250,92,13,159,188,115,247,247,103,231,251,251,179,243,249,183,0,30,163,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,121,118,172,159,241,56,190,77,157,110,36,27,118,245,203,30,49,183,191,153,211,105,207,153,209,252,204,94,26,123,230,64,119,231,125,197,161,251,217,221,254,151,3,103,239,28,253,253,217,249,254,254,236,252,254,109,192,7,168,209,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,30,93,171,39,252,78,47,147,103,91,137,6,221,189,114,199,140,109,239,230,116,218,115,230,116,127,51,23,134,158,249,144,29,249,223,113,104,126,246,119,127,165,192,217,251,199,63,127,118,126,127,191,187,63,63,155,112,1,234,52,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,7,151,106,201,255,0,19,139,228,217,214,226,65,183,111,92,177,227,27,123,249,157,54,156,249,157,31,204,197,225,167,190,100,7,126,119,220,90,31,189,157,223,233,112,54,126,241,207,223,221,159,159,239,238,207,207,230,220,0,122,141,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,1,229,218,178,127,196,226,249,54,117,184,144,109,219,215,44,120,198,222,254,103,77,167,62,103,71,243,49,120,105,239,153,1,223,157,247,22,135,239,103,119,250,92,13,159,188,115,247,247,103,231,251,251,179,243,249,183,0,30,163,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,121,118,172,159,241,56,190,77,157,110,36,27,118,245,203,30,49,183,191,153,211,105,207,153,209,252,204,94,26,123,230,64,119,231,125,197,161,251,217,221,254,151,3,103,239,28,253,253,217,249,254,254,236,252,254,109,192,7,168,209,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,30,93,171,39,252,78,47,147,103,91,137,6,221,189,114,199,140,109,239,230,116,218,115,230,116,127,51,23,134,158,249,144,29,249,223,113,104,126,246,119,127,165,192,217,251,199,63,127,118,126,127,191,187,63,63,155,112,1,234,52,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,7,151,106,201,255,0,19,139,228,217,214,226,65,183,111,92,177,227,27,123,249,157,54,156,249,157,31,204,197,225,167,190,100,7,126,119,220,90,31,189,157,223,233,112,54,126,241,207,223,221,159,159,239,238,207,207,230,220,0,122,141,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,1,229,218,178,127,196,226,249,54,117,184,144,109,219,215,44,120,198,222,254,103,77,167,62,103,71,243,49,120,105,239,153,1,223,157,247,22,135,239,103,119,250,92,13,159,188,115,247,247,103,231,251,251,179,243,249,183,0,30,163,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,121,118,172,159,241,56,190,77,157,110,36,27,118,245,203,30,49,183,191,153,211,105,207,153,209,252,204,94,26,123,230,64,119,231,125,197,161,251,217,221,254,151,3,103,239,28,253,253,217,249,254,254,236,252,254,109,192,7,168,209,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,30,93,171,39,252,78,47,147,103,91,137,6,221,189,114,199,140,109,239,230,116,218,115,230,116,127,51,23,134,158,249,144,29,249,223,113,104,126,246,119,127,165,192,217,251,199,63,127,118,126,127,191,187,63,63,155,112,1,234,52,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,7,151,106,201,255,0,19,139,228,217,214,226,65,183,111,92,177,227,27,123,249,157,54,156,249,157,31,204,197,225,167,190,100,7,126,119,220,90,31,189,157,223,233,112,54,126,241,207,223,221,159,159,239,238,207,207,230,220,0,122,141,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,1,229,218,178,127,196,226,249,54,117,184,144,109,219,215,44,120,198,222,254,103,77,167,62,103,71,243,49,120,105,239,153,1,223,157,247,22,135,239,103,119,250,92,13,159,188,115,247,247,103,231,251,251,179,243,249,183,0,30,163,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,121,118,172,159,241,56,190,77,157,110,36,27,118,245,203,30,49,183,191,153,211,105,207,153,209,252,204,94,26,123,230,64,119,231,125,197,161,251,217,221,254,151,3,103,239,28,253,253,217,249,254,254,236,252,254,109,192,7,168,209,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,30,93,171,39,252,78,47,147,103,91,137,6,221,189,114,199,140,109,239,230,116,218,115,230,116,127,51,23,134,158,249,144,29,249,223,113,104,126,246,119,127,165,192,217,251,199,63,127,118,126,127,191,187,63,63,155,112,1,234,52,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,7,151,106,201,255,0,19,139,228,217,214,226,65,183,111,92,177,227,27,123,249,157,54,156,249,157,31,204,197,225,167,190,100,7,126,119,220,90,31,189,157,223,233,112,54,126,241,207,223,221,159,159,239,238,207,207,230,220,0,122,141,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,1,229,218,178,127,196,226,249,54,117,184,144,109,219,215,44,120,198,222,254,103,77,167,62,103,71,243,49,120,105,239,153,1,223,157,247,22,135,239,103,119,250,92,13,159,188,115,247,247,103,231,251,251,179,243,249,183,0,30,163,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,121,118,172,159,241,56,190,77,157,110,36,27,118,245,203,30,49,183,191,153,211,105,207,153,209,252,204,94,26,123,230,64,119,231,125,197,161,251,217,221,254,151,3,103,239,28,253,253,217,249,254,254,236,252,254,109,192,7,168,209,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,30,93,171,39,252,78,47,147,103,91,137,6,221,189,114,199,140,109,239,230,116,218,115,230,116,127,51,23,134,158,249,144,29,249,223,113,104,126,246,119,127,165,192,217,251,199,63,127,118,126,127,191,187,63,63,155,112,1,234,52,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,7,151,106,201,255,0,19,139,228,217,214,226,65,183,111,92,177,227,27,123,249,157,54,156,249,157,31,204,197,225,167,190,100,7,126,119,220,90,31,189,157,223,233,112,54,126,241,207,223,221,159,159,239,238,207,207,230,220,0,122,141,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,1,229,218,178,127,196,226,249,54,117,184,144,109,219,215,44,120,198,222,254,103,77,167,62,103,71,243,49,120,105,239,153,1,223,157,247,22,135,239,103,119,250,92,13,159,188,115,247,247,103,231,251,251,179,243,249,183,0,30,163,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,121,118,172,159,241,56,190,77,157,110,36,27,118,245,203,30,49,183,191,153,211,105,207,153,209,252,204,94,26,123,230,64,119,231,125,197,161,251,217,221,254,151,3,103,239,28,253,253,217,249,254,254,236,252,254,109,192,7,168,209,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,30,93,171,39,252,78,47,147,103,91,137,6,221,189,114,199,140,109,239,230,116,218,115,230,116,127,51,23,134,158,249,144,29,249,223,113,104,126,246,119,127,165,192,217,251,199,63,127,118,126,127,191,187,63,63,155,112,1,234,52,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,7,151,106,201,255,0,19,139,228,217,214,226,65,183,111,92,177,227,27,123,249,157,54,156,249,157,31,204,197,225,167,190,100,7,126,119,220,90,31,189,157,223,233,112,54,126,241,207,223,221,159,159,239,238,207,207,230,220,0,122,141,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,1,229,218,178,127,196,226,249,54,117,184,144,109,219,215,44,120,198,222,254,103,77,167,62,103,71,243,49,120,105,239,153,1,223,157,247,22,135,239,103,119,250,92,13,159,188,115,247,247,103,231,251,251,179,243,249,183,0,30,163,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,20,80,1,69,0,121,118,172,159,241,56,190,77,157,110,36,27,118,245,203,30,49,183,191,153,211,105,207,153,209,252,204,94,26,123,230,64,119,231,125,197,161,251,217,221,254,151,3,103,239,28,253,253,217,249,254,254,236,252,254,109,192,7,168,209,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,28,253,199,131,172,46,102,154,87,150,112,210,179,51,1,179,110,91,126,120,219,140,124,231,131,193,249,179,159,50,95,50,166,165,160,90,233,86,171,61,188,147,179,201,123,102,164,73,38,70,62,214,141,248,158,122,156,156,238,111,188,238,206,1,213,209,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,5,20,0,81,64,31,255,217: InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable
2021-10-15 08:28:14,531 Warning: client decoding error:
2021-10-15 08:28:14,531  failed to create image bitmap from png [object Blob], data=137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,243,0,0,1,60,8,2,0,0,0,91,211,207,125,0,0,14,69,73,68,65,84,120,94,237,220,225,110,219,6,22,132,209,245,162,239,255,202,222,4,42,8,129,114,244,209,170,2,100,186,39,63,2,55,87,34,71,231,186,212,132,114,251,241,249,249,249,159,107,191,62,62,62,174,63,248,218,33,61,138,0,1,2,4,222,47,240,223,219,33,127,92,181,243,247,247,159,220,17,9,16,32,64,224,55,8,252,117,187,160,255,40,227,207,127,255,13,167,118,200,111,11,220,222,128,239,127,249,91,212,183,17,61,129,192,255,129,192,207,43,123,94,214,31,239,195,28,151,24,87,150,151,191,73,24,190,76,231,137,4,8,60,23,120,189,179,255,201,215,244,47,63,18,120,203,149,244,212,154,111,8,87,142,124,68,58,190,56,61,247,184,45,246,39,195,250,215,137,0,129,9,129,23,59,251,196,107,187,15,121,127,173,255,39,31,5,223,95,118,143,15,39,142,63,252,213,145,239,239,116,61,161,187,255,180,195,245,125,238,123,76,96,2,127,142,192,207,79,80,221,103,127,97,31,47,188,61,28,119,189,190,60,221,125,151,119,89,127,97,35,158,66,128,192,33,240,182,206,254,120,71,226,244,39,183,127,60,93,221,242,89,143,247,58,142,247,161,219,209,142,155,24,183,47,30,59,245,233,42,121,127,59,37,207,254,229,185,94,248,238,57,50,184,100,191,160,231,41,4,8,124,87,224,245,251,236,207,239,117,124,121,247,227,203,143,106,143,75,243,227,69,255,118,29,124,188,215,113,186,103,253,229,185,30,239,107,223,255,237,228,248,58,207,254,228,56,199,123,201,227,143,172,124,119,13,199,123,222,41,216,11,199,241,20,2,4,8,188,173,179,31,148,215,107,233,237,82,126,187,168,61,182,239,227,128,143,215,205,39,21,248,181,118,252,228,236,87,94,206,147,167,127,235,59,236,244,206,247,173,231,122,48,1,2,4,14,129,247,116,246,151,65,143,159,15,249,213,21,249,212,199,95,62,209,253,251,196,147,139,245,149,235,248,11,119,216,255,121,108,71,32,64,128,192,117,129,159,159,160,126,121,147,228,244,177,234,245,35,94,191,53,113,127,155,251,241,89,167,63,185,120,216,231,15,187,255,203,193,253,43,202,179,63,121,249,23,131,37,224,143,227,220,14,229,157,35,173,60,128,0,129,231,2,239,233,236,199,125,149,219,251,196,241,110,113,59,247,125,17,62,125,125,250,12,243,201,113,238,71,167,151,244,248,172,199,215,124,122,250,237,18,159,103,191,242,221,115,229,236,23,143,227,178,126,5,202,99,8,16,72,129,191,255,39,95,167,134,254,164,197,223,142,248,248,83,37,121,38,15,56,9,188,96,248,228,35,7,188,4,8,16,56,4,94,236,236,87,238,71,83,126,46,192,208,119,8,1,2,191,73,224,253,63,27,243,155,130,58,236,233,190,22,16,2,4,8,252,74,192,127,131,234,123,131,0,1,2,255,54,129,247,255,108,204,191,77,200,235,33,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,160,179,151,144,57,1,2,4,214,4,116,246,181,141,201,75,128,0,129,18,208,217,75,200,156,0,1,2,107,2,58,251,218,198,228,37,64,128,64,9,232,236,37,100,78,128,0,129,53,1,157,125,109,99,242,18,32,64,160,4,116,246,18,50,39,64,128,192,154,128,206,190,182,49,121,9,16,32,80,2,58,123,9,153,19,32,64,96,77,64,103,95,219,152,188,4,8,16,40,1,157,189,132,204,9,16,32,176,38,160,179,175,109,76,94,2,4,8,148,128,206,94,66,230,4,8,16,88,19,208,217,215,54,38,47,1,2,4,74,64,103,47,33,115,2,4,8,172,9,232,236,107,27,147,151,0,1,2,37,240,241,249,249,89,143,249,123,254,241,241,141,7,95,60,166,135,17,32,64,128,192,219,5,254,7,229,65,163,163,181,204,219,141,0,0,0,0,73,69,78,68,174,66,96,130: InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable

CentOS v7.9 with Xpra from https://xpra.org/dists/CentOS/7.9.2009/x86_64/ - Chrome Version 94.0.4606.81 (Official Build) (64-bit) / Windows (ERR)

2021-10-15 08:30:51,062 HTML5 Microsoft Windows Chrome client version 4.5-r1031
2021-10-15 08:30:51,062   as 'walakee'
2021-10-15 08:30:51,062  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.1 on 'cen79'
2021-10-15 08:30:51,171 setting keyboard layout to 'us'
2021-10-15 08:30:51,193  client root window size is 1920x913 with 1 display:
2021-10-15 08:30:51,193   HTML (508x242 mm - DPI: 96x95)
2021-10-15 08:30:51,193     Canvas
2021-10-15 08:30:51,223 server virtual display now set to 1856x896 (best match for 1920x913)
2021-10-15 08:30:51,437 DPI set to 96 x 96
2021-10-15 08:30:51,477 New unix-domain connection received
2021-10-15 08:30:51,477  on '/run/user/1000/xpra/cen79-1'
2021-10-15 08:30:51,552 client   1 received xdg start menu data
2021-10-15 08:30:51,564 client   1 startup complete
2021-10-15 08:30:51,564 client   1 connection-established
2021-10-15 08:30:51,590 Warning: client decoding error:
2021-10-15 08:30:51,590  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-15 08:30:51,964 Warning: client decoding error:
2021-10-15 08:30:51,965  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.

It seems as if client version 4.5-r1031 would have the issue in general. How it appears for Chrome when _xpra-html5-3.0.9-10.r26132xpra3.el77.noarch is installed, that's a bit of a mistery to me, while for all other browsers client version 3.0.9 is shown / working well.

I'll go ahead now and try the beta 4.5.2 builds from https://xpra.org/beta/CentOS/7/x86_64/ and will let you know my findings.

I really appreciate all your help so far, Walakee

walakee commented 2 years ago

I have updated the xpra-html5 from xpra-html5-4.5.2-1.r1057.el7.noarch.rpm on the CentOS v7.9 host having Xpra installed from https://xpra.org/dists/CentOS/7.9.2009/x86_64/ as follows...

[root@cen79 ~]# yum localinstall xpra-html5-4.5.2-1.r1057.el7.noarch.rpm
Loaded plugins: fastestmirror, langpacks
Examining xpra-html5-4.5.2-1.r1057.el7.noarch.rpm: xpra-html5-4.5.2-1.r1057.el7.noarch
Marking xpra-html5-4.5.2-1.r1057.el7.noarch.rpm as an update to xpra-html5-4.5-1.r1036.el7.noarch
Resolving Dependencies
--> Running transaction check
---> Package xpra-html5.noarch 0:4.5-1.r1036.el7 will be updated
---> Package xpra-html5.noarch 0:4.5.2-1.r1057.el7 will be an update
--> Finished Dependency Resolution
CentOS-v7.9.2009-DVD                                                                      | 3.6 kB  00:00:00
Xpra                                                                                      | 3.0 kB  00:00:00
Xpra/primary_db                                                                           |  76 kB  00:00:00

Dependencies Resolved

============================================================================================================
 Package                Arch        Version                 Repository                                 Size
============================================================================================================
Updating:
 xpra-html5             noarch      4.5.2-1.r1057.el7       /xpra-html5-4.5.2-1.r1057.el7.noarch      5.5 M

Transaction Summary
============================================================================================================
Upgrade  1 Package

Total size: 5.5 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : xpra-html5-4.5.2-1.r1057.el7.noarch                                                       1/2 
  Cleanup    : xpra-html5-4.5-1.r1036.el7.noarch                                                         2/2 
  Verifying  : xpra-html5-4.5.2-1.r1057.el7.noarch                                                       1/2 
  Verifying  : xpra-html5-4.5-1.r1036.el7.noarch                                                         2/2 

Updated:
  xpra-html5.noarch 0:4.5.2-1.r1057.el7

Complete!
[root@cen79 ~]# 

...then I have started Xpra...

[root@cen79 ~]# cd /etc/init.d
[root@cen79 init.d]# ls -la
total 44
drwxr-xr-x.  2 root root      88 Oct 13 12:29 .
drwxr-xr-x. 10 root root     127 Oct 13 10:43 ..
-rw-r--r--.  1 root root   18281 May 22  2020 functions
-rwxr-xr-x.  1 root root    4569 May 22  2020 netconsole
-rwxr-xr-x.  1 root root    7928 May 22  2020 network
-rw-r--r--.  1 root root    1160 Oct  1  2020 README
-rwxrwx---.  1 root vboxsf   721 Oct 13 10:49 xpra_proxy
[root@cen79 init.d]# ./xpra_proxy start
INFO: Starting Xpra Proxy...
Entering daemon mode; any further errors will be reported to:
  /var/log/xpra/proxy.log
[root@cen79 init.d]# 

...but unfortunately I still got the same error...

2021-10-15 09:00:43,775 Error: cannot enable SSH socket upgrades:
2021-10-15 09:00:43,775  No module named paramiko
2021-10-15 09:00:43,778 cannot access python uinput module:
2021-10-15 09:00:43,778  No module named uinput
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
Build Operating System:  3.10.0-957.1.3.el7.x86_64 
Current Operating System: Linux cen79 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-1160.el7.x86_64 root=/dev/mapper/centos-root ro spectre_v2=retpoline rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=en_US.UTF-8
Build Date: 01 April 2020  05:04:29AM
Build ID: xorg-x11-server 1.20.4-10.el7 
Current version of pixman: 0.34.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: "/run/user/1000/xpra/Xorg.S2135.log", Time: Fri Oct 15 09:00:43 2021
(++) Using config file: "/etc/xpra/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
2021-10-15 09:00:46,855 created unix domain socket '/run/user/1000/xpra/cen79-1'
2021-10-15 09:00:46,855 cannot create group socket '/run/xpra/cen79-1'
2021-10-15 09:00:46,855  [Errno 13] Permission denied
2021-10-15 09:00:46,856 created unix domain socket '/home/walakee/.xpra/cen79-1'
2021-10-15 09:00:46,857 Warning: missing sound module
2021-10-15 09:00:46,974 pointer device emulation using XTest
2021-10-15 09:00:46,996 serving html content from '/usr/share/xpra/www'
2021-10-15 09:00:47,023 Warning: skipped OpenGL probing,
2021-10-15 09:00:47,023  found 1 blacklisted kernel module:
2021-10-15 09:00:47,023  vboxguest
2021-10-15 09:00:47,089 D-Bus notification forwarding is available
2021-10-15 09:00:47,203 Warning: webcam forwarding is disabled
2021-10-15 09:00:47,203  the virtual video directory '/sys/devices/virtual/video4linux' was not found
2021-10-15 09:00:47,203  make sure that the 'v4l2loopback' kernel module is installed and loaded
2021-10-15 09:00:47,203 found 0 virtual video devices for webcam forwarding
2021-10-15 09:00:47,388 xpra is ready.
2021-10-15 09:00:47,390 xpra GTK2 X11 version 3.1-r10 64-bit
2021-10-15 09:00:47,426  uid=1000 (walakee), gid=1000 (walakee)
2021-10-15 09:00:47,426  running with pid 2143 on Linux CentOS Linux 7.9.2009 Core
2021-10-15 09:00:47,439  connected to X11 display :1 with 24 bit colors
2021-10-15 09:00:47,705 printer forwarding enabled using postscript and pdf
2021-10-15 09:00:47,717 started command '/usr/bin/xterm' with pid 2181
/usr/bin/xterm: cannot load font '-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1'
2021-10-15 09:00:47,875 watching for applications menu changes in:
2021-10-15 09:00:47,876  '/usr/share/applications'
2021-10-15 09:00:47,876  '/usr/local/share/applications'
2021-10-15 09:00:47,878 Warning: cannot use application menu data:
2021-10-15 09:00:47,879  no python-xdg module
2021-10-15 09:00:48,280 Error importing nvjpeg encoder (enc_nvjpeg)
2021-10-15 09:00:48,281  libnvjpeg.so.11: cannot open shared object file: No such file or directory
2021-10-15 09:00:48,288 1.0GB of system memory
2021-10-15 09:00:48,312 New unix-domain connection received
2021-10-15 09:00:48,312  on '/home/walakee/.xpra/cen79-1'
2021-10-15 09:00:48,540 New unix-domain connection received
2021-10-15 09:00:48,540  on '/run/user/1000/xpra/cen79-1'
2021-10-15 09:00:48,540 New unix-domain connection received
2021-10-15 09:00:48,540  on '/home/walakee/.xpra/cen79-1'
2021-10-15 09:00:48,750 New unix-domain connection received
2021-10-15 09:00:48,751  on '/run/user/1000/xpra/cen79-1'
2021-10-15 09:00:48,752 Handshake complete; enabling connection
2021-10-15 09:00:48,776  automatic picture encoding enabled, also available:
2021-10-15 09:00:48,776   jpeg, png, rgb32, rgb24, webp
2021-10-15 09:00:48,777 HTML5 Microsoft Windows Chrome client version 4.5-r1031
2021-10-15 09:00:48,777   as 'walakee'
2021-10-15 09:00:48,777  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.1 on 'cen79'
2021-10-15 09:00:48,905 setting keyboard layout to 'us'
2021-10-15 09:00:48,956  client root window size is 1920x913 with 1 display:
2021-10-15 09:00:48,956   HTML (508x242 mm - DPI: 96x95)
2021-10-15 09:00:48,956     Canvas
2021-10-15 09:00:48,987 server virtual display now set to 1856x896 (best match for 1920x913)
2021-10-15 09:00:49,214 DPI set to 96 x 96
2021-10-15 09:00:49,323 client   1 received xdg start menu data
2021-10-15 09:00:49,336 client   1 startup complete
2021-10-15 09:00:49,336 client   1 connection-established
2021-10-15 09:00:49,373 Warning: client decoding error:
2021-10-15 09:00:49,373  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:00:49,493 New unix-domain connection received
2021-10-15 09:00:49,493  on '/run/user/1000/xpra/cen79-1'
2021-10-15 09:00:49,739 Warning: client decoding error:
2021-10-15 09:00:49,739  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:00:50,204 Warning: client decoding error:
2021-10-15 09:00:50,204  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:00:50,766 Warning: client decoding error:
2021-10-15 09:00:50,766  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:00:51,430 Warning: client decoding error:
2021-10-15 09:00:51,430  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:00:51,816 Warning: client decoding error:
2021-10-15 09:00:51,817  failed to create image bitmap from webp [object Blob], data=82,73,70,70,68,1,0,0,87,69,66,80,86,80,56,76,56,1,0,0,47,149,128,9,0,15,48,255,243,63,255,243,31,120,128,35,109,123,218,232,6,217,150,2,7,88,232,89,71,217,173,25,171,144,187,228,14,203,221,206,132,25,172,137,195,92,166,204,13,214,160,77,139,223,140,73,222,61,65,68,255,25,185,109,27,137,183,174,51,227,241,43,0,0,0,0,0,0,0,50,179,223,235,51,89,153,238,171,251,128,141,158,16,96,64,221,138,173,1,177,238,143,242,8,180,30,146,13,33,247,228,193,61,206,94,247,178,65,10,65,38,74,132,212,228,88,106,145,59,136,139,7,52,10,161,95,151,69,82,99,177,195,205,185,20,159,127,209,58,132,116,61,110,82,102,115,105,119,33,77,45,76,131,171,121,74,166,169,41,133,208,38,9,145,132,220,244,225,109,158,221,233,101,167,125,8,172,126,30,229,167,86,7,8,47,88,19,126,220,78,165,1,44,76,175,192,254,164,12,96,197,229,158,204,60,253,103,119,255,113,207,234,88,142,105,154,24,147,165,196,120,109,102,4,121,193,232,165,43,34,49,91,97,70,127,84,106,71,146,99,41,38,198,228,23,73,182,177,67,179,190,254,173,251,59,172,152,252,99,144,252,153,95,112,255,147,206,65,203,116,252,150,233,248,45,211,113,91,102,224,183,76,199,111,153,142,223,50,125,192,111,153,190,133,223,50,135,169,57,203,150,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:00:52,193 Warning: client decoding error:
2021-10-15 09:00:52,193  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:00:52,680 Warning: client decoding error:
2021-10-15 09:00:52,681  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:00:53,156 Warning: client decoding error:
2021-10-15 09:00:53,156  failed to create image bitmap from webp [object Blob], data=82,73,70,70,230,1,0,0,87,69,66,80,86,80,56,76,217,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,99,255,127,26,57,213,134,225,2,116,5,78,150,225,2,233,12,1,109,10,191,173,131,182,67,122,234,182,26,232,54,55,224,58,207,229,188,28,98,237,217,128,151,169,183,103,66,227,239,50,72,97,154,136,254,51,114,219,198,145,15,220,222,215,243,8,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,95,190,48,28,235,149,113,102,183,190,143,129,66,63,159,55,220,128,26,40,56,89,162,145,130,210,204,166,76,182,192,87,249,145,181,104,102,203,4,234,115,108,128,206,39,179,157,99,222,68,201,251,24,64,172,234,135,53,243,48,177,68,115,68,216,190,8,142,66,69,37,190,102,30,78,90,119,78,101,210,201,135,66,5,195,202,241,117,51,105,221,152,204,165,211,144,209,198,232,102,125,33,201,68,18,138,40,132,81,229,250,186,15,235,12,102,59,115,239,98,201,139,170,144,170,218,17,179,127,187,50,221,53,245,157,109,250,117,160,185,225,38,38,205,176,101,204,112,3,248,108,146,27,93,79,102,123,42,203,157,149,121,183,48,66,24,91,239,223,251,86,34,47,63,110,109,68,127,211,95,167,225,248,177,67,114,114,83,244,119,173,149,134,227,111,195,213,152,65,38,150,152,244,173,228,188,76,204,32,47,6,222,64,229,125,231,165,86,189,245,85,252,237,223,90,215,118,114,47,133,209,113,102,61,122,249,188,113,120,25,40,56,89,162,145,234,103,83,214,127,54,95,229,71,244,179,101,2,245,57,54,64,231,147,217,206,49,111,162,228,125,12,32,166,222,81,104,239,154,104,142,8,219,23,193,81,168,168,104,79,161,185,107,147,214,157,83,153,116,242,161,80,193,176,186,185,87,55,147,214,141,201,92,58,13,25,109,136,210,189,122,125,33,201,68,18,138,40,132,209,181,5,221,135,117,6,179,157,185,119,177,228,69,85,72,215,118,49,255,183,27,239,154,185,166,255,8,198,153,182,255,180,253,167,237,63,191,67,105,251,15,53,179,217,11,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:01:01,456 Shutting down in response to client request
2021-10-15 09:01:01,456 Disconnecting client /run/user/1000/xpra/cen79-1:
2021-10-15 09:01:01,456  server shutdown
2021-10-15 09:01:01,457 xpra client 1 disconnected.
2021-10-15 09:01:01,963 killing xvfb with pid 2144
2021-10-15 09:01:01,963 removing socket '/run/user/1000/xpra/cen79-1'
2021-10-15 09:01:01,964 removing socket '/home/walakee/.xpra/cen79-1'
2021-10-15 09:01:01,999 Error releasing the dbus notification forwarder:
2021-10-15 09:01:02,000  org.freedesktop.DBus.Error.Disconnected
2021-10-15 09:01:02,000  Connection was disconnected before a reply was received
(II) Server terminated successfully (0). Closing log file.

Sorry, I have a feeling that I must be missing something obvious here. :(

totaam commented 2 years ago

Sorry, I have a feeling that I must be missing something obvious here. :(

I agree. For whatever reason, you're not using the html5 client you have installed:

Updated:
 xpra-html5.noarch 0:4.5.2-1.r1057.el7

(..) HTML5 Microsoft Windows Chrome client version 4.5-r1031

4.5 vs 4.5.2

Make sure the correct version is installed:

$ grep VERSION /usr/share/xpra/www/js/Utilities.js 
    VERSION : "4.5.2",

And assuming that it is correct (4.5.2) then figure out why this is not the one you are pointing to in your browser. Wrong host? Wrong port?

walakee commented 2 years ago

I'm sincerely at a loss here. I have started from scratch with a clean CentOS v7.9 VM, and...

1.) installed Xpra using https://xpra.org/beta/CentOS/7/x86_64/ as the source...

NOTE: It was missing the turbojpeg dependency, which I have added manually, as seen in the log below

[root@cen79 etc]# yum install xpra
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package xpra.x86_64 0:3.1-10.29270xpra1.el7 will be installed
--> Processing Dependency: python2-xpra-client = 3.1-10.29270xpra1.el7 for package: xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-xpra-server = 3.1-10.29270xpra1.el7 for package: xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: xpra-html5 for package: xpra-3.1-10.29270xpra1.el7.x86_64
--> Running transaction check
---> Package python2-xpra-client.x86_64 0:3.1-10.29270xpra1.el7 will be installed
--> Processing Dependency: python2-xpra = 3.1-10.29270xpra1.el7 for package: python2-xpra-client-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: xpra-common-client >= 3.1-10.29270xpra1.el7 for package: python2-xpra-client-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: pygtkglext for package: python2-xpra-client-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-pyopengl for package: python2-xpra-client-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-pyu2f for package: python2-xpra-client-3.1-10.29270xpra1.el7.x86_64
---> Package python2-xpra-server.x86_64 0:3.1-10.29270xpra1.el7 will be installed
--> Processing Dependency: xpra-common-server >= 3.1-10.29270xpra1.el7 for package: python2-xpra-server-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python-setproctitle for package: python2-xpra-server-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-pycuda for package: python2-xpra-server-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-pynvml for package: python2-xpra-server-3.1-10.29270xpra1.el7.x86_64
---> Package xpra-html5.noarch 0:4.5.2-1.r1057.el7 will be installed
--> Running transaction check
---> Package pygtkglext.x86_64 0:1.1.0-31.xpra2.el7 will be installed
--> Processing Dependency: libGLU.so.1()(64bit) for package: pygtkglext-1.1.0-31.xpra2.el7.x86_64
--> Processing Dependency: libgdkglext-x11-1.0.so.0()(64bit) for package: pygtkglext-1.1.0-31.xpra2.el7.x86_64
--> Processing Dependency: libgtkglext-x11-1.0.so.0()(64bit) for package: pygtkglext-1.1.0-31.xpra2.el7.x86_64
--> Processing Dependency: libpangox-1.0.so.0()(64bit) for package: pygtkglext-1.1.0-31.xpra2.el7.x86_64
---> Package python-setproctitle.x86_64 0:1.1.6-5.el7 will be installed
---> Package python2-pycuda.x86_64 0:2020.1-1 will be installed
--> Processing Dependency: numpy for package: python2-pycuda-2020.1-1.x86_64
--> Processing Dependency: python2-pytools for package: python2-pycuda-2020.1-1.x86_64
---> Package python2-pynvml.x86_64 0:11.470.66-1 will be installed
---> Package python2-pyopengl.x86_64 0:3.1.5-1xpra1.el7 will be installed
--> Processing Dependency: freeglut for package: python2-pyopengl-3.1.5-1xpra1.el7.x86_64
---> Package python2-pyu2f.x86_64 0:0.1.5-1 will be installed
---> Package python2-xpra.x86_64 0:3.1-10.29270xpra1.el7 will be installed
--> Processing Dependency: xpra-common >= 3.1-10.29270xpra1.el7 for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: ffmpeg-xpra for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libturbojpeg.so.0(TURBOJPEG_1.0)(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libturbojpeg.so.0(TURBOJPEG_1.2)(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libvpx-xpra for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libwebp-xpra for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libyuv for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python-pillow for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-cryptography for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-lz4 for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-netifaces for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-rencode for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: turbojpeg for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: x264-xpra for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libturbojpeg.so.0()(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libwebp.so.7()(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libyuv.so.0()(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
---> Package xpra-common-client.noarch 0:3.1-10.29270xpra1.el7 will be installed
---> Package xpra-common-server.noarch 0:3.1-10.29270xpra1.el7 will be installed
--> Processing Dependency: /usr/bin/python3 for package: xpra-common-server-3.1-10.29270xpra1.el7.noarch
--> Processing Dependency: libfakeXinerama for package: xpra-common-server-3.1-10.29270xpra1.el7.noarch
--> Running transaction check
---> Package ffmpeg-xpra.x86_64 0:4.4-1.el7 will be installed
---> Package freeglut.x86_64 0:3.0.0-8.el7 will be installed
---> Package gtkglext-libs.x86_64 0:1.2.0-23.1.el7 will be installed
---> Package libfakeXinerama.x86_64 0:0.1.0-4.el7 will be installed
---> Package libvpx-xpra.x86_64 0:1.9.0-1.el7 will be installed
---> Package libwebp-xpra.x86_64 0:1.2.0-1.el7 will be installed
---> Package libyuv.x86_64 0:0-0.1766.20201016gita4ec5cf.1.el7 will be installed
---> Package mesa-libGLU.x86_64 0:9.0.0-4.el7 will be installed
---> Package numpy.x86_64 1:1.7.1-13.el7 will be installed
--> Processing Dependency: python-nose for package: 1:numpy-1.7.1-13.el7.x86_64
--> Processing Dependency: libtatlas.so.3()(64bit) for package: 1:numpy-1.7.1-13.el7.x86_64
--> Processing Dependency: liblapack.so.3()(64bit) for package: 1:numpy-1.7.1-13.el7.x86_64
---> Package pangox-compat.x86_64 0:0.0.2-2.el7 will be installed
---> Package python-pillow.x86_64 0:6.2.2-1.el7 will be installed
---> Package python2-cryptography.x86_64 0:1.7.2-2.el7 will be installed
--> Processing Dependency: python-pyasn1 >= 0.1.8 for package: python2-cryptography-1.7.2-2.el7.x86_64
--> Processing Dependency: python-idna >= 2.0 for package: python2-cryptography-1.7.2-2.el7.x86_64
--> Processing Dependency: python-cffi >= 1.4.1 for package: python2-cryptography-1.7.2-2.el7.x86_64
--> Processing Dependency: python-enum34 for package: python2-cryptography-1.7.2-2.el7.x86_64
---> Package python2-lz4.x86_64 0:2.2.1-2 will be installed
---> Package python2-netifaces.x86_64 0:0.11.0-1.el7 will be installed
---> Package python2-pytools.noarch 0:2019.1.1-3.el7 will be installed
---> Package python2-rencode.x86_64 0:1.0.6-11.xpra2.el7 will be installed
---> Package python2-xpra.x86_64 0:3.1-10.29270xpra1.el7 will be installed
--> Processing Dependency: libturbojpeg.so.0(TURBOJPEG_1.0)(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libturbojpeg.so.0(TURBOJPEG_1.2)(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: turbojpeg for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libturbojpeg.so.0()(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
---> Package python3.x86_64 0:3.6.8-17.el7 will be installed
--> Processing Dependency: python3-libs(x86-64) = 3.6.8-17.el7 for package: python3-3.6.8-17.el7.x86_64
--> Processing Dependency: python3-setuptools for package: python3-3.6.8-17.el7.x86_64
--> Processing Dependency: python3-pip for package: python3-3.6.8-17.el7.x86_64
--> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-17.el7.x86_64
---> Package x264-xpra.x86_64 0:20210301-1.el7 will be installed
---> Package xpra-common.noarch 0:3.1-10.29270xpra1.el7 will be installed
--> Running transaction check
---> Package atlas.x86_64 0:3.10.1-12.el7 will be installed
---> Package lapack.x86_64 0:3.4.2-8.el7 will be installed
--> Processing Dependency: libblas.so.3()(64bit) for package: lapack-3.4.2-8.el7.x86_64
---> Package python-cffi.x86_64 0:1.6.0-5.el7 will be installed
--> Processing Dependency: python-pycparser for package: python-cffi-1.6.0-5.el7.x86_64
---> Package python-enum34.noarch 0:1.0.4-1.el7 will be installed
---> Package python-idna.noarch 0:2.4-1.el7 will be installed
---> Package python-nose.noarch 0:1.3.7-1.el7 will be installed
---> Package python2-pyasn1.noarch 0:0.1.9-7.el7 will be installed
---> Package python2-xpra.x86_64 0:3.1-10.29270xpra1.el7 will be installed
--> Processing Dependency: libturbojpeg.so.0(TURBOJPEG_1.0)(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libturbojpeg.so.0(TURBOJPEG_1.2)(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: turbojpeg for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libturbojpeg.so.0()(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
---> Package python3-libs.x86_64 0:3.6.8-17.el7 will be installed
---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed
---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed
--> Running transaction check
---> Package blas.x86_64 0:3.4.2-8.el7 will be installed
---> Package python-pycparser.noarch 0:2.14-1.el7 will be installed
--> Processing Dependency: python-ply for package: python-pycparser-2.14-1.el7.noarch
---> Package python2-xpra.x86_64 0:3.1-10.29270xpra1.el7 will be installed
--> Processing Dependency: libturbojpeg.so.0(TURBOJPEG_1.0)(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libturbojpeg.so.0(TURBOJPEG_1.2)(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: turbojpeg for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libturbojpeg.so.0()(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Running transaction check
---> Package python-ply.noarch 0:3.4-11.el7 will be installed
---> Package python2-xpra.x86_64 0:3.1-10.29270xpra1.el7 will be installed
--> Processing Dependency: libturbojpeg.so.0(TURBOJPEG_1.0)(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libturbojpeg.so.0(TURBOJPEG_1.2)(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: turbojpeg for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libturbojpeg.so.0()(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Finished Dependency Resolution
Error: Package: python2-xpra-3.1-10.29270xpra1.el7.x86_64 (Xpra)
           Requires: turbojpeg
Error: Package: python2-xpra-3.1-10.29270xpra1.el7.x86_64 (Xpra)
           Requires: libturbojpeg.so.0(TURBOJPEG_1.2)(64bit)
Error: Package: python2-xpra-3.1-10.29270xpra1.el7.x86_64 (Xpra)
           Requires: libturbojpeg.so.0()(64bit)
Error: Package: python2-xpra-3.1-10.29270xpra1.el7.x86_64 (Xpra)
           Requires: libturbojpeg.so.0(TURBOJPEG_1.0)(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
[root@cen79 etc]# cd
[root@cen79 ~]# cd xpra
[root@cen79 xpra]# yum localinstall *.rpm
Loaded plugins: fastestmirror, langpacks
Examining turbojpeg-1.2.90-8.el7_9.x86_64.rpm: turbojpeg-1.2.90-8.el7_9.x86_64
Marking turbojpeg-1.2.90-8.el7_9.x86_64.rpm to be installed
Examining turbojpeg-devel-1.2.90-8.el7_9.x86_64.rpm: turbojpeg-devel-1.2.90-8.el7_9.x86_64
Marking turbojpeg-devel-1.2.90-8.el7_9.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package turbojpeg.x86_64 0:1.2.90-8.el7_9 will be installed
---> Package turbojpeg-devel.x86_64 0:1.2.90-8.el7_9 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

======================================================================================================================================================================================================
 Package                                     Arch                               Version                                      Repository                                                          Size
======================================================================================================================================================================================================
Installing:
 turbojpeg                                   x86_64                             1.2.90-8.el7_9                               /turbojpeg-1.2.90-8.el7_9.x86_64                                   300 k
 turbojpeg-devel                             x86_64                             1.2.90-8.el7_9                               /turbojpeg-devel-1.2.90-8.el7_9.x86_64                              36 k

Transaction Summary
======================================================================================================================================================================================================
Install  2 Packages

Total size: 336 k
Installed size: 336 k
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : turbojpeg-1.2.90-8.el7_9.x86_64                                                                                                                                                    1/2 
  Installing : turbojpeg-devel-1.2.90-8.el7_9.x86_64                                                                                                                                              2/2 
  Verifying  : turbojpeg-1.2.90-8.el7_9.x86_64                                                                                                                                                    1/2 
  Verifying  : turbojpeg-devel-1.2.90-8.el7_9.x86_64                                                                                                                                              2/2 

Installed:
  turbojpeg.x86_64 0:1.2.90-8.el7_9                                                              turbojpeg-devel.x86_64 0:1.2.90-8.el7_9                                                             

Complete!
[root@cen79 xpra]# yum install xpra
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package xpra.x86_64 0:3.1-10.29270xpra1.el7 will be installed
--> Processing Dependency: python2-xpra-client = 3.1-10.29270xpra1.el7 for package: xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-xpra-server = 3.1-10.29270xpra1.el7 for package: xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: xpra-html5 for package: xpra-3.1-10.29270xpra1.el7.x86_64
--> Running transaction check
---> Package python2-xpra-client.x86_64 0:3.1-10.29270xpra1.el7 will be installed
--> Processing Dependency: python2-xpra = 3.1-10.29270xpra1.el7 for package: python2-xpra-client-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: xpra-common-client >= 3.1-10.29270xpra1.el7 for package: python2-xpra-client-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: pygtkglext for package: python2-xpra-client-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-pyopengl for package: python2-xpra-client-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-pyu2f for package: python2-xpra-client-3.1-10.29270xpra1.el7.x86_64
---> Package python2-xpra-server.x86_64 0:3.1-10.29270xpra1.el7 will be installed
--> Processing Dependency: xpra-common-server >= 3.1-10.29270xpra1.el7 for package: python2-xpra-server-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python-setproctitle for package: python2-xpra-server-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-pycuda for package: python2-xpra-server-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-pynvml for package: python2-xpra-server-3.1-10.29270xpra1.el7.x86_64
---> Package xpra-html5.noarch 0:4.5.2-1.r1057.el7 will be installed
--> Running transaction check
---> Package pygtkglext.x86_64 0:1.1.0-31.xpra2.el7 will be installed
--> Processing Dependency: libGLU.so.1()(64bit) for package: pygtkglext-1.1.0-31.xpra2.el7.x86_64
--> Processing Dependency: libgdkglext-x11-1.0.so.0()(64bit) for package: pygtkglext-1.1.0-31.xpra2.el7.x86_64
--> Processing Dependency: libgtkglext-x11-1.0.so.0()(64bit) for package: pygtkglext-1.1.0-31.xpra2.el7.x86_64
--> Processing Dependency: libpangox-1.0.so.0()(64bit) for package: pygtkglext-1.1.0-31.xpra2.el7.x86_64
---> Package python-setproctitle.x86_64 0:1.1.6-5.el7 will be installed
---> Package python2-pycuda.x86_64 0:2020.1-1 will be installed
--> Processing Dependency: numpy for package: python2-pycuda-2020.1-1.x86_64
--> Processing Dependency: python2-pytools for package: python2-pycuda-2020.1-1.x86_64
---> Package python2-pynvml.x86_64 0:11.470.66-1 will be installed
---> Package python2-pyopengl.x86_64 0:3.1.5-1xpra1.el7 will be installed
--> Processing Dependency: freeglut for package: python2-pyopengl-3.1.5-1xpra1.el7.x86_64
---> Package python2-pyu2f.x86_64 0:0.1.5-1 will be installed
---> Package python2-xpra.x86_64 0:3.1-10.29270xpra1.el7 will be installed
--> Processing Dependency: xpra-common >= 3.1-10.29270xpra1.el7 for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: ffmpeg-xpra for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libvpx-xpra for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libwebp-xpra for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libyuv for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python-pillow for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-cryptography for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-lz4 for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-netifaces for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: python2-rencode for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: x264-xpra for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libwebp.so.7()(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
--> Processing Dependency: libyuv.so.0()(64bit) for package: python2-xpra-3.1-10.29270xpra1.el7.x86_64
---> Package xpra-common-client.noarch 0:3.1-10.29270xpra1.el7 will be installed
---> Package xpra-common-server.noarch 0:3.1-10.29270xpra1.el7 will be installed
--> Processing Dependency: /usr/bin/python3 for package: xpra-common-server-3.1-10.29270xpra1.el7.noarch
--> Processing Dependency: libfakeXinerama for package: xpra-common-server-3.1-10.29270xpra1.el7.noarch
--> Running transaction check
---> Package ffmpeg-xpra.x86_64 0:4.4-1.el7 will be installed
---> Package freeglut.x86_64 0:3.0.0-8.el7 will be installed
---> Package gtkglext-libs.x86_64 0:1.2.0-23.1.el7 will be installed
---> Package libfakeXinerama.x86_64 0:0.1.0-4.el7 will be installed
---> Package libvpx-xpra.x86_64 0:1.9.0-1.el7 will be installed
---> Package libwebp-xpra.x86_64 0:1.2.0-1.el7 will be installed
---> Package libyuv.x86_64 0:0-0.1766.20201016gita4ec5cf.1.el7 will be installed
---> Package mesa-libGLU.x86_64 0:9.0.0-4.el7 will be installed
---> Package numpy.x86_64 1:1.7.1-13.el7 will be installed
--> Processing Dependency: python-nose for package: 1:numpy-1.7.1-13.el7.x86_64
--> Processing Dependency: libtatlas.so.3()(64bit) for package: 1:numpy-1.7.1-13.el7.x86_64
--> Processing Dependency: liblapack.so.3()(64bit) for package: 1:numpy-1.7.1-13.el7.x86_64
---> Package pangox-compat.x86_64 0:0.0.2-2.el7 will be installed
---> Package python-pillow.x86_64 0:6.2.2-1.el7 will be installed
---> Package python2-cryptography.x86_64 0:1.7.2-2.el7 will be installed
--> Processing Dependency: python-pyasn1 >= 0.1.8 for package: python2-cryptography-1.7.2-2.el7.x86_64
--> Processing Dependency: python-idna >= 2.0 for package: python2-cryptography-1.7.2-2.el7.x86_64
--> Processing Dependency: python-cffi >= 1.4.1 for package: python2-cryptography-1.7.2-2.el7.x86_64
--> Processing Dependency: python-enum34 for package: python2-cryptography-1.7.2-2.el7.x86_64
---> Package python2-lz4.x86_64 0:2.2.1-2 will be installed
---> Package python2-netifaces.x86_64 0:0.11.0-1.el7 will be installed
---> Package python2-pytools.noarch 0:2019.1.1-3.el7 will be installed
---> Package python2-rencode.x86_64 0:1.0.6-11.xpra2.el7 will be installed
---> Package python3.x86_64 0:3.6.8-17.el7 will be installed
--> Processing Dependency: python3-libs(x86-64) = 3.6.8-17.el7 for package: python3-3.6.8-17.el7.x86_64
--> Processing Dependency: python3-setuptools for package: python3-3.6.8-17.el7.x86_64
--> Processing Dependency: python3-pip for package: python3-3.6.8-17.el7.x86_64
--> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-17.el7.x86_64
---> Package x264-xpra.x86_64 0:20210301-1.el7 will be installed
---> Package xpra-common.noarch 0:3.1-10.29270xpra1.el7 will be installed
--> Running transaction check
---> Package atlas.x86_64 0:3.10.1-12.el7 will be installed
---> Package lapack.x86_64 0:3.4.2-8.el7 will be installed
--> Processing Dependency: libblas.so.3()(64bit) for package: lapack-3.4.2-8.el7.x86_64
---> Package python-cffi.x86_64 0:1.6.0-5.el7 will be installed
--> Processing Dependency: python-pycparser for package: python-cffi-1.6.0-5.el7.x86_64
---> Package python-enum34.noarch 0:1.0.4-1.el7 will be installed
---> Package python-idna.noarch 0:2.4-1.el7 will be installed
---> Package python-nose.noarch 0:1.3.7-1.el7 will be installed
---> Package python2-pyasn1.noarch 0:0.1.9-7.el7 will be installed
---> Package python3-libs.x86_64 0:3.6.8-17.el7 will be installed
---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed
---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed
--> Running transaction check
---> Package blas.x86_64 0:3.4.2-8.el7 will be installed
---> Package python-pycparser.noarch 0:2.14-1.el7 will be installed
--> Processing Dependency: python-ply for package: python-pycparser-2.14-1.el7.noarch
--> Running transaction check
---> Package python-ply.noarch 0:3.4-11.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

======================================================================================================================================================================================================
 Package                                         Arch                              Version                                                      Repository                                       Size
======================================================================================================================================================================================================
Installing:
 xpra                                            x86_64                            3.1-10.29270xpra1.el7                                        Xpra                                             91 k
Installing for dependencies:
 atlas                                           x86_64                            3.10.1-12.el7                                                CentOS-v7.9.2009-DVD                            4.5 M
 blas                                            x86_64                            3.4.2-8.el7                                                  CentOS-v7.9.2009-DVD                            399 k
 ffmpeg-xpra                                     x86_64                            4.4-1.el7                                                    Xpra                                            2.1 M
 freeglut                                        x86_64                            3.0.0-8.el7                                                  CentOS-v7.9.2009-DVD                            185 k
 gtkglext-libs                                   x86_64                            1.2.0-23.1.el7                                               Xpra                                             87 k
 lapack                                          x86_64                            3.4.2-8.el7                                                  CentOS-v7.9.2009-DVD                            5.4 M
 libfakeXinerama                                 x86_64                            0.1.0-4.el7                                                  Xpra                                            7.4 k
 libvpx-xpra                                     x86_64                            1.9.0-1.el7                                                  Xpra                                            726 k
 libwebp-xpra                                    x86_64                            1.2.0-1.el7                                                  Xpra                                            221 k
 libyuv                                          x86_64                            0-0.1766.20201016gita4ec5cf.1.el7                            Xpra                                            118 k
 mesa-libGLU                                     x86_64                            9.0.0-4.el7                                                  CentOS-v7.9.2009-DVD                            196 k
 numpy                                           x86_64                            1:1.7.1-13.el7                                               CentOS-v7.9.2009-DVD                            2.8 M
 pangox-compat                                   x86_64                            0.0.2-2.el7                                                  Xpra                                            120 k
 pygtkglext                                      x86_64                            1.1.0-31.xpra2.el7                                           Xpra                                            121 k
 python-cffi                                     x86_64                            1.6.0-5.el7                                                  CentOS-v7.9.2009-DVD                            218 k
 python-enum34                                   noarch                            1.0.4-1.el7                                                  CentOS-v7.9.2009-DVD                             52 k
 python-idna                                     noarch                            2.4-1.el7                                                    CentOS-v7.9.2009-DVD                             94 k
 python-nose                                     noarch                            1.3.7-1.el7                                                  CentOS-v7.9.2009-DVD                            276 k
 python-pillow                                   x86_64                            6.2.2-1.el7                                                  Xpra                                            965 k
 python-ply                                      noarch                            3.4-11.el7                                                   CentOS-v7.9.2009-DVD                            123 k
 python-pycparser                                noarch                            2.14-1.el7                                                   CentOS-v7.9.2009-DVD                            104 k
 python-setproctitle                             x86_64                            1.1.6-5.el7                                                  CentOS-v7.9.2009-DVD                             15 k
 python2-cryptography                            x86_64                            1.7.2-2.el7                                                  CentOS-v7.9.2009-DVD                            502 k
 python2-lz4                                     x86_64                            2.2.1-2                                                      Xpra                                             80 k
 python2-netifaces                               x86_64                            0.11.0-1.el7                                                 Xpra                                             18 k
 python2-pyasn1                                  noarch                            0.1.9-7.el7                                                  CentOS-v7.9.2009-DVD                            100 k
 python2-pycuda                                  x86_64                            2020.1-1                                                     Xpra                                            616 k
 python2-pynvml                                  x86_64                            11.470.66-1                                                  Xpra                                             43 k
 python2-pyopengl                                x86_64                            3.1.5-1xpra1.el7                                             Xpra                                            2.8 M
 python2-pytools                                 noarch                            2019.1.1-3.el7                                               Xpra                                            120 k
 python2-pyu2f                                   x86_64                            0.1.5-1                                                      Xpra                                             51 k
 python2-rencode                                 x86_64                            1.0.6-11.xpra2.el7                                           Xpra                                             57 k
 python2-xpra                                    x86_64                            3.1-10.29270xpra1.el7                                        Xpra                                            6.7 M
 python2-xpra-client                             x86_64                            3.1-10.29270xpra1.el7                                        Xpra                                            655 k
 python2-xpra-server                             x86_64                            3.1-10.29270xpra1.el7                                        Xpra                                            1.0 M
 python3                                         x86_64                            3.6.8-17.el7                                                 CentOS-v7.9.2009-DVD                             70 k
 python3-libs                                    x86_64                            3.6.8-17.el7                                                 CentOS-v7.9.2009-DVD                            6.9 M
 python3-pip                                     noarch                            9.0.3-8.el7                                                  CentOS-v7.9.2009-DVD                            1.6 M
 python3-setuptools                              noarch                            39.2.0-10.el7                                                CentOS-v7.9.2009-DVD                            629 k
 x264-xpra                                       x86_64                            20210301-1.el7                                               Xpra                                            663 k
 xpra-common                                     noarch                            3.1-10.29270xpra1.el7                                        Xpra                                            354 k
 xpra-common-client                              noarch                            3.1-10.29270xpra1.el7                                        Xpra                                             95 k
 xpra-common-server                              noarch                            3.1-10.29270xpra1.el7                                        Xpra                                            138 k
 xpra-html5                                      noarch                            4.5.2-1.r1057.el7                                            Xpra                                            1.2 M

Transaction Summary
======================================================================================================================================================================================================
Install  1 Package (+44 Dependent packages)

Total download size: 43 M
Installed size: 178 M
Is this ok [y/d/N]: y
Downloading packages:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                  64 MB/s |  43 MB  00:00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : xpra-common-3.1-10.29270xpra1.el7.noarch                                                                                                                                          1/45 
  Installing : python3-libs-3.6.8-17.el7.x86_64                                                                                                                                                  2/45 
  Installing : python3-pip-9.0.3-8.el7.noarch                                                                                                                                                    3/45 
  Installing : python3-3.6.8-17.el7.x86_64                                                                                                                                                       4/45 
  Installing : python3-setuptools-39.2.0-10.el7.noarch                                                                                                                                           5/45 
  Installing : pangox-compat-0.0.2-2.el7.x86_64                                                                                                                                                  6/45 
  Installing : mesa-libGLU-9.0.0-4.el7.x86_64                                                                                                                                                    7/45 
  Installing : x264-xpra-20210301-1.el7.x86_64                                                                                                                                                   8/45 
  Installing : ffmpeg-xpra-4.4-1.el7.x86_64                                                                                                                                                      9/45 
  Installing : gtkglext-libs-1.2.0-23.1.el7.x86_64                                                                                                                                              10/45 
  Installing : xpra-common-client-3.1-10.29270xpra1.el7.noarch                                                                                                                                  11/45 
  Installing : xpra-html5-4.5.2-1.r1057.el7.noarch                                                                                                                                              12/45 
  Installing : python2-pyasn1-0.1.9-7.el7.noarch                                                                                                                                                13/45 
  Installing : libwebp-xpra-1.2.0-1.el7.x86_64                                                                                                                                                  14/45 
  Installing : python2-pytools-2019.1.1-3.el7.noarch                                                                                                                                            15/45 
  Installing : freeglut-3.0.0-8.el7.x86_64                                                                                                                                                      16/45 
  Installing : python2-pyu2f-0.1.5-1.x86_64                                                                                                                                                     17/45 
  Installing : libvpx-xpra-1.9.0-1.el7.x86_64                                                                                                                                                   18/45 
  Installing : python2-lz4-2.2.1-2.x86_64                                                                                                                                                       19/45 
  Installing : python-ply-3.4-11.el7.noarch                                                                                                                                                     20/45 
  Installing : python-pycparser-2.14-1.el7.noarch                                                                                                                                               21/45 
  Installing : python-cffi-1.6.0-5.el7.x86_64                                                                                                                                                   22/45 
  Installing : python2-rencode-1.0.6-11.xpra2.el7.x86_64                                                                                                                                        23/45 
  Installing : python-idna-2.4-1.el7.noarch                                                                                                                                                     24/45 
  Installing : python-pillow-6.2.2-1.el7.x86_64                                                                                                                                                 25/45 
  Installing : python2-netifaces-0.11.0-1.el7.x86_64                                                                                                                                            26/45 
  Installing : python2-pynvml-11.470.66-1.x86_64                                                                                                                                                27/45 
  Installing : libfakeXinerama-0.1.0-4.el7.x86_64                                                                                                                                               28/45 
  Installing : xpra-common-server-3.1-10.29270xpra1.el7.noarch                                                                                                                                  29/45 
  Installing : python-setproctitle-1.1.6-5.el7.x86_64                                                                                                                                           30/45 
  Installing : python-nose-1.3.7-1.el7.noarch                                                                                                                                                   31/45 
  Installing : atlas-3.10.1-12.el7.x86_64                                                                                                                                                       32/45 
  Installing : python-enum34-1.0.4-1.el7.noarch                                                                                                                                                 33/45 
  Installing : python2-cryptography-1.7.2-2.el7.x86_64                                                                                                                                          34/45 
  Installing : libyuv-0-0.1766.20201016gita4ec5cf.1.el7.x86_64                                                                                                                                  35/45 
  Installing : blas-3.4.2-8.el7.x86_64                                                                                                                                                          36/45 
  Installing : lapack-3.4.2-8.el7.x86_64                                                                                                                                                        37/45 
  Installing : 1:numpy-1.7.1-13.el7.x86_64                                                                                                                                                      38/45 
  Installing : python2-pyopengl-3.1.5-1xpra1.el7.x86_64                                                                                                                                         39/45 
  Installing : python2-xpra-3.1-10.29270xpra1.el7.x86_64                                                                                                                                        40/45 
  Installing : pygtkglext-1.1.0-31.xpra2.el7.x86_64                                                                                                                                             41/45 
  Installing : python2-xpra-client-3.1-10.29270xpra1.el7.x86_64                                                                                                                                 42/45 
  Installing : python2-pycuda-2020.1-1.x86_64                                                                                                                                                   43/45 
  Installing : python2-xpra-server-3.1-10.29270xpra1.el7.x86_64                                                                                                                                 44/45 
  Installing : xpra-3.1-10.29270xpra1.el7.x86_64                                                                                                                                                45/45 
  Verifying  : python3-setuptools-39.2.0-10.el7.noarch                                                                                                                                           1/45 
  Verifying  : blas-3.4.2-8.el7.x86_64                                                                                                                                                           2/45 
  Verifying  : python2-pyopengl-3.1.5-1xpra1.el7.x86_64                                                                                                                                          3/45 
  Verifying  : libyuv-0-0.1766.20201016gita4ec5cf.1.el7.x86_64                                                                                                                                   4/45 
  Verifying  : 1:numpy-1.7.1-13.el7.x86_64                                                                                                                                                       5/45 
  Verifying  : python3-libs-3.6.8-17.el7.x86_64                                                                                                                                                  6/45 
  Verifying  : python-enum34-1.0.4-1.el7.noarch                                                                                                                                                  7/45 
  Verifying  : python3-pip-9.0.3-8.el7.noarch                                                                                                                                                    8/45 
  Verifying  : python2-xpra-3.1-10.29270xpra1.el7.x86_64                                                                                                                                         9/45 
  Verifying  : atlas-3.10.1-12.el7.x86_64                                                                                                                                                       10/45 
  Verifying  : python-nose-1.3.7-1.el7.noarch                                                                                                                                                   11/45 
  Verifying  : xpra-common-3.1-10.29270xpra1.el7.noarch                                                                                                                                         12/45 
  Verifying  : xpra-3.1-10.29270xpra1.el7.x86_64                                                                                                                                                13/45 
  Verifying  : python-setproctitle-1.1.6-5.el7.x86_64                                                                                                                                           14/45 
  Verifying  : libfakeXinerama-0.1.0-4.el7.x86_64                                                                                                                                               15/45 
  Verifying  : python2-pynvml-11.470.66-1.x86_64                                                                                                                                                16/45 
  Verifying  : python2-xpra-server-3.1-10.29270xpra1.el7.x86_64                                                                                                                                 17/45 
  Verifying  : python2-netifaces-0.11.0-1.el7.x86_64                                                                                                                                            18/45 
  Verifying  : lapack-3.4.2-8.el7.x86_64                                                                                                                                                        19/45 
  Verifying  : gtkglext-libs-1.2.0-23.1.el7.x86_64                                                                                                                                              20/45 
  Verifying  : x264-xpra-20210301-1.el7.x86_64                                                                                                                                                  21/45 
  Verifying  : ffmpeg-xpra-4.4-1.el7.x86_64                                                                                                                                                     22/45 
  Verifying  : python3-3.6.8-17.el7.x86_64                                                                                                                                                      23/45 
  Verifying  : python-pillow-6.2.2-1.el7.x86_64                                                                                                                                                 24/45 
  Verifying  : python-idna-2.4-1.el7.noarch                                                                                                                                                     25/45 
  Verifying  : python2-rencode-1.0.6-11.xpra2.el7.x86_64                                                                                                                                        26/45 
  Verifying  : python-ply-3.4-11.el7.noarch                                                                                                                                                     27/45 
  Verifying  : python2-lz4-2.2.1-2.x86_64                                                                                                                                                       28/45 
  Verifying  : python-cffi-1.6.0-5.el7.x86_64                                                                                                                                                   29/45 
  Verifying  : pygtkglext-1.1.0-31.xpra2.el7.x86_64                                                                                                                                             30/45 
  Verifying  : xpra-common-client-3.1-10.29270xpra1.el7.noarch                                                                                                                                  31/45 
  Verifying  : libvpx-xpra-1.9.0-1.el7.x86_64                                                                                                                                                   32/45 
  Verifying  : python2-pyu2f-0.1.5-1.x86_64                                                                                                                                                     33/45 
  Verifying  : mesa-libGLU-9.0.0-4.el7.x86_64                                                                                                                                                   34/45 
  Verifying  : freeglut-3.0.0-8.el7.x86_64                                                                                                                                                      35/45 
  Verifying  : python-pycparser-2.14-1.el7.noarch                                                                                                                                               36/45 
  Verifying  : python2-pycuda-2020.1-1.x86_64                                                                                                                                                   37/45 
  Verifying  : python2-cryptography-1.7.2-2.el7.x86_64                                                                                                                                          38/45 
  Verifying  : python2-pytools-2019.1.1-3.el7.noarch                                                                                                                                            39/45 
  Verifying  : libwebp-xpra-1.2.0-1.el7.x86_64                                                                                                                                                  40/45 
  Verifying  : python2-pyasn1-0.1.9-7.el7.noarch                                                                                                                                                41/45 
  Verifying  : python2-xpra-client-3.1-10.29270xpra1.el7.x86_64                                                                                                                                 42/45 
  Verifying  : xpra-html5-4.5.2-1.r1057.el7.noarch                                                                                                                                              43/45 
  Verifying  : pangox-compat-0.0.2-2.el7.x86_64                                                                                                                                                 44/45 
  Verifying  : xpra-common-server-3.1-10.29270xpra1.el7.noarch                                                                                                                                  45/45 

Installed:
  xpra.x86_64 0:3.1-10.29270xpra1.el7                                                                                                                                                                 

Dependency Installed:
  atlas.x86_64 0:3.10.1-12.el7                 blas.x86_64 0:3.4.2-8.el7                           ffmpeg-xpra.x86_64 0:4.4-1.el7                      freeglut.x86_64 0:3.0.0-8.el7               
  gtkglext-libs.x86_64 0:1.2.0-23.1.el7        lapack.x86_64 0:3.4.2-8.el7                         libfakeXinerama.x86_64 0:0.1.0-4.el7                libvpx-xpra.x86_64 0:1.9.0-1.el7            
  libwebp-xpra.x86_64 0:1.2.0-1.el7            libyuv.x86_64 0:0-0.1766.20201016gita4ec5cf.1.el7   mesa-libGLU.x86_64 0:9.0.0-4.el7                    numpy.x86_64 1:1.7.1-13.el7                 
  pangox-compat.x86_64 0:0.0.2-2.el7           pygtkglext.x86_64 0:1.1.0-31.xpra2.el7              python-cffi.x86_64 0:1.6.0-5.el7                    python-enum34.noarch 0:1.0.4-1.el7          
  python-idna.noarch 0:2.4-1.el7               python-nose.noarch 0:1.3.7-1.el7                    python-pillow.x86_64 0:6.2.2-1.el7                  python-ply.noarch 0:3.4-11.el7              
  python-pycparser.noarch 0:2.14-1.el7         python-setproctitle.x86_64 0:1.1.6-5.el7            python2-cryptography.x86_64 0:1.7.2-2.el7           python2-lz4.x86_64 0:2.2.1-2                
  python2-netifaces.x86_64 0:0.11.0-1.el7      python2-pyasn1.noarch 0:0.1.9-7.el7                 python2-pycuda.x86_64 0:2020.1-1                    python2-pynvml.x86_64 0:11.470.66-1         
  python2-pyopengl.x86_64 0:3.1.5-1xpra1.el7   python2-pytools.noarch 0:2019.1.1-3.el7             python2-pyu2f.x86_64 0:0.1.5-1                      python2-rencode.x86_64 0:1.0.6-11.xpra2.el7 
  python2-xpra.x86_64 0:3.1-10.29270xpra1.el7  python2-xpra-client.x86_64 0:3.1-10.29270xpra1.el7  python2-xpra-server.x86_64 0:3.1-10.29270xpra1.el7  python3.x86_64 0:3.6.8-17.el7               
  python3-libs.x86_64 0:3.6.8-17.el7           python3-pip.noarch 0:9.0.3-8.el7                    python3-setuptools.noarch 0:39.2.0-10.el7           x264-xpra.x86_64 0:20210301-1.el7           
  xpra-common.noarch 0:3.1-10.29270xpra1.el7   xpra-common-client.noarch 0:3.1-10.29270xpra1.el7   xpra-common-server.noarch 0:3.1-10.29270xpra1.el7   xpra-html5.noarch 0:4.5.2-1.r1057.el7       

Complete!
[root@cen79 xpra]# 

2.) Next I have disabled the systemd startup...

[root@cen79 media]# systemctl stop xpra.service
[root@cen79 media]# systemctl disable xpra.service
[root@cen79 media]# systemctl status xpra.service
● xpra.service - Xpra System Server
   Loaded: loaded (/usr/lib/systemd/system/xpra.service; disabled; vendor preset: disabled)
   Active: inactive (dead)
     Docs: https://xpra.org/trac/wiki/Service
           man:xpra
[root@cen79 media]# systemctl stop xpra.socket
[root@cen79 media]# systemctl disable xpra.socket
Removed symlink /etc/systemd/system/sockets.target.wants/xpra.socket.
[root@cen79 media]# systemctl status xpra.socket
● xpra.socket - Xpra Socket
   Loaded: loaded (/usr/lib/systemd/system/xpra.socket; disabled; vendor preset: disabled)
   Active: inactive (dead)
   Listen: [::]:14500 (Stream)
           /run/xpra/system (Stream)

Oct 15 09:43:18 cen79 systemd[1]: Starting Xpra Socket.
Oct 15 09:43:18 cen79 systemd[1]: Listening on Xpra Socket.
Oct 15 09:49:04 cen79 systemd[1]: Closed Xpra Socket.
[root@cen79 media]# netstat -tulpn | grep LISTEN
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      698/rpcbind         
tcp        0      0 192.168.122.1:53        0.0.0.0:*               LISTEN      1378/dnsmasq        
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1140/sshd           
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      1144/cupsd          
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      1494/master         
tcp6       0      0 :::111                  :::*                    LISTEN      698/rpcbind         
tcp6       0      0 :::22                   :::*                    LISTEN      1140/sshd           
tcp6       0      0 ::1:631                 :::*                    LISTEN      1144/cupsd          
tcp6       0      0 ::1:25                  :::*                    LISTEN      1494/master         
[root@cen79 media]#

3.) Then I have started the Xpra proxy manually, making sure first it is not running...

[root@cen79 init.d]# mkdir /var/log/xpra
[root@cen79 init.d]# ps -ef | grep xpra
root      2746  1936  0 09:50 pts/0    00:00:00 grep --color=auto xpra
[root@cen79 init.d]# /usr/bin/xpra proxy :20 --tcp-auth=sys --bind-tcp=0.0.0.0:14500  --html=on --proxy-start-sessions=yes --server-idle-timeout=0 --log-dir=/var/log/xpra --log-file=proxy.log
[root@cen79 init.d]# Entering daemon mode; any further errors will be reported to:
  /var/log/xpra/proxy.log
[root@cen79 init.d]# ps -ef | grep xpra
root      2755     1  0 09:51 ?        00:00:00 /usr/bin/python2 /usr/bin/xpra proxy :20 --tcp-auth=sys --bind-tcp=0.0.0.0:14500 --html=on --proxy-start-sessions=yes --server-idle-timeout=0 --log-dir=/var/log/xpra --log-file=proxy.log
root      2986  1936  0 09:53 pts/0    00:00:00 grep --color=auto xpra
[root@cen79 init.d]#

4.) Then I have verified the IP of my VM...

[root@cen79 xpra]# ifconfig -a
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.56.80  netmask 255.255.255.0  broadcast 192.168.56.255
        inet6 fe80::a00:27ff:fe90:3ca1  prefixlen 64  scopeid 0x20<link>
        ether 08:00:27:90:3c:a1  txqueuelen 1000  (Ethernet)
        RX packets 9548  bytes 981429 (958.4 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8248  bytes 2447603 (2.3 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 96  bytes 7520 (7.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 96  bytes 7520 (7.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

virbr0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255
        ether 52:54:00:45:f8:38  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

virbr0-nic: flags=4098<BROADCAST,MULTICAST>  mtu 1500
        ether 52:54:00:45:f8:38  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

[root@cen79 xpra]#

5.) Also checked the installed Xpra HTML5 client version as you have advised...

[root@cen79 xpra]# grep VERSION /usr/share/xpra/www/js/Utilities.js 
    VERSION : "4.5.2",
[root@cen79 xpra]#

6.) Now that the Xpra proxy was running on 192.168.56.80, I have connected to it from my browser via http://192.168.56.80:14500/connect.html launching /usr/bin/xterm, where I ran into the refresh issue as usually.

image

image

7.) This is the contents of the /run/user/1000/xpra/:1.log with the usual error and the unexpected HTML5 client version...

2021-10-15 09:54:21,587 Error: cannot enable SSH socket upgrades:
2021-10-15 09:54:21,587  No module named paramiko
2021-10-15 09:54:21,589 cannot access python uinput module:
2021-10-15 09:54:21,589  No module named uinput
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
Build Operating System:  3.10.0-957.1.3.el7.x86_64 
Current Operating System: Linux cen79 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-1160.el7.x86_64 root=/dev/mapper/centos-root ro spectre_v2=retpoline rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=en_US.UTF-8
Build Date: 01 April 2020  05:04:29AM
Build ID: xorg-x11-server 1.20.4-10.el7 
Current version of pixman: 0.34.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: "/run/user/1000/xpra/Xorg.S3002.log", Time: Fri Oct 15 09:54:21 2021
(++) Using config file: "/etc/xpra/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
2021-10-15 09:54:22,237 Warning: some of the sockets are in an unknown state:
2021-10-15 09:54:22,237  /run/user/1000/xpra/cen79-1
2021-10-15 09:54:22,238  /home/walakee/.xpra/cen79-1
2021-10-15 09:54:22,238  please wait as we allow the socket probing to timeout
2021-10-15 09:54:28,282 created unix domain socket '/run/user/1000/xpra/cen79-1'
2021-10-15 09:54:28,282 cannot create group socket '/run/xpra/cen79-1'
2021-10-15 09:54:28,282  [Errno 13] Permission denied
2021-10-15 09:54:28,283 created unix domain socket '/home/walakee/.xpra/cen79-1'
2021-10-15 09:54:28,287 Warning: missing sound module
2021-10-15 09:54:28,442 pointer device emulation using XTest
2021-10-15 09:54:28,481 serving html content from '/usr/share/xpra/www'
2021-10-15 09:54:28,497 Warning: skipped OpenGL probing,
2021-10-15 09:54:28,497  found 1 blacklisted kernel module:
2021-10-15 09:54:28,497  vboxguest
2021-10-15 09:54:28,572 D-Bus notification forwarding is available
2021-10-15 09:54:28,707 Warning: webcam forwarding is disabled
2021-10-15 09:54:28,707  the virtual video directory '/sys/devices/virtual/video4linux' was not found
2021-10-15 09:54:28,707  make sure that the 'v4l2loopback' kernel module is installed and loaded
2021-10-15 09:54:28,708 found 0 virtual video devices for webcam forwarding
2021-10-15 09:54:28,866 xpra is ready.
2021-10-15 09:54:28,868 xpra GTK2 X11 version 3.1-r0 64-bit
2021-10-15 09:54:28,901  uid=1000 (walakee), gid=1000 (walakee)
2021-10-15 09:54:28,901  running with pid 3010 on Linux CentOS Linux 7.9.2009 Core
2021-10-15 09:54:28,902  connected to X11 display :1 with 24 bit colors
2021-10-15 09:54:29,286 printer forwarding enabled using postscript and pdf
2021-10-15 09:54:29,293 started command '/usr/bin/xterm' with pid 3058
2021-10-15 09:54:29,355 watching for applications menu changes in:
2021-10-15 09:54:29,355  '/usr/share/applications'
2021-10-15 09:54:29,355  '/usr/local/share/applications'
2021-10-15 09:54:29,357 Warning: cannot use application menu data:
2021-10-15 09:54:29,357  no python-xdg module
/usr/bin/xterm: cannot load font '-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1'
2021-10-15 09:54:30,045 Error importing nvjpeg encoder (enc_nvjpeg)
2021-10-15 09:54:30,045  libnvjpeg.so.11: cannot open shared object file: No such file or directory
2021-10-15 09:54:30,063 1.0GB of system memory
2021-10-15 09:54:30,063 New unix-domain connection received
2021-10-15 09:54:30,063  on '/run/user/1000/xpra/cen79-1'
2021-10-15 09:54:30,069 New unix-domain connection received
2021-10-15 09:54:30,069  on '/home/walakee/.xpra/cen79-1'
2021-10-15 09:54:30,069 New unix-domain connection received
2021-10-15 09:54:30,069  on '/home/walakee/.xpra/cen79-1'
2021-10-15 09:54:30,547 New unix-domain connection received
2021-10-15 09:54:30,547  on '/run/user/1000/xpra/cen79-1'
2021-10-15 09:54:30,549 Handshake complete; enabling connection
2021-10-15 09:54:30,622  automatic picture encoding enabled, also available:
2021-10-15 09:54:30,622   jpeg, png, rgb32, rgb24, webp
2021-10-15 09:54:30,622 HTML5 Microsoft Windows Chrome client version 4.5-r1031
2021-10-15 09:54:30,622   as 'walakee'
2021-10-15 09:54:30,622  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.1 on 'cen79'
2021-10-15 09:54:30,785 setting keyboard layout to 'us'
2021-10-15 09:54:30,865  client root window size is 1920x913 with 1 display:
2021-10-15 09:54:30,867   HTML (508x242 mm - DPI: 96x95)
2021-10-15 09:54:30,867     Canvas
2021-10-15 09:54:30,873 server virtual display now set to 1600x900 (best match for 1920x913)
2021-10-15 09:54:31,155 DPI set to 19 x 21 (wanted 96 x 96)
2021-10-15 09:54:31,155  you may experience scaling problems, such as huge or small fonts, etc
2021-10-15 09:54:31,155  to fix this issue, try the dpi switch, or use a patched Xorg dummy driver
2021-10-15 09:54:31,188 client   1 received xdg start menu data
2021-10-15 09:54:31,244 client   1 startup complete
2021-10-15 09:54:31,244 client   1 connection-established
2021-10-15 09:54:31,284 Warning: client decoding error:
2021-10-15 09:54:31,284  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:31,404 New unix-domain connection received
2021-10-15 09:54:31,404  on '/run/user/1000/xpra/cen79-1'
2021-10-15 09:54:31,652 Warning: client decoding error:
2021-10-15 09:54:31,652  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:32,117 Warning: client decoding error:
2021-10-15 09:54:32,117  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:32,682 Warning: client decoding error:
2021-10-15 09:54:32,682  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:33,372 Warning: client decoding error:
2021-10-15 09:54:33,372  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:34,152 Warning: client decoding error:
2021-10-15 09:54:34,153  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:35,019 Warning: client decoding error:
2021-10-15 09:54:35,019  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:35,985 Warning: client decoding error:
2021-10-15 09:54:35,985  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,229,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,99,107,219,226,164,76,151,44,129,45,208,49,93,14,139,24,82,225,80,187,107,71,101,29,75,240,154,51,101,118,129,59,91,112,189,184,140,149,76,68,255,21,185,109,164,228,144,101,134,71,168,3,0,0,0,0,0,0,64,105,107,51,97,194,237,31,103,50,119,22,183,46,191,159,71,245,229,141,184,245,248,121,177,213,23,13,11,110,78,226,215,23,78,159,25,153,187,46,199,175,111,25,157,123,220,73,64,193,234,101,176,210,189,191,208,125,63,202,78,252,154,218,13,91,111,123,91,91,70,90,71,43,44,197,175,169,211,112,168,241,106,166,118,221,60,54,71,91,2,58,13,251,78,175,103,106,55,51,209,7,241,235,35,177,123,213,186,59,214,26,141,49,159,64,179,96,244,50,184,238,110,90,232,142,150,57,73,193,109,79,252,173,101,236,165,231,204,63,83,248,175,194,127,21,254,235,63,33,21,254,75,61,89,74,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:36,365 Warning: client decoding error:
2021-10-15 09:54:36,365  failed to create image bitmap from webp [object Blob], data=82,73,70,70,68,1,0,0,87,69,66,80,86,80,56,76,56,1,0,0,47,149,128,9,0,15,48,255,243,63,255,243,31,120,128,35,109,123,218,232,6,217,150,2,7,88,232,89,71,217,173,25,171,144,187,228,14,203,221,206,132,25,172,137,195,92,166,204,13,214,160,77,139,223,140,73,222,61,65,68,255,25,185,109,27,137,183,174,51,227,241,43,0,0,0,0,0,0,0,50,179,223,235,51,89,153,238,171,251,128,141,158,16,96,64,221,138,173,1,177,238,143,242,8,180,30,146,13,33,247,228,193,61,206,94,247,178,65,10,65,38,74,132,212,228,88,106,145,59,136,139,7,52,10,161,95,151,69,82,99,177,195,205,185,20,159,127,209,58,132,116,61,110,82,102,115,105,119,33,77,45,76,131,171,121,74,166,169,41,133,208,38,9,145,132,220,244,225,109,158,221,233,101,167,125,8,172,126,30,229,167,86,7,8,47,88,19,126,220,78,165,1,44,76,175,192,254,164,12,96,197,229,158,204,60,253,103,119,255,113,207,234,88,142,105,154,24,147,165,196,120,109,102,4,121,193,232,165,43,34,49,91,97,70,127,84,106,71,146,99,41,38,198,228,23,73,182,177,67,179,190,254,173,251,59,172,152,252,99,144,252,153,95,112,255,147,206,65,203,116,252,150,233,248,45,211,113,91,102,224,183,76,199,111,153,142,223,50,125,192,111,153,190,133,223,50,135,169,57,203,150,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:36,998 Warning: client decoding error:
2021-10-15 09:54:36,998  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:37,380 Warning: client decoding error:
2021-10-15 09:54:37,380  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:38,012 Warning: client decoding error:
2021-10-15 09:54:38,012  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:38,395 Warning: client decoding error:
2021-10-15 09:54:38,395  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:39,026 Warning: client decoding error:
2021-10-15 09:54:39,027  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:39,410 Warning: client decoding error:
2021-10-15 09:54:39,410  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:40,040 Warning: client decoding error:
2021-10-15 09:54:40,040  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:40,423 Warning: client decoding error:
2021-10-15 09:54:40,423  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:41,055 Warning: client decoding error:
2021-10-15 09:54:41,056  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:41,437 Warning: client decoding error:
2021-10-15 09:54:41,437  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:42,071 Warning: client decoding error:
2021-10-15 09:54:42,071  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:42,453 Warning: client decoding error:
2021-10-15 09:54:42,453  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:43,087 Warning: client decoding error:
2021-10-15 09:54:43,087  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:43,466 Warning: client decoding error:
2021-10-15 09:54:43,466  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:44,104 Warning: client decoding error:
2021-10-15 09:54:44,104  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:44,494 Warning: client decoding error:
2021-10-15 09:54:44,494  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:45,119 Warning: client decoding error:
2021-10-15 09:54:45,120  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:45,520 Warning: client decoding error:
2021-10-15 09:54:45,521  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:46,131 Warning: client decoding error:
2021-10-15 09:54:46,132  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:46,533 Warning: client decoding error:
2021-10-15 09:54:46,533  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:47,144 Warning: client decoding error:
2021-10-15 09:54:47,144  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:47,545 Warning: client decoding error:
2021-10-15 09:54:47,546  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:48,174 Warning: client decoding error:
2021-10-15 09:54:48,174  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:48,563 Warning: client decoding error:
2021-10-15 09:54:48,563  failed to create image bitmap from webp [object Blob], data=82,73,70,70,218,1,0,0,87,69,66,80,86,80,56,76,205,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,35,109,255,26,55,165,195,185,0,93,129,19,51,92,32,157,32,240,119,10,141,235,160,164,208,127,254,157,171,133,206,185,1,215,25,149,59,57,132,87,118,64,102,234,181,187,161,221,215,12,255,95,152,54,162,255,140,220,182,113,228,3,183,247,245,60,130,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,199,203,23,194,113,94,137,51,183,253,125,12,180,236,243,121,211,13,152,129,22,39,11,212,51,48,150,217,146,169,38,132,166,118,100,61,150,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,80,53,19,135,45,243,48,117,84,99,68,185,161,138,142,66,201,164,161,101,30,78,57,119,78,229,218,171,13,197,6,134,141,23,218,102,202,185,49,85,211,94,93,39,155,99,155,141,133,52,87,105,172,146,24,70,141,31,218,62,172,51,154,235,172,5,23,11,65,82,134,204,84,142,200,254,237,70,186,107,230,59,219,244,235,64,99,211,77,76,201,176,109,100,184,1,124,150,228,70,215,147,185,158,210,74,103,105,193,111,137,16,87,157,247,239,67,39,213,151,31,55,55,99,191,233,175,179,120,252,216,33,61,181,37,246,187,214,204,226,241,183,241,90,100,208,169,163,166,66,39,61,175,83,25,244,197,40,24,40,189,239,188,212,156,104,126,21,127,187,120,215,196,155,62,141,236,56,179,22,219,124,222,252,176,3,45,78,22,168,103,246,217,146,141,159,45,52,181,35,246,217,54,145,249,92,21,160,243,201,92,231,88,48,89,8,62,70,176,30,129,174,169,198,136,114,67,21,29,133,210,26,214,187,54,229,220,57,149,107,175,54,20,27,24,22,96,202,185,49,85,211,94,93,39,155,99,187,233,27,11,105,174,210,88,37,49,140,10,28,214,25,205,117,214,130,139,133,32,41,67,246,21,252,237,226,93,147,108,250,247,127,156,105,251,79,219,127,218,254,243,123,148,182,255,80,145,77,7,0: InvalidStateError: The source image could not be decoded.
2021-10-15 09:54:49,187 Warning: client decoding error:
2021-10-15 09:54:49,187  failed to create image bitmap from webp [object Blob], data=82,73,70,70,230,1,0,0,87,69,66,80,86,80,56,76,218,1,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,144,99,255,159,34,41,225,226,92,192,174,224,176,46,23,32,107,65,106,9,250,109,140,118,55,86,175,240,104,36,91,110,224,49,175,195,121,28,128,112,187,103,145,30,67,243,158,25,108,230,187,46,85,184,77,68,255,25,185,109,227,200,7,110,239,235,121,4,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,190,71,15,13,199,122,108,156,198,202,247,49,214,213,207,231,37,55,160,198,186,236,206,209,74,65,105,102,89,42,29,240,85,115,219,66,52,179,98,2,245,57,54,64,255,221,70,255,180,55,155,243,62,6,16,171,242,86,205,92,78,44,209,158,18,182,47,130,237,80,80,137,175,153,203,21,235,220,158,76,58,205,137,80,193,164,114,124,221,84,172,83,149,166,116,90,50,90,26,221,44,46,36,153,72,66,17,133,112,91,185,190,238,195,250,131,70,127,211,59,156,243,162,34,164,170,180,205,236,223,174,76,119,77,125,103,155,126,18,104,47,185,137,138,25,86,140,25,78,1,159,77,114,106,224,110,99,168,240,190,191,240,218,237,26,33,140,173,151,47,125,43,145,71,239,116,150,162,191,233,79,210,112,102,199,22,89,89,22,253,93,235,164,225,204,243,112,62,102,144,137,37,42,190,149,28,148,137,25,228,225,192,27,43,188,236,63,210,41,119,190,138,191,253,219,239,218,53,163,227,204,98,244,242,121,233,240,50,214,101,119,142,86,170,159,101,89,252,217,124,213,220,6,21,205,172,152,64,125,142,13,208,127,183,209,63,237,205,230,188,143,1,196,148,159,94,211,222,53,209,158,18,182,47,130,237,80,80,81,122,77,115,215,42,214,185,61,153,116,154,19,161,130,73,117,186,162,155,138,117,170,210,148,78,75,70,75,162,230,163,183,233,139,11,73,38,146,80,68,33,220,94,88,208,125,88,127,208,232,111,122,135,115,94,84,132,148,114,222,252,223,110,188,107,230,154,254,67,24,103,122,254,211,243,159,158,255,252,6,165,231,63,148,204,166,15: InvalidStateError: The source image could not be decoded.
2021-10-15 09:55:01,536 Shutting down in response to client request
2021-10-15 09:55:01,537 Disconnecting client /run/user/1000/xpra/cen79-1:
2021-10-15 09:55:01,537  server shutdown
2021-10-15 09:55:01,537 xpra client 1 disconnected.
2021-10-15 09:55:02,044 killing xvfb with pid 3011
2021-10-15 09:55:02,045 removing socket '/run/user/1000/xpra/cen79-1'
2021-10-15 09:55:02,045 removing socket '/home/walakee/.xpra/cen79-1'
2021-10-15 09:55:02,070 Error releasing the dbus notification forwarder:
2021-10-15 09:55:02,070  org.freedesktop.DBus.Error.Disconnected
2021-10-15 09:55:02,070  Connection was disconnected before a reply was received
(II) Server terminated successfully (0). Closing log file.

8.) And these are the Xpra packages installed on the system...

[root@cen79 init.d]# yum list | grep xpra
ffmpeg-xpra.x86_64                  4.4-1.el7               @Xpra               
libvpx-xpra.x86_64                  1.9.0-1.el7             @Xpra               
libwebp-xpra.x86_64                 1.2.0-1.el7             @Xpra               
pygtkglext.x86_64                   1.1.0-31.xpra2.el7      @Xpra               
python2-pyopengl.x86_64             3.1.5-1xpra1.el7        @Xpra               
python2-rencode.x86_64              1.0.6-11.xpra2.el7      @Xpra               
python2-xpra.x86_64                 3.1-10.29270xpra1.el7   @Xpra               
python2-xpra-client.x86_64          3.1-10.29270xpra1.el7   @Xpra               
python2-xpra-server.x86_64          3.1-10.29270xpra1.el7   @Xpra               
x264-xpra.x86_64                    20210301-1.el7          @Xpra               
xpra.x86_64                         3.1-10.29270xpra1.el7   @Xpra               
xpra-common.noarch                  3.1-10.29270xpra1.el7   @Xpra               
xpra-common-client.noarch           3.1-10.29270xpra1.el7   @Xpra               
xpra-common-server.noarch           3.1-10.29270xpra1.el7   @Xpra               
xpra-html5.noarch                   4.5.2-1.r1057.el7       @Xpra               
ffmpeg-xpra-debuginfo.x86_64        4.4-1.el7               Xpra                
ffmpeg-xpra-devel.x86_64            4.4-1.el7               Xpra                
libvpx-xpra-devel.x86_64            1.9.0-1.el7             Xpra                
libwebp-xpra-debuginfo.x86_64       1.2.0-1.el7             Xpra                
libwebp-xpra-devel.x86_64           1.2.0-1.el7             Xpra                
pygtkglext-debuginfo.x86_64         1.1.0-31.xpra2.el7      Xpra                
pygtkglext-devel.x86_64             1.1.0-31.xpra2.el7      Xpra                
python2-pbr.x86_64                  5.6.0-1.xpra1.el7       Xpra                
python2-pyopengl-debuginfo.x86_64   3.1.5-1xpra1.el7        Xpra                
python2-pyopengl-tk.noarch          3.1.5-1xpra1.el7        Xpra                
python2-rencode-debuginfo.x86_64    1.0.6-11.xpra2.el7      Xpra                
python2-xpra-audio.x86_64           3.1-10.29270xpra1.el7   Xpra                
x264-xpra-devel.x86_64              20210301-1.el7          Xpra                
xorg-x11-drv-dummy.x86_64           0.3.8-1.xpra3.el7       Xpra                
xorg-x11-drv-dummy-debuginfo.x86_64 0.3.8-1.xpra3.el7       Xpra                
[root@cen79 init.d]# yum list | grep html5
xpra-html5.noarch                   4.5.2-1.r1057.el7       @Xpra               
[root@cen79 init.d]# 

I sincerely appreciate all the time you are spending on trying to help me here. If needed, I am happy to make available the VirtualBox VM to you, if making first-hand checks on it would save time for you.

Many thanks again, Walakee

walakee commented 2 years ago

Hi Antoine,

I spent some more time experimenting, and found that if I launch Xpra with the command below on the CentOS 7.9 server...

[root@cen79 xpra]# /usr/bin/xpra start :14500 --tcp-auth=sys --bind-tcp=0.0.0.0:14500 --html=on --server-idle-timeout=0 --log-dir=/var/log/xpra --log-file=xpra.log --start=/usr/bin/xterm

...and just attach to the session...

image

...the HTML5 client version still shows incorrectly in the log file...

2021-10-15 14:19:25,008 HTML5 Microsoft Windows Chrome client version 4.5-r1031
2021-10-15 14:19:25,008   as 'walakee'

...but I get no client decoding errors. The difference seems to be compared to the previous logs where the error was present, is that in those cases, the user session was launched via a proxy session...

2021-10-15 09:54:30,622 HTML5 Microsoft Windows Chrome client version 4.5-r1031
2021-10-15 09:54:30,622   as 'walakee'
2021-10-15 09:54:30,622  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.1 on 'cen79'

Here is the full log for reference...

2021-10-15 14:17:51,992 Error: cannot enable SSH socket upgrades:
2021-10-15 14:17:51,993  No module named paramiko
2021-10-15 14:17:51,994 created tcp socket '0.0.0.0:14500'
2021-10-15 14:17:51,998 cannot access python uinput module:
2021-10-15 14:17:51,998  No module named uinput

X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
Build Operating System:  3.10.0-957.1.3.el7.x86_64 
Current Operating System: Linux cen79 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-1160.el7.x86_64 root=/dev/mapper/centos-root ro spectre_v2=retpoline rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=en_US.UTF-8
Build Date: 01 April 2020  05:04:29AM
Build ID: xorg-x11-server 1.20.4-10.el7 
Current version of pixman: 0.34.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: "/var/log/xpra/Xorg.:14500.log", Time: Fri Oct 15 14:17:52 2021
(++) Using config file: "/etc/xpra/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
2021-10-15 14:17:52,385 created unix domain socket '/run/user/0/xpra/cen79-14500'
2021-10-15 14:17:52,386 created unix domain socket '/run/xpra/cen79-14500'
2021-10-15 14:17:52,386 created unix domain socket '/root/.xpra/cen79-14500'
2021-10-15 14:17:52,386 Warning: missing sound module
2021-10-15 14:17:52,475 pointer device emulation using XTest
2021-10-15 14:17:52,499 serving html content from '/usr/share/xpra/www'
2021-10-15 14:17:52,509 Warning: skipped OpenGL probing,
2021-10-15 14:17:52,509  found 1 blacklisted kernel module:
2021-10-15 14:17:52,509  vboxguest
2021-10-15 14:17:52,581 D-Bus notification forwarding is available
2021-10-15 14:17:52,702 Warning: webcam forwarding is disabled
2021-10-15 14:17:52,702  the virtual video directory '/sys/devices/virtual/video4linux' was not found
2021-10-15 14:17:52,703  make sure that the 'v4l2loopback' kernel module is installed and loaded
2021-10-15 14:17:52,703 found 0 virtual video devices for webcam forwarding
2021-10-15 14:17:53,147 xpra is ready.
2021-10-15 14:17:53,151 xpra GTK2 X11 version 3.1-r0 64-bit
2021-10-15 14:17:53,226  uid=0 (root), gid=0 (root)
2021-10-15 14:17:53,226  running with pid 3223 on Linux CentOS Linux 7.9.2009 Core
2021-10-15 14:17:53,227  connected to X11 display :14500 with 24 bit colors
2021-10-15 14:17:53,467 printer forwarding enabled using postscript and pdf
2021-10-15 14:17:53,478 started command '/usr/bin/xterm' with pid 3254
/usr/bin/xterm: cannot load font '-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1'
2021-10-15 14:17:53,603 watching for applications menu changes in:
2021-10-15 14:17:53,603  '/usr/local/share/applications'
2021-10-15 14:17:53,603  '/usr/share/applications'
2021-10-15 14:17:53,607 Warning: cannot use application menu data:
2021-10-15 14:17:53,607  no python-xdg module
2021-10-15 14:17:53,865 Error importing nvjpeg encoder (enc_nvjpeg)
2021-10-15 14:17:53,866  libnvjpeg.so.11: cannot open shared object file: No such file or directory
2021-10-15 14:17:53,877 1.0GB of system memory
2021-10-15 14:18:24,228 Error sending '/usr/share/xpra/www/Sessions':
2021-10-15 14:18:24,228  [Errno 2] No such file or directory
2021-10-15 14:18:24,230 Error sending '/usr/share/xpra/www/Menu':
2021-10-15 14:18:24,231  [Errno 2] No such file or directory
2021-10-15 14:18:24,232 Error sending '/usr/share/xpra/www/DesktopMenu':
2021-10-15 14:18:24,232  [Errno 2] No such file or directory
2021-10-15 14:18:24,244 Error sending '/usr/share/xpra/www/Displays':
2021-10-15 14:18:24,244  [Errno 2] No such file or directory
2021-10-15 14:18:27,788 New tcp connection received
2021-10-15 14:18:27,789  from '192.168.56.107:50837'
2021-10-15 14:18:27,790  on '0.0.0.0:14500'
2021-10-15 14:18:48,793 Error: connection timed out: tcp socket: 192.168.56.80:14500 <- 192.168.56.107:50837
2021-10-15 14:19:24,532 New tcp connection received
2021-10-15 14:19:24,532  from '192.168.56.107:56469'
2021-10-15 14:19:24,532  on '0.0.0.0:14500'
2021-10-15 14:19:24,845 Authentication required by PAM authenticator module 1
2021-10-15 14:19:24,845  sending challenge for username 'walakee' using xor digest
2021-10-15 14:19:24,997 Handshake complete; enabling connection
2021-10-15 14:19:25,006  automatic picture encoding enabled, also available:
2021-10-15 14:19:25,006   jpeg, png, rgb32, rgb24, webp
2021-10-15 14:19:25,008 HTML5 Microsoft Windows Chrome client version 4.5-r1031
2021-10-15 14:19:25,008   as 'walakee'
2021-10-15 14:19:25,095 setting keyboard layout to 'us'
2021-10-15 14:19:25,124  client root window size is 1920x913 with 1 display:
2021-10-15 14:19:25,124   HTML (508x242 mm - DPI: 96x95)
2021-10-15 14:19:25,124     Canvas
2021-10-15 14:19:25,130 server virtual display now set to 1600x900 (best match for 1920x913)
2021-10-15 14:19:25,228 DPI set to 19 x 21 (wanted 96 x 96)
2021-10-15 14:19:25,228  you may experience scaling problems, such as huge or small fonts, etc
2021-10-15 14:19:25,228  to fix this issue, try the dpi switch, or use a patched Xorg dummy driver
2021-10-15 14:19:25,246 client   1 received xdg start menu data
2021-10-15 14:19:25,267 client   1 startup complete
2021-10-15 14:19:25,267 client   1 connection-established
2021-10-15 14:19:45,534 Error: connection timed out: tcp socket: 192.168.56.80:14500 <- 192.168.56.107:56469
2021-10-15 14:19:51,798 xpra client 1 disconnected.
Xpra: Fatal IO error 11 (Resource temporarily unavailable) on X server :14500.
(II) Server terminated successfully (0). Closing log file.

I hope this helps in narrowing the problem down to its source.

Many thanks, Henrik

walakee commented 2 years ago

Hi Antoine,

Apologies for all the spam here. Finally I have managed to get the correct HTML5 Client version appear in the log file, by cleaning up the cache of the browser. Now I get the correct HTML5 Client loaded...

2021-10-15 15:50:51,990 HTML5 Mac OSX Chrome client version 4.5.2-r1046
2021-10-15 15:50:51,990   as 'walakee'
2021-10-15 15:50:51,991  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.1 on 'cen79'
2021-10-15 15:50:52,130 setting keyboard layout to 'us'
2021-10-15 15:50:52,183  client root window size is 1400x802 with 1 display:
2021-10-15 15:50:52,187   HTML (370x212 mm - DPI: 96x96)
2021-10-15 15:50:52,187     Canvas
2021-10-15 15:50:52,193 server virtual display now set to 1368x768 (best match for 1400x802)
2021-10-15 15:50:52,466 DPI set to 16 x 18 (wanted 96 x 96)
2021-10-15 15:50:52,466  you may experience scaling problems, such as huge or small fonts, etc
2021-10-15 15:50:52,466  to fix this issue, try the dpi switch, or use a patched Xorg dummy driver
2021-10-15 15:50:52,504 client   1 received xdg start menu data
2021-10-15 15:50:52,564 client   1 startup complete
2021-10-15 15:50:52,564 client   1 connection-established
2021-10-15 15:50:52,752 New unix-domain connection received
2021-10-15 15:50:52,752  on '/run/xpra/cen79-1'
2021-10-15 15:50:52,753 New unix-domain connection received
2021-10-15 15:50:52,753  on '/run/user/1000/xpra/cen79-1'
2021-10-15 15:50:52,755 Warning: client decoding error:
2021-10-15 15:50:52,755  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,230,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,91,109,219,242,196,97,11,152,194,41,169,169,180,114,169,221,117,2,82,50,4,212,28,74,173,57,84,238,50,128,67,60,23,110,127,146,146,68,244,95,141,219,182,145,7,110,73,239,62,194,26,0,0,0,0,0,0,0,148,46,47,5,156,230,149,111,39,146,250,115,174,191,156,198,245,91,254,156,184,157,249,247,90,27,145,254,155,100,0,196,157,207,115,74,71,184,245,230,54,0,190,72,127,120,181,63,8,166,171,206,122,234,66,219,213,139,253,97,175,9,128,233,240,105,199,233,104,243,126,95,248,214,77,36,8,42,78,234,203,138,154,203,71,194,97,55,79,65,176,123,218,118,26,238,59,31,143,191,39,8,118,79,26,142,71,103,247,71,167,195,250,35,65,148,213,46,52,86,133,182,170,199,226,17,175,247,45,13,110,123,224,111,45,211,94,122,118,249,103,114,254,147,243,159,156,255,252,43,68,206,127,172,5,155,82: InvalidStateError: The source image could not be decoded.
2021-10-15 15:50:53,119 Warning: client decoding error:
2021-10-15 15:50:53,119  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,230,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,91,109,219,242,196,97,11,152,194,41,169,169,180,114,169,221,117,2,82,50,4,212,28,74,173,57,84,238,50,128,67,60,23,110,127,146,146,68,244,95,141,219,182,145,7,110,73,239,62,194,26,0,0,0,0,0,0,0,148,46,47,5,156,230,149,111,39,146,250,115,174,191,156,198,245,91,254,156,184,157,249,247,90,27,145,254,155,100,0,196,157,207,115,74,71,184,245,230,54,0,190,72,127,120,181,63,8,166,171,206,122,234,66,219,213,139,253,97,175,9,128,233,240,105,199,233,104,243,126,95,248,214,77,36,8,42,78,234,203,138,154,203,71,194,97,55,79,65,176,123,218,118,26,238,59,31,143,191,39,8,118,79,26,142,71,103,247,71,167,195,250,35,65,148,213,46,52,86,133,182,170,199,226,17,175,247,45,13,110,123,224,111,45,211,94,122,118,249,103,114,254,147,243,159,156,255,252,43,68,206,127,172,5,155,82: InvalidStateError: The source image could not be decoded.
2021-10-15 15:50:53,580 Warning: client decoding error:
2021-10-15 15:50:53,580  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,230,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,91,109,219,242,196,97,11,152,194,41,169,169,180,114,169,221,117,2,82,50,4,212,28,74,173,57,84,238,50,128,67,60,23,110,127,146,146,68,244,95,141,219,182,145,7,110,73,239,62,194,26,0,0,0,0,0,0,0,148,46,47,5,156,230,149,111,39,146,250,115,174,191,156,198,245,91,254,156,184,157,249,247,90,27,145,254,155,100,0,196,157,207,115,74,71,184,245,230,54,0,190,72,127,120,181,63,8,166,171,206,122,234,66,219,213,139,253,97,175,9,128,233,240,105,199,233,104,243,126,95,248,214,77,36,8,42,78,234,203,138,154,203,71,194,97,55,79,65,176,123,218,118,26,238,59,31,143,191,39,8,118,79,26,142,71,103,247,71,167,195,250,35,65,148,213,46,52,86,133,182,170,199,226,17,175,247,45,13,110,123,224,111,45,211,94,122,118,249,103,114,254,147,243,159,156,255,252,43,68,206,127,172,5,155,82: InvalidStateError: The source image could not be decoded.

Unfortunately the client decoding error is still there with the client version 4.5.2-r1046, if I go via the Xpra proxy. If I just attach to a session pre-launched on the server using...

[root@cen79 xpra]# /usr/bin/xpra start :14500 --tcp-auth=sys --bind-tcp=0.0.0.0:14500 --html=on --server-idle-timeout=0 --log-dir=/var/log/xpra --log-file=xpra.log --start=/usr/bin/xterm

...then all is well...

2021-10-15 15:56:23,723 HTML5 Mac OSX Chrome client version 4.5.2-r1046
2021-10-15 15:56:23,724   as 'walakee'
2021-10-15 15:56:23,981 setting keyboard layout to 'gb'
2021-10-15 15:56:24,043  client root window size is 1400x802 with 1 display:
2021-10-15 15:56:24,046   HTML (370x212 mm - DPI: 96x96)
2021-10-15 15:56:24,047     Canvas
2021-10-15 15:56:24,061 server virtual display now set to 1368x768 (best match for 1400x802)
2021-10-15 15:56:24,492 DPI set to 16 x 18 (wanted 96 x 96)
2021-10-15 15:56:24,492  you may experience scaling problems, such as huge or small fonts, etc
2021-10-15 15:56:24,493  to fix this issue, try the dpi switch, or use a patched Xorg dummy driver
2021-10-15 15:56:24,642 client   1 received xdg start menu data
2021-10-15 15:56:24,643 client   1 startup complete
2021-10-15 15:56:24,644 client   1 connection-established
2021-10-15 15:56:24,879 the remote printer 'HTML5 client' has been configured
2021-10-15 15:56:30,544 client   1 visibilitychange hidden= true connected= true
2021-10-15 15:56:30,594 removed remote printer 'HTML5 client'
2021-10-15 15:56:30,606 xpra client 1 disconnected.

If I downgrade the HTML5 client to xpra-html5-3.1-10.41xpra1.el7.noarch.rpm, then all is well both via proxy and direct connection

2021-10-15 16:00:34,318 HTML5 Mac OSX Chrome client version 3.1
2021-10-15 16:00:34,318   as 'walakee'
2021-10-15 16:00:34,318  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.1 on 'cen79'

Then if I upgrade the HTML5 client to xpra-html5-4.3-1.r1008.el7.noarch.rpm, then the problem starts to happen while going via the Xpra proxy...

2021-10-15 16:05:05,534 HTML5 Mac OSX Chrome client version 4.3-r962
2021-10-15 16:05:05,534   as 'walakee'
2021-10-15 16:05:05,534  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.1 on 'cen79'
2021-10-15 16:05:05,656 setting keyboard layout to 'gb'
2021-10-15 16:05:05,696  client root window size is 1400x802 with 1 display:
2021-10-15 16:05:05,697   HTML (370x212 mm - DPI: 96x96)
2021-10-15 16:05:05,697     Canvas
2021-10-15 16:05:05,702 server virtual display now set to 1368x768 (best match for 1400x802)
2021-10-15 16:05:05,932 DPI set to 16 x 18 (wanted 96 x 96)
2021-10-15 16:05:05,932  you may experience scaling problems, such as huge or small fonts, etc
2021-10-15 16:05:05,932  to fix this issue, try the dpi switch, or use a patched Xorg dummy driver
2021-10-15 16:05:05,973 client   1 received xdg start menu data
2021-10-15 16:05:06,033 client   1 startup complete
2021-10-15 16:05:06,034 client   1 connection-established
2021-10-15 16:05:06,083 Warning: client decoding error:
2021-10-15 16:05:06,083  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,230,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,91,109,219,242,196,97,11,152,194,41,169,169,180,114,169,221,117,2,82,50,4,212,28,74,173,57,84,238,50,128,67,60,23,110,127,146,146,68,244,95,141,219,182,145,7,110,73,239,62,194,26,0,0,0,0,0,0,0,148,46,47,5,156,230,149,111,39,146,250,115,174,191,156,198,245,91,254,156,184,157,249,247,90,27,145,254,155,100,0,196,157,207,115,74,71,184,245,230,54,0,190,72,127,120,181,63,8,166,171,206,122,234,66,219,213,139,253,97,175,9,128,233,240,105,199,233,104,243,126,95,248,214,77,36,8,42,78,234,203,138,154,203,71,194,97,55,79,65,176,123,218,118,26,238,59,31,143,191,39,8,118,79,26,142,71,103,247,71,167,195,250,35,65,148,213,46,52,86,133,182,170,199,226,17,175,247,45,13,110,123,224,111,45,211,94,122,118,249,103,114,254,147,243,159,156,255,252,43,68,206,127,172,5,155,82: InvalidStateError: The source image could not be decoded.

Conclusively, it seems like if the HTML5 client is v4.x and it goes via the Xpra proxy v3.1 then the client decoding error seems to occur.

Sorry again for all the spam, just would like to save you the trouble of having to go through the same hurdle finding the trigger for the error to occur.

Wishing you a good weekend, Henrik

totaam commented 2 years ago

Thanks a lot for the info. Will fix.

totaam commented 2 years ago

I haven't looked at this in great detail yet but I'm going to guess that the problem is going to be similar to https://github.com/Xpra-org/xpra/commit/239a2dcee88030e7cdcd6cc71b9b7f43e683c1b4 Running the proxy with -d encoding may help debugging this. In the meantime, this may already fix things: https://github.com/Xpra-org/xpra/commit/462b576824ac58ba7120286941fba93bd34439cf But the html5 client should still handle inlined pixel data correctly. (probably a non-issue with rencodeplus in the upcoming xpra 4.3)

@walakee you can try applying it by hand to your installation.

walakee commented 2 years ago

@totaam thanks for the additional details. When you say...

@walakee you can try applying it by hand to your installation.

...can you please let me know in a bit more detail what I should do.

I have to admit, I'm a bit of a noob, I know how to install RPM packages, but patching / compiling source code is way beyond by abilities. Apologies for that.

totaam commented 2 years ago

can you please let me know in a bit more detail what I should do

OTOH - untested:

wget https://github.com/Xpra-org/xpra/commit/462b576824ac58ba7120286941fba93bd34439cf.patch
f=`python -c "import xpra;print(xpra.__file__)"`
DIR=`dirname $f`
patch -p2 -d $DIR < 462b576824ac58ba7120286941fba93bd34439cf.patch
walakee commented 2 years ago

@totaam, many thanks for the detailed help. I'm afraid I was able to apply the patch with limited success (1 out of 3 hunks FAILED). Please find the screen log below...

[root@cen79 repo]# wget https://github.com/Xpra-org/xpra/commit/462b576824ac58ba7120286941fba93bd34439cf.patch
--2021-10-15 18:01:53--  https://github.com/Xpra-org/xpra/commit/462b576824ac58ba7120286941fba93bd34439cf.patch
Resolving github.com (github.com)... 140.82.112.4
Connecting to github.com (github.com)|140.82.112.4|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2808 (2.7K) [text/plain]
Saving to: ‘462b576824ac58ba7120286941fba93bd34439cf.patch’

462b576824ac58ba7120286941fba93bd34439cf.patch    100%[============================>]   2.74K  --.-KB/s    in 0s

2021-10-15 18:01:53 (10.3 MB/s) - ‘462b576824ac58ba7120286941fba93bd34439cf.patch’ saved [2808/2808]

[root@cen79 repo]# ls -la
total 22
drwxr-xr-x.  4 root root   85 Oct 15 18:06 .
drwxr-xr-x. 21 root root 4096 Oct 13 11:06 ..
-rw-r--r--.  1 root root 2808 Oct 15 18:06 462b576824ac58ba7120286941fba93bd34439cf.patch
drwxr-xr-x.  8 root root 2048 Nov  4  2020 cen79
drwxr-xr-x.  3 root root 8192 Oct 15 09:41 xpra
[root@cen79 repo]# python -c "import xpra;print(xpra.__file__)"
/usr/lib64/python2.7/site-packages/xpra/__init__.pyc
[root@cen79 repo]# file /usr/lib64/python2.7/site-packages/xpra/__init__.pyc
/usr/lib64/python2.7/site-packages/xpra/__init__.pyc: python 2.7 byte-compiled
[root@cen79 repo]# f=`python -c "import xpra;print(xpra.__file__)"`
[root@cen79 repo]# DIR=`dirname $f`
[root@cen79 repo]# echo $DIR
/usr/lib64/python2.7/site-packages/xpra
[root@cen79 repo]# patch -p2 -d $DIR < 462b576824ac58ba7120286941fba93bd34439cf.patch
patching file server/proxy/proxy_instance.py
Hunk #1 FAILED at 611.
Hunk #2 succeeded at 635 (offset -2 lines).
Hunk #3 succeeded at 649 (offset -2 lines).
1 out of 3 hunks FAILED -- saving rejects to file server/proxy/proxy_instance.py.rej
[root@cen79 repo]# 

[root@cen79 repo]# cat /usr/lib64/python2.7/site-packages/xpra/server/proxy/proxy_instance.py.rej
--- server/proxy/proxy_instance.py
+++ server/proxy/proxy_instance.py
@@ -611,10 +611,14 @@
     def process_draw(self, packet):
         wid, x, y, width, height, encoding, pixels, _, rowstride, client_options = packet[1:11]
         encoding = bytestostr(encoding)
-        #never modify mmap packets
+        #never modify mmap or scroll packets:
         if encoding in ("mmap", "scroll"):
             return True
-
+        #we can only use video encoders on RGB data:
+        if encoding not in ("rgb24", "rgb32", "r210", "BGR565"):
+            #this prevents compression and inlining of pixel data:
+            packet[7] = Compressed("%s pixels" % encoding, pixels)
+            return True
         client_options = typedict(client_options)
         #we have a proxy video packet:
         rgb_format = client_options.strget("rgb_format", "")

These are the Xpra packages I have installed...

[root@cen79 repo]# yum list | grep xpra
ffmpeg-xpra.x86_64                  4.4-1.el7               @Xpra               
libvpx-xpra.x86_64                  1.9.0-1.el7             @Xpra               
libwebp-xpra.x86_64                 1.2.0-1.el7             @Xpra               
pygtkglext.x86_64                   1.1.0-31.xpra2.el7      @Xpra               
python2-pyopengl.x86_64             3.1.5-1xpra1.el7        @Xpra               
python2-rencode.x86_64              1.0.6-11.xpra2.el7      @Xpra               
python2-xpra.x86_64                 3.1-10.29270xpra1.el7   @Xpra               
python2-xpra-client.x86_64          3.1-10.29270xpra1.el7   @Xpra               
python2-xpra-server.x86_64          3.1-10.29270xpra1.el7   @Xpra               
x264-xpra.x86_64                    20210301-1.el7          @Xpra               
xpra.x86_64                         3.1-10.29270xpra1.el7   @Xpra               
xpra-common.noarch                  3.1-10.29270xpra1.el7   @Xpra               
xpra-common-client.noarch           3.1-10.29270xpra1.el7   @Xpra               
xpra-common-server.noarch           3.1-10.29270xpra1.el7   @Xpra               
xpra-html5.noarch                   4.5.2-1.r1057.el7       @Xpra               
ffmpeg-xpra-debuginfo.x86_64        4.4-1.el7               Xpra                
ffmpeg-xpra-devel.x86_64            4.4-1.el7               Xpra                
libvpx-xpra-devel.x86_64            1.9.0-1.el7             Xpra                
libwebp-xpra-debuginfo.x86_64       1.2.0-1.el7             Xpra                
libwebp-xpra-devel.x86_64           1.2.0-1.el7             Xpra                
pygtkglext-debuginfo.x86_64         1.1.0-31.xpra2.el7      Xpra                
pygtkglext-devel.x86_64             1.1.0-31.xpra2.el7      Xpra                
python2-pbr.x86_64                  5.6.0-1.xpra1.el7       Xpra                
python2-pyopengl-debuginfo.x86_64   3.1.5-1xpra1.el7        Xpra                
python2-pyopengl-tk.noarch          3.1.5-1xpra1.el7        Xpra                
python2-rencode-debuginfo.x86_64    1.0.6-11.xpra2.el7      Xpra                
python2-xpra-audio.x86_64           3.1-10.29270xpra1.el7   Xpra                
x264-xpra-devel.x86_64              20210301-1.el7          Xpra                
xorg-x11-drv-dummy.x86_64           0.3.8-1.xpra3.el7       Xpra                
xorg-x11-drv-dummy-debuginfo.x86_64 0.3.8-1.xpra3.el7       Xpra                
[root@cen79 repo]# 

Sorry if I have messed something up above, causing the issue.

totaam commented 2 years ago

My bad, sorry. I forgot that you're running 3.x. Try this patch instead: https://github.com/Xpra-org/xpra/commit/32d940445bd5c3ad020f846d5261063d3ab1ffc4

wget https://github.com/Xpra-org/xpra/commit/32d940445bd5c3ad020f846d5261063d3ab1ffc4.patch
..
walakee commented 2 years ago

Thanks for the immediate reply. Do I need to undo the previously applied patch somehow, before going ahead with the one above?

totaam commented 2 years ago

Do I need to undo the previously applied patch somehow, before going ahead with the one above?

Yes. If that's too difficult, you can also just re-install the original package.

walakee commented 2 years ago

Thanks for the tip, I took the easy way, and I went for stopping...

[root@cen79 repo]# systemctl stop xpra.service

...then uninstalling / reinstalling python2-xpra-server-3.1-10.29270xpra1.el7.x86_64.rpm, and then was able to apply the patch successfully...

[root@cen79 repo]# f=`python -c "import xpra;print(xpra.__file__)"`
[root@cen79 repo]# DIR=`dirname $f`
[root@cen79 repo]# echo $DIR
/usr/lib64/python2.7/site-packages/xpra
[root@cen79 repo]# patch -p2 -d $DIR < 32d940445bd5c3ad020f846d5261063d3ab1ffc4.patch
patching file server/proxy/proxy_instance.py
Hunk #1 succeeded at 609 (offset -12 lines).
Hunk #2 succeeded at 653 (offset -12 lines).
[root@cen79 repo]#

...then I have started the Xpra service...

[root@cen79 repo]# systemctl start xpra.service
[root@cen79 repo]# systemctl status xpra.service
● xpra.service - Xpra System Server
   Loaded: loaded (/usr/lib/systemd/system/xpra.service; disabled; vendor preset: disabled)
   Active: active (running) since Fri 2021-10-15 19:02:00 CEST; 7s ago
     Docs: https://xpra.org/trac/wiki/Service
           man:xpra
 Main PID: 10108 (xpra)
    Tasks: 4
   CGroup: /system.slice/xpra.service
           ├─10108 /usr/bin/python2 /usr/bin/xpra proxy :14500 --daemon=no --tcp-auth=sys --ssl-cert=/etc/xpra/ssl-cert.pem --ssl=on --bind=none --auth=peercred --socket-dirs=/run/xpra --socket-p...
           └─10121 /usr/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session

Oct 15 19:02:00 cen79 systemd[1]: Started Xpra System Server.
Oct 15 19:02:00 cen79 xpra[10108]: Error: cannot enable SSH socket upgrades:
Oct 15 19:02:00 cen79 xpra[10108]: No module named paramiko
Oct 15 19:02:00 cen79 xpra[10108]: Warning: missing sound module
Oct 15 19:02:00 cen79 xpra[10108]: serving html content from '/usr/share/xpra/www'
Oct 15 19:02:00 cen79 xpra[10108]: wrote pid 10108 to '/run/xpra.pid'
Oct 15 19:02:00 cen79 xpra[10108]: xpra is ready.
Oct 15 19:02:00 cen79 xpra[10108]: xpra proxy version 3.1-r0 64-bit
Oct 15 19:02:00 cen79 xpra[10108]: uid=0 (root), gid=0 (root)
Oct 15 19:02:00 cen79 xpra[10108]: running with pid 10108 on Linux CentOS Linux 7.9.2009 Core
[root@cen79 repo]# 

Then I did a browser cache cleanup, and started a new session via the proxy, but unfortunately it seems like the client decoding error issue is still present...

2021-10-15 19:03:15,202 Handshake complete; enabling connection
2021-10-15 19:03:15,212  automatic picture encoding enabled, also available:
2021-10-15 19:03:15,212   jpeg, png, rgb32, rgb24, webp
2021-10-15 19:03:15,212 HTML5 Mac OSX Chrome client version 4.5.2-r1046
2021-10-15 19:03:15,212   as 'walakee'
2021-10-15 19:03:15,213  via Linux 3.10.0-1160.el7.x86_64 proxy version 3.1 on 'cen79'
2021-10-15 19:03:15,339 setting keyboard layout to 'us'
2021-10-15 19:03:15,379  client root window size is 1400x802 with 1 display:
2021-10-15 19:03:15,380   HTML (370x212 mm - DPI: 96x96)
2021-10-15 19:03:15,380     Canvas
2021-10-15 19:03:15,385 server virtual display now set to 1368x768 (best match for 1400x802)
2021-10-15 19:03:15,618 DPI set to 16 x 18 (wanted 96 x 96)
2021-10-15 19:03:15,618  you may experience scaling problems, such as huge or small fonts, etc
2021-10-15 19:03:15,618  to fix this issue, try the dpi switch, or use a patched Xorg dummy driver
2021-10-15 19:03:15,742 client   1 received xdg start menu data
2021-10-15 19:03:15,742 client   1 startup complete
2021-10-15 19:03:15,742 client   1 connection-established
2021-10-15 19:03:15,869 Warning: client decoding error:
2021-10-15 19:03:15,869  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,230,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,91,109,219,242,196,97,11,152,194,41,169,169,180,114,169,221,117,2,82,50,4,212,28,74,173,57,84,238,50,128,67,60,23,110,127,146,146,68,244,95,141,219,182,145,7,110,73,239,62,194,26,0,0,0,0,0,0,0,148,46,47,5,156,230,149,111,39,146,250,115,174,191,156,198,245,91,254,156,184,157,249,247,90,27,145,254,155,100,0,196,157,207,115,74,71,184,245,230,54,0,190,72,127,120,181,63,8,166,171,206,122,234,66,219,213,139,253,97,175,9,128,233,240,105,199,233,104,243,126,95,248,214,77,36,8,42,78,234,203,138,154,203,71,194,97,55,79,65,176,123,218,118,26,238,59,31,143,191,39,8,118,79,26,142,71,103,247,71,167,195,250,35,65,148,213,46,52,86,133,182,170,199,226,17,175,247,45,13,110,123,224,111,45,211,94,122,118,249,103,114,254,147,243,159,156,255,252,43,68,206,127,172,5,155,82: InvalidStateError: The source image could not be decoded.
2021-10-15 19:03:16,235 Warning: client decoding error:
2021-10-15 19:03:16,235  failed to create image bitmap from webp [object Blob], data=82,73,70,70,242,0,0,0,87,69,66,80,86,80,56,76,230,0,0,0,47,242,193,78,0,15,48,255,243,63,255,243,31,120,128,91,109,219,242,196,97,11,152,194,41,169,169,180,114,169,221,117,2,82,50,4,212,28,74,173,57,84,238,50,128,67,60,23,110,127,146,146,68,244,95,141,219,182,145,7,110,73,239,62,194,26,0,0,0,0,0,0,0,148,46,47,5,156,230,149,111,39,146,250,115,174,191,156,198,245,91,254,156,184,157,249,247,90,27,145,254,155,100,0,196,157,207,115,74,71,184,245,230,54,0,190,72,127,120,181,63,8,166,171,206,122,234,66,219,213,139,253,97,175,9,128,233,240,105,199,233,104,243,126,95,248,214,77,36,8,42,78,234,203,138,154,203,71,194,97,55,79,65,176,123,218,118,26,238,59,31,143,191,39,8,118,79,26,142,71,103,247,71,167,195,250,35,65,148,213,46,52,86,133,182,170,199,226,17,175,247,45,13,110,123,224,111,45,211,94,122,118,249,103,114,254,147,243,159,156,255,252,43,68,206,127,172,5,155,82: InvalidStateError: The source image could not be decoded.

Sorry for the bad news, and thanks again for all your help...

totaam commented 2 years ago

Sorry, that didn't work. I'll fix it when I get a chance.

walakee commented 2 years ago

No worries. Many thanks for all the time you put into trying to help me. I definitely owe you a beer (or more)!!!

walakee commented 2 years ago

@totaam, just one more thought: this is the contents of my /lib64/python2.7/site-packages/xpra/server/proxy directory after applying the patch above...

[root@cen79 proxy]# pwd
/lib64/python2.7/site-packages/xpra/server/proxy
[root@cen79 proxy]# ls -la
total 320
drwxr-xr-x.  2 root root  4096 Oct 16 08:27 .
drwxr-xr-x. 10 root root  4096 Oct 15 18:58 ..
-rw-r--r--.  1 root root   213 Jun  2 14:09 __init__.py
-rw-r--r--.  2 root root   151 Jun  7 14:57 __init__.pyc
-rw-r--r--.  2 root root   151 Jun  7 14:57 __init__.pyo
-rw-r--r--.  1 root root  1296 Jun  2 14:09 proxy_dbus_server.py
-rw-r--r--.  2 root root  2017 Jun  7 14:57 proxy_dbus_server.pyc
-rw-r--r--.  2 root root  2017 Jun  7 14:57 proxy_dbus_server.pyo
-rw-r--r--.  1 root root 14288 Jun  2 14:09 proxy_instance_process.py
-rw-r--r--.  1 root root 13932 Jun  7 14:57 proxy_instance_process.pyc
-rw-r--r--.  1 root root 13896 Jun  7 14:57 proxy_instance_process.pyo
-rw-r--r--.  1 root root 37211 Oct 15 19:01 proxy_instance.py
-rw-r--r--.  1 root root 29237 Oct 15 19:03 proxy_instance.pyc
-rw-r--r--.  1 root root 28931 Jun  7 14:57 proxy_instance.pyo
-rw-r--r--.  1 root root 36949 Jun  2 14:09 proxy_instance.py.orig
-rw-r--r--.  1 root root  3012 Jun  2 14:09 proxy_instance_thread.py
-rw-r--r--.  2 root root  3989 Jun  7 14:57 proxy_instance_thread.pyc
-rw-r--r--.  2 root root  3989 Jun  7 14:57 proxy_instance_thread.pyo
-rw-r--r--.  1 root root 28246 Jun  2 14:09 proxy_server.py
-rw-r--r--.  1 root root 25617 Jun  7 14:57 proxy_server.pyc
-rw-r--r--.  1 root root 25323 Jun  7 14:57 proxy_server.pyo
[root@cen79 proxy]# 

I see that the proxy_instance.py and proxy_instance.pyc files have been updated, but the proxy_instance.pyo was not. I'm just wondering if this could be the reason why the patch didn't work? Maybe I missed something obvious I should have done after applying the patch?

totaam commented 2 years ago

.pyo and .pyc files should be re-generated whenever the .py changes. You can remove them safely.

totaam commented 2 years ago

Yeah, it is really puzzling why I get a different HTML5 client version on the same host / same Xpra deployment, depending on the browser. (..) Apologies for all the spam here. Finally I have managed to get the correct HTML5 Client version appear in the log file, by cleaning up the cache of the browser. Now I get the correct HTML5 Client loaded...

This should not be happening. The builtin web server sets all the headers required for telling browsers not to cache the html5 client.

NOTE: It was missing the turbojpeg dependency, which I have added manually, as seen in the log below Requires: libturbojpeg.so.0(TURBOJPEG_1.2)(64bit)

See: https://github.com/Xpra-org/xpra/issues/2568#issuecomment-765534580 https://github.com/Xpra-org/xpra/issues/2725#issuecomment-765542921 According to these tickets and from a quick package search, libjpeg-turbo is now provided upstream directly. I am not seeing this error here when installing from the correct repository path.

If I downgrade the HTML5 client to xpra-html5-3.1 then all is well both via proxy and direct connection Then if I upgrade the HTML5 client to xpra-html5-4.3-1.r1008.el7.noarch.rpm, then the problem starts to happen while going via the Xpra proxy...

That narrows it down somewhat. FYI: I've pushed the updated 3.1.1 packages for CentOS7 to the repository. These were being held up by some centos7 specific bugs (https://github.com/Xpra-org/xpra/commit/617299fadec5fd3de51ac8f6b140c967facc983f) and packaging issues (https://github.com/Xpra-org/xpra/commit/9fb24791adf97da0c7c5dca276cbc076b0f5171d, https://github.com/Xpra-org/xpra/commit/b595984d6640cb256df4473fc85c8bcc706f9762, https://github.com/Xpra-org/xpra/commit/c9662332c45f242400b55cc07e646305ff69511e, https://github.com/Xpra-org/xpra/commit/4995c4d0bb92e32948cfbbe2b8f27f3e743d879f, https://github.com/Xpra-org/xpra/commit/02c7decb8c0eedfa2c3adcf0e945ae86ba89a06a) Now I am finally at a point where I can take a look at this issue unimpeded.

walakee commented 2 years ago

.pyo and .pyc files should be re-generated whenever the .py changes. You can remove them safely.

I did so, and the .pyc file got regenerated, but the .pyo didn't...


[root@cen79 proxy]# pwd
/lib64/python2.7/site-packages/xpra/server/proxy
[root@cen79 proxy]# ls -la
total 320
drwxr-xr-x.  2 root root  4096 Oct 16 08:27 .
drwxr-xr-x. 10 root root  4096 Oct 15 18:58 ..
-rw-r--r--.  1 root root   213 Jun  2 14:09 __init__.py
-rw-r--r--.  2 root root   151 Jun  7 14:57 __init__.pyc
-rw-r--r--.  2 root root   151 Jun  7 14:57 __init__.pyo
-rw-r--r--.  1 root root  1296 Jun  2 14:09 proxy_dbus_server.py
-rw-r--r--.  2 root root  2017 Jun  7 14:57 proxy_dbus_server.pyc
-rw-r--r--.  2 root root  2017 Jun  7 14:57 proxy_dbus_server.pyo
-rw-r--r--.  1 root root 14288 Jun  2 14:09 proxy_instance_process.py
-rw-r--r--.  1 root root 13932 Jun  7 14:57 proxy_instance_process.pyc
-rw-r--r--.  1 root root 13896 Jun  7 14:57 proxy_instance_process.pyo
-rw-r--r--.  1 root root 37211 Oct 15 19:01 proxy_instance.py
-rw-r--r--.  1 root root 29237 Oct 15 19:03 proxy_instance.pyc
-rw-r--r--.  1 root root 28931 Jun  7 14:57 proxy_instance.pyo
-rw-r--r--.  1 root root 36949 Jun  2 14:09 proxy_instance.py.orig
-rw-r--r--.  1 root root  3012 Jun  2 14:09 proxy_instance_thread.py
-rw-r--r--.  2 root root  3989 Jun  7 14:57 proxy_instance_thread.pyc
-rw-r--r--.  2 root root  3989 Jun  7 14:57 proxy_instance_thread.pyo
-rw-r--r--.  1 root root 28246 Jun  2 14:09 proxy_server.py
-rw-r--r--.  1 root root 25617 Jun  7 14:57 proxy_server.pyc
-rw-r--r--.  1 root root 25323 Jun  7 14:57 proxy_server.pyo
[root@cen79 proxy]# file proxy_instance*
proxy_instance_process.py:  Python script, ASCII text executable
proxy_instance_process.pyc: python 2.7 byte-compiled
proxy_instance_process.pyo: python 2.7 byte-compiled
proxy_instance.py:          Python script, ASCII text executable
proxy_instance.pyc:         python 2.7 byte-compiled
proxy_instance.pyo:         python 2.7 byte-compiled
proxy_instance.py.orig:     Python script, ASCII text executable
proxy_instance_thread.py:   Python script, ASCII text executable
proxy_instance_thread.pyc:  python 2.7 byte-compiled
proxy_instance_thread.pyo:  python 2.7 byte-compiled
[root@cen79 proxy]# ps -ef | grep xpra
root      7146  1887  0 16:34 pts/0    00:00:00 grep --color=auto xpra
[root@cen79 proxy]# mv proxy_instance.pyc proxy_instance_old.pyc
[root@cen79 proxy]# mv proxy_instance.pyo proxy_instance_old.pyo
[root@cen79 proxy]# ps -ef | grep xpra
root      7146  1887  0 16:34 pts/0    00:00:00 grep --color=auto xpra
[root@cen79 proxy]#
[root@cen79 proxy]# setenforce permissive
[root@cen79 proxy]# getenforce
Permissive
[root@cen79 proxy]# systemctl start xpra.service
[root@cen79 proxy]# systemctl status xpra.service
● xpra.service - Xpra System Server
   Loaded: loaded (/usr/lib/systemd/system/xpra.service; disabled; vendor preset: disabled)
   Active: active (running) since Sat 2021-10-16 16:39:26 CEST; 4s ago
     Docs: https://xpra.org/trac/wiki/Service
           man:xpra
 Main PID: 7588 (xpra)
    Tasks: 4
   CGroup: /system.slice/xpra.service
           ├─7588 /usr/bin/python2 /usr/bin/xpra proxy :14500 --daemon=no --tcp-auth=sys --ssl-cert=/etc/xpra/ssl-cert.pem --ssl=on --bind=none --auth=peercred --socket-dirs=/run/xpra --socket-pe...
           └─7601 /usr/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session

Oct 16 16:39:26 cen79 systemd[1]: Started Xpra System Server.
Oct 16 16:39:26 cen79 xpra[7588]: Error: cannot enable SSH socket upgrades:
Oct 16 16:39:26 cen79 xpra[7588]: No module named paramiko
Oct 16 16:39:26 cen79 xpra[7588]: Warning: missing sound module
Oct 16 16:39:26 cen79 xpra[7588]: serving html content from '/usr/share/xpra/www'
Oct 16 16:39:26 cen79 xpra[7588]: wrote pid 7588 to '/run/xpra.pid'
Oct 16 16:39:26 cen79 xpra[7588]: xpra is ready.
Oct 16 16:39:26 cen79 xpra[7588]: xpra proxy version 3.1-r0 64-bit
Oct 16 16:39:26 cen79 xpra[7588]: uid=0 (root), gid=0 (root)
Oct 16 16:39:26 cen79 xpra[7588]: running with pid 7588 on Linux CentOS Linux 7.9.2009 Core
[root@cen79 proxy]# ls -la
total 320
drwxr-xr-x.  2 root root  4096 Oct 16 16:35 .
drwxr-xr-x. 10 root root  4096 Oct 15 18:58 ..
-rw-r--r--.  1 root root   213 Jun  2 14:09 __init__.py
-rw-r--r--.  2 root root   151 Jun  7 14:57 __init__.pyc
-rw-r--r--.  2 root root   151 Jun  7 14:57 __init__.pyo
-rw-r--r--.  1 root root  1296 Jun  2 14:09 proxy_dbus_server.py
-rw-r--r--.  2 root root  2017 Jun  7 14:57 proxy_dbus_server.pyc
-rw-r--r--.  2 root root  2017 Jun  7 14:57 proxy_dbus_server.pyo
-rw-r--r--.  1 root root 29237 Oct 15 19:03 proxy_instance_old.pyc
-rw-r--r--.  1 root root 28931 Jun  7 14:57 proxy_instance_old.pyo
-rw-r--r--.  1 root root 14288 Jun  2 14:09 proxy_instance_process.py
-rw-r--r--.  1 root root 13932 Jun  7 14:57 proxy_instance_process.pyc
-rw-r--r--.  1 root root 13896 Jun  7 14:57 proxy_instance_process.pyo
-rw-r--r--.  1 root root 37211 Oct 15 19:01 proxy_instance.py
-rw-r--r--.  1 root root 36949 Jun  2 14:09 proxy_instance.py.orig
-rw-r--r--.  1 root root  3012 Jun  2 14:09 proxy_instance_thread.py
-rw-r--r--.  2 root root  3989 Jun  7 14:57 proxy_instance_thread.pyc
-rw-r--r--.  2 root root  3989 Jun  7 14:57 proxy_instance_thread.pyo
-rw-r--r--.  1 root root 28246 Jun  2 14:09 proxy_server.py
-rw-r--r--.  1 root root 25617 Jun  7 14:57 proxy_server.pyc
-rw-r--r--.  1 root root 25323 Jun  7 14:57 proxy_server.pyo
[root@cen79 proxy]#

Here I have started a session via the HTML5 client, and then the .pyc file got generated.

[root@cen79 proxy]# ls -la
total 352
drwxr-xr-x.  2 root root  4096 Oct 16 16:40 .
drwxr-xr-x. 10 root root  4096 Oct 15 18:58 ..
-rw-r--r--.  1 root root   213 Jun  2 14:09 __init__.py
-rw-r--r--.  2 root root   151 Jun  7 14:57 __init__.pyc
-rw-r--r--.  2 root root   151 Jun  7 14:57 __init__.pyo
-rw-r--r--.  1 root root  1296 Jun  2 14:09 proxy_dbus_server.py
-rw-r--r--.  2 root root  2017 Jun  7 14:57 proxy_dbus_server.pyc
-rw-r--r--.  2 root root  2017 Jun  7 14:57 proxy_dbus_server.pyo
-rw-r--r--.  1 root root 29237 Oct 15 19:03 proxy_instance_old.pyc
-rw-r--r--.  1 root root 28931 Jun  7 14:57 proxy_instance_old.pyo
-rw-r--r--.  1 root root 14288 Jun  2 14:09 proxy_instance_process.py
-rw-r--r--.  1 root root 13932 Jun  7 14:57 proxy_instance_process.pyc
-rw-r--r--.  1 root root 13896 Jun  7 14:57 proxy_instance_process.pyo
-rw-r--r--.  1 root root 37211 Oct 15 19:01 proxy_instance.py
-rw-r--r--.  1 root root 29237 Oct 16 16:40 proxy_instance.pyc
-rw-r--r--.  1 root root 36949 Jun  2 14:09 proxy_instance.py.orig
-rw-r--r--.  1 root root  3012 Jun  2 14:09 proxy_instance_thread.py
-rw-r--r--.  2 root root  3989 Jun  7 14:57 proxy_instance_thread.pyc
-rw-r--r--.  2 root root  3989 Jun  7 14:57 proxy_instance_thread.pyo
-rw-r--r--.  1 root root 28246 Jun  2 14:09 proxy_server.py
-rw-r--r--.  1 root root 25617 Jun  7 14:57 proxy_server.pyc
-rw-r--r--.  1 root root 25323 Jun  7 14:57 proxy_server.pyo
[root@cen79 proxy]# 

There is probably nothing to check here, it is more just an FYI.

walakee commented 2 years ago

NOTE: It was missing the turbojpeg dependency, which I have added manually, as seen in the log below Requires: libturbojpeg.so.0(TURBOJPEG_1.2)(64bit)

See: Xpra-org/xpra#2568 (comment) Xpra-org/xpra#2725 (comment) According to these tickets and from a quick package search, libjpeg-turbo is now provided upstream directly. I am not seeing this error here when installing from the correct repository path.

It only happened when I used https://xpra.org/beta/CentOS/7/x86_64/ as the installation source. I did not have this issue with the other repos.

walakee commented 2 years ago

Now I am finally at a point where I can take a look at this issue unimpeded.

Many thanks, for all your time spent on this...

totaam commented 2 years ago

We now also validate h264 decoding, using a frame generated using this script:

from xpra.codecs.image_wrapper import ImageWrapper
from xpra.codecs.csc_libyuv.colorspace_converter import ColorspaceConverter
from xpra.codecs.enc_x264.encoder import Encoder
from xpra.util import typedict

e = Encoder()
t = typedict({
    "content-type" : "video",
    "b-frames"  : 0,
    "h264.fast-decode" : True,
    "max-delayed" : 0,
    "h264.export-nals" : False,
    "h264.YUV420P.profile" : "baseline",
    "h264.profile" : "baseline",
    "h264.fast-decode" : True,
    })
e.init_context(None, 64, 64, "YUV420P", [], "h264", 1, 100, (1, 1), None)
b = b"\0"*64*64*4
image = ImageWrapper(0, 0, 64, 64, b, "BGRX", 32, 64*4, 4)
csc = ColorspaceConverter()
csc.init_context(64, 64, "BGRX",
                 64, 64, "YUV420P", 100)
yuv = csc.convert_image(image)
v = e.compress_image(None, yuv, 1, 100, None)
print("%i bytes" % (len(v[0])))
print("v=%r" % (list(v[0]),))
walakee commented 2 years ago

Many thanks for the update. Is there anything you would like me to test?

walakee commented 2 years ago

@totaam, I'm just wondering if you were able to get anywhere with this, and if there is anything I can do to help you? I'm no programmer unfortunately - as you may have guessed from my comments above - but would be glad to help with testing if that is helpful?

totaam commented 2 years ago

@walakee it's near the top of my TODO list, I'm hoping to find the time to investigate soon.

walakee commented 2 years ago

@totaam many thanks for the update. I don't suppose you will be able to get to this before Christmas? I understand that December can be hectic for most people? :)

totaam commented 2 years ago

@walakee I do intend to try to deal with this ASAP, bear with me. I am slightly hampered by other issues, like https://github.com/Xpra-org/xpra/issues/3346

totaam commented 2 years ago

Blocked by: https://github.com/Xpra-org/xpra/issues/3346

totaam commented 2 years ago

Now that the proxy bug is out of the way, I can finally reproduce this one using the 3.1.x branch and xpra-html5 from master:

xpra start --start=xterm :10
xpra proxy --bind-tcp=0.0.0.0:14500 --tcp-auth=allow --no-daemon 

Connecting with chrome:

Warning: found large packet
 'b'damage-sequence'' packet is 34805 bytes: 
 argument types: <class 'int'>, <class 'int'>, <class 'int'>, <class 'int'>, <class 'int'>, <class 'bytes'>
 sizes: 1, 1, 1, 2, 2, 34777
packet: [b'damage-sequence', 2, 1, 0, 16, -1, b'failed t .. eError: The source image could not be decoded.']

And the javascript console shows:

decode error on  webp packet sequence 38 : failed to create image bitmap from webp [object Blob],
    data=82,73,70,70,88,1,0,0,87,69, ... 49,105,206,191,255,16,121,222,88,0: \
    InvalidStateError: The source image could not be decoded.
​  pixel data: Uint8Array(352) [82, 73, 70, 70, 88, 1, 0, 0, 87, 69... 6, 150, 236, 35, 136, 0, 0, 0, 0, 0, 0, 0, 0, …]

Turning off the decode worker (#20) fixes things.

totaam commented 2 years ago

Someone smarter than me can figure out why the decode worker is having those problems with the legacy packet encoders. The decode worker now requires rencodeplus.

@walakee this should fix your problem, you can apply the commit above by hand (it's tiny) or wait for the beta 4.5.2-r1105 packages to be uploaded.

walakee commented 2 years ago

@totaam many thanks for all your help with this. I'm glad to report that with xpra-html5.noarch 4.5.2-1.r1107.el7 the issue has been resolved.

One thing I ran into is, that windows now initially appear fine...

image

...but after resizing the window, the contents disappear...

image

...if I switch to a different browser tab, and switch back, the contents appear again. I guess I need to open an other ticket for this?

Many thanks again, Henrik

totaam commented 2 years ago

...but after resizing the window, the contents disappear...

144:

https://github.com/Xpra-org/xpra-html5/blob/15559a7e70be2d4247c5c6705c329ff53c565a01/html5/js/Window.js#L187-L191

walakee commented 2 years ago

@totaam, many thanks for the hint on the forced refresh. I have the same lines in the /usr/share/xpra/www/js/Window.js file (dated Dec 19 06:13 / size 50,781 bytes / xpra-html5.noarch 4.5.2-1.r1107.el7), but the issue mentioned above is still present (xterm goes blank after resize). Sorry if I have missed something obvious?

totaam commented 2 years ago

xterm goes blank after resize

@walakee this is a completely different issue which is already tracked here: #144

walakee commented 2 years ago

Ah, OK, understood. Thanks for the clarification... :)