Igalia / meta-webkit

Yocto / OpenEmbedded layer for WebKit based engines and browsers
MIT License
125 stars 66 forks source link

EGL_NOT_INITIALIZED issue #476

Closed matteolisi closed 6 months ago

matteolisi commented 1 year ago

Hi,

I'm testing the wekbit on rockchip px30 with yocto kirkstone.

When launching cog, it returns an EGL_NOT_INITIALIZED error:

root@rockchip-px30-evb:~# cog --platform=fdo www.google.com 
Rga built version:274b345f976a 

(cog:529): Cog-Core-WARNING **: 09:24:35.947: Platform module name 'fdo' is deprecated, please use 'wl' instead.
arm_release_ver of this libmali is 'g2p0-01eac0', rk_so_ver is '7'.

(cog:529): GLib-GIO-WARNING **: 09:24:36.030: Your application does not implement g_application_activate() and has no handlers connected to the 'activate' signal.  It should do one of these.
Rga built version:274b345f976a 
Rga built version:274b345f976a 
arm_release_ver of this libmali is 'g2p0-01eac0', rk_so_ver is '7'.
EGLDisplay Initialization failed: EGL_NOT_INITIALIZED
Cannot create EGL context: invalid display (last error: EGL_SUCCESS)
Cog-Core-Message: 09:24:36.487: <http://www.google.com/> Load started.
Cog-Core-Message: 09:24:36.502: <https://www.google.com/> Redirected.
Cog-Core-Message: 09:24:36.784: <https://www.google.com/> Loading...
Cog-Core-Message: 09:24:38.639: <https://www.google.com/> Loaded successfully.

The system variables are:

export COG_PLATFORM_FDO_VIEW_FULLSCREEN="1"
export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/0/bus"
export EDITOR="vi"
export HOME="/home/root"
export HUSHLOGIN="FALSE"
export LANG="C"
export LOGNAME="root"
export MAIL="/var/spool/mail/root"
export MOTD_SHOWN="pam"
export OLDPWD
export OPIEDIR
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin"
export PS1="\\u@\\h:\\w\\\$ "
export PWD="/home/root"
export QPEDIR
export QTDIR
export SHELL="/bin/sh"
export SHLVL="1"
export SYSTEMD_PAGER=""
export TERM="linux"
export USER="root"
export XDG_RUNTIME_DIR="/run/user/1000/"
export XDG_SESSION_CLASS="user"
export XDG_SESSION_ID="c2"
export XDG_SESSION_TYPE="tty"

The local.conf variables are:

MACHINE = "rockchip-px30-evb"

DISTRO_FEATURES:remove += " x11"

IMAGE_INSTALL:append = " wpewebkit cog "
PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-fdo"
PREFERRED_PROVIDER_virtual/libwpe = "wpebackend"

PARALLEL_MAKE = "-j 8"
DISTRO_FEATURES:append = " gles2 opengl wayland "

My linux version is:

Linux rockchip-px30-evb 5.10.110-rockchip-standard #1 SMP Mon Jun 5 14:26:06 UTC 2023 aarch64 GNU/Linux

What it's wrong ?

matteolisi commented 1 year ago

I'm Sorry , I forget the cog and webkit versions:

root@rockchip-px30-evb:~# cog --version
Rga built version:274b345f976a 
0.16.1 (WPE WebKit 2.38.2)
philn commented 1 year ago

Are you running this in a wayland compositor?

matteolisi commented 1 year ago

Yes , cog is running on wayland composerInviato dal mio Galaxy -------- Messaggio originale --------Da: Philippe Normand @.> Data: 19/06/23 16:48 (GMT+01:00) A: Igalia/meta-webkit @.> Cc: MATTEO LISI @.>, Author @.> Oggetto: Re: [Igalia/meta-webkit] EGL_NOT_INITIALIZED issue (Issue #476) Are you running this in a wayland compositor?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

clopez commented 1 year ago

I don't see a WAYLAND_DISPLAY variable in the list of environment variables you posted above. Defining this one is key to be able to connect to the compositor.

matteolisi commented 1 year ago

Hi, I set the WAYLAND_DISPLAY as:

export WAYLAND_DISPLAY=wayland-0

but cog still give me the same error

many thanks

clopez commented 1 year ago

Export the env var G_MESSAGES_DEBUG=all and run Cog again. Paste here the output

matteolisi commented 1 year ago

Hi

I lauched the application with commands

export XDG_RUNTIME_DIR=/run/user/1000/
export COG_PLATFORM_FDO_VIEW_FULLSCREEN=1
export WAYLAND_DISPLAY=wayland-0
cog --platform=fdo www.google.com  >file.txt 2>&1

And this is the log:

Rga built version:274b345f976a 
(process:567): Cog-Core-DEBUG: 15:56:00.038: ensure_extension_points: Extension points registered.
(process:567): Cog-Core-DEBUG: 15:56:00.039: cog_modules_add_directory: Scanning '/usr/lib/cog/modules'
Cog-INFO: 15:56:00.062: com.igalia.Cog.Platform:
Cog-INFO: 15:56:00.063:   wl - 500/CogWlPlatform
Cog-INFO: 15:56:00.063:   drm - 200/CogDrmPlatform
Cog-INFO: 15:56:00.063:   headless - 100/CogHeadlessPlatform
(cog:567): GLib-GIO-DEBUG: 15:56:00.076: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
(cog:567): Cog-DEBUG: 15:56:00.093: platform_setup: Platform name: fdo

(cog:567): Cog-Core-WARNING **: 15:56:00.094: Platform module name 'fdo' is deprecated, please use 'wl' instead.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.101: Initializing Wayland...
(cog:567): Cog-Wayland-DEBUG: 15:56:00.102: Using 'wl_compositor' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.103: Using 'wl_subcompositor' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.103: Ignoring 'wp_viewporter' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.103: Ignoring 'zxdg_output_manager_v1' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.103: Using 'wp_presentation' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.103: Ignoring 'zwp_relative_pointer_manager_v1' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.103: Ignoring 'zwp_pointer_constraints_v1' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.103: Ignoring 'zwp_input_timestamps_manager_v1' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.103: Ignoring 'wl_data_device_manager' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.103: Using 'wl_shm' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.104: Ignoring 'mali_buffer_sharing' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.104: Using 'wl_seat' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.104: Ignoring 'zwp_linux_dmabuf_v1' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.104: Ignoring 'weston_direct_display_v1' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.104: Ignoring 'weston_content_protection' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.104: Using 'wl_output' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.104: Ignoring 'zwp_input_panel_v1' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.104: Ignoring 'zwp_input_method_v1' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.104: Using 'zwp_text_input_manager_v1' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.104: Using 'xdg_wm_base' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.104: Ignoring 'weston_desktop_shell' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.105: Ignoring 'weston_screenshooter' interface obtained from the Wayland registry.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.105: Initializing EGL...
arm_release_ver of this libmali is 'g2p0-01eac0', rk_so_ver is '7'.
Cog-Wayland-INFO: 15:56:00.131: EGL version 1.4 initialized.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.131: Creating Wayland surface...
(cog:567): Cog-Core-DEBUG: 15:56:00.157: gamepad setup: none
(cog:567): Cog-DEBUG: 15:56:00.157: platform_setup: Selected CogWlPlatform @ 0x55aaa16260

(cog:567): GLib-GIO-WARNING **: 15:56:00.169: Your application does not implement g_application_activate() and has no handlers connected to the 'activate' signal.  It should do one of these.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.169: Enumerating seat capabilities:
(cog:567): Cog-Wayland-DEBUG: 15:56:00.169:   - Keyboard
(cog:567): Cog-Wayland-DEBUG: 15:56:00.170:   - Touch
(cog:567): Cog-Wayland-DEBUG: 15:56:00.170: Done enumerating seat capabilities.
(cog:567): Cog-Wayland-DEBUG: 15:56:00.170: Seat name: 'default'
Cog-Wayland-INFO: 15:56:00.171: Got scale factor 1 for output 0x55aaa20140

Cog-Wayland-INFO: 15:56:00.171: Output 0x55aaa20140 is 1024x600 @ 60.72Hz
(cog:567): Cog-Wayland-DEBUG: 15:56:00.199: New XDG toplevel configuration: (0, 0)
(cog:567): Cog-Wayland-DEBUG: 15:56:00.200: Resized EGL buffer to: (1024, 768) @1x

Rga built version:274b345f976a 
(process:581): GLib-GIO-DEBUG: 15:56:00.329: Failed to initialize portal (GNetworkMonitorPortal) for gio-network-monitor: Not using portals
(process:581): GLib-GIO-DEBUG: 15:56:00.354: Failed to initialize networkmanager (GNetworkMonitorNM) for gio-network-monitor: NetworkManager not running
(process:581): GLib-GIO-DEBUG: 15:56:00.355: _g_io_module_get_default: Found default implementation netlink (GNetworkMonitorNetlink) for ?gio-network-monitor?
(process:581): GLib-GIO-DEBUG: 15:56:00.360: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
(process:581): GLib-GIO-DEBUG: 15:56:00.380: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?
(process:581): GLib-GIO-DEBUG: 15:56:00.381: GSocketClient: Starting new address enumeration
(process:581): GLib-GIO-DEBUG: 15:56:00.389: GSocketClient: Address enumeration succeeded
(process:581): GLib-GIO-DEBUG: 15:56:00.390: GSocketClient: Starting TCP connection attempt
EGLDisplay Initialization failed: EGL_NOT_INITIALIZED
(process:581): GLib-GIO-DEBUG: 15:56:00.412: GSocketClient: TCP connection successful
(process:581): GLib-GIO-DEBUG: 15:56:00.413: GSocketClient: Starting application layer connection
(process:581): GLib-GIO-DEBUG: 15:56:00.413: GSocketClient: Connection successful!
Rga built version:274b345f976a 
arm_release_ver of this libmali is 'g2p0-01eac0', rk_so_ver is '7'.
(WPEWebProcess:582): GLib-GIO-DEBUG: 15:56:00.425: Failed to initialize portal (GPowerProfileMonitorPortal) for gio-power-profile-monitor: Not using portals
(WPEWebProcess:582): GLib-GIO-DEBUG: 15:56:00.428: _g_io_module_get_default: Found default implementation dbus (GPowerProfileMonitorDBus) for ?gio-power-profile-monitor?
(process:581): GLib-GIO-DEBUG: 15:56:00.443: _g_io_module_get_default: Found default implementation openssl (GTlsBackendOpenssl) for ?gio-tls-backend?
(process:581): GLib-Net-DEBUG: 15:56:00.459: CLIENT[0x55a00221b0]: Starting asynchronous TLS handshake
(process:581): GLib-Net-DEBUG: 15:56:00.460: CLIENT[0x55a00221b0]: Setting ALPN protocols to \u0002h2\u0008http/1.1\u0008http/1.0
(process:581): GLib-Net-DEBUG: 15:56:00.460: CLIENT[0x55a00221b0]: Asynchronous TLS handshake thread starts
(process:581): GLib-Net-DEBUG: 15:56:00.461: CLIENT[0x55a00221b0]: TLS handshake thread starts
(process:581): GLib-Net-DEBUG: 15:56:00.461: CLIENT[0x55a00221b0]: claiming operation OP_HANDSHAKE
(process:581): GLib-Net-DEBUG: 15:56:00.461: CLIENT[0x55a00221b0]: claiming operation OP_HANDSHAKE succeeded
Cannot create EGL context: invalid display (last error: EGL_SUCCESS)
(process:581): GLib-Net-DEBUG: 15:56:00.521: CLIENT[0x55a00221b0]: verifying peer certificate
Cog-Core-Message: 15:56:00.526: <http://www.google.com/> Load started.
(process:581): GLib-Net-DEBUG: 15:56:00.541: CLIENT[0x55a00221b0]: TLS handshake thread succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.541: CLIENT[0x55a00221b0]: yielding operation OP_HANDSHAKE
(process:581): GLib-Net-DEBUG: 15:56:00.543: CLIENT[0x55a00221b0]: Asynchronous TLS handshake thread completed
(process:581): GLib-Net-DEBUG: 15:56:00.544: CLIENT[0x55a00221b0]: finishing TLS handshake
(process:581): GLib-Net-DEBUG: 15:56:00.544: CLIENT[0x55a00221b0]: negotiated ALPN protocols: [2]0x7f24018f00
(process:581): GLib-Net-DEBUG: 15:56:00.544: CLIENT[0x55a00221b0]: TLS handshake has finished successfully
(process:581): GLib-Net-DEBUG: 15:56:00.545: CLIENT[0x55a00221b0]: starting to write 24 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.546: CLIENT[0x55a00221b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.546: CLIENT[0x55a00221b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.546: CLIENT[0x55a00221b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.547: CLIENT[0x55a00221b0]: successfully write 24 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.547: [C1-S0] [-] [SEND] [SETTINGS]
(process:581): GLib-Net-DEBUG: 15:56:00.547: CLIENT[0x55a00221b0]: starting to write 27 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.547: CLIENT[0x55a00221b0]: claiming operation OP_WRITE
Cog-Core-Message: 15:56:00.547: <https://www.google.com/> Redirected.
(process:581): GLib-Net-DEBUG: 15:56:00.548: CLIENT[0x55a00221b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.548: CLIENT[0x55a00221b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.548: CLIENT[0x55a00221b0]: successfully write 27 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.548: [C1-S0] [-] [SEND] [WINDOW_UPDATE]
(process:581): GLib-Net-DEBUG: 15:56:00.549: CLIENT[0x55a00221b0]: starting to write 13 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.549: CLIENT[0x55a00221b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.549: CLIENT[0x55a00221b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.549: CLIENT[0x55a00221b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.549: CLIENT[0x55a00221b0]: successfully write 13 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.550: [C1-S1] [NONE] [SESSION] Request made for www.google.com/
(process:581): libsoup-http2-DEBUG: 15:56:00.550: [C1-S1] [NONE] [SESSION] State NONE -> WRITE_HEADERS
(process:581): libsoup-http2-DEBUG: 15:56:00.551: [C1-S1] [WRITE_HEADERS] [SEND] [HEADERS] category=REQUEST finished=1
(process:581): libsoup-http2-DEBUG: 15:56:00.551: [C1-S1] [WRITE_HEADERS] [SESSION] State WRITE_HEADERS -> WRITE_DONE
(process:581): GLib-Net-DEBUG: 15:56:00.551: CLIENT[0x55a00221b0]: starting to write 188 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.551: CLIENT[0x55a00221b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.551: CLIENT[0x55a00221b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.551: CLIENT[0x55a00221b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.552: CLIENT[0x55a00221b0]: successfully write 188 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.553: [C1-S3] [NONE] [SESSION] Request made for www.google.com/
(process:581): libsoup-http2-DEBUG: 15:56:00.554: [C1-S3] [NONE] [SESSION] State NONE -> WRITE_HEADERS
(process:581): libsoup-http2-DEBUG: 15:56:00.554: [C1-S3] [WRITE_HEADERS] [SEND] [HEADERS] category=REQUEST finished=1
(process:581): libsoup-http2-DEBUG: 15:56:00.554: [C1-S3] [WRITE_HEADERS] [SESSION] State WRITE_HEADERS -> WRITE_DONE
(process:581): GLib-Net-DEBUG: 15:56:00.554: CLIENT[0x55a00221b0]: starting to write 23 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.554: CLIENT[0x55a00221b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.554: CLIENT[0x55a00221b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.555: CLIENT[0x55a00221b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.555: CLIENT[0x55a00221b0]: successfully write 23 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.567: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.567: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.567: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.568: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.569: CLIENT[0x55a00221b0]: successfully read 40 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.569: [C1-S0] [-] [RECV] [SETTINGS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:00.569: [C1-S0] [-] [RECV] [SETTINGS] Recieved (0)
(process:581): libsoup-http2-DEBUG: 15:56:00.569: [C1-S0] [-] [RECV] [WINDOW_UPDATE] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:00.569: [C1-S0] [-] [RECV] [WINDOW_UPDATE] Recieved (0)
(process:581): libsoup-http2-DEBUG: 15:56:00.569: [C1-S0] [-] [RECV] WINDOW_UPDATE: increment=983041, total=1048576
(process:581): GLib-Net-DEBUG: 15:56:00.570: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.570: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.570: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.570: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.570: CLIENT[0x55a00221b0]: successfully read 9 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.570: [C1-S0] [-] [RECV] [SETTINGS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:00.570: [C1-S0] [-] [RECV] [SETTINGS] Recieved (1)
(process:581): GLib-Net-DEBUG: 15:56:00.570: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.571: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.571: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.571: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.571: CLIENT[0x55a00221b0]: reading data from TLS connection has failed: WOULD_BLOCK
(process:581): libsoup-http2-DEBUG: 15:56:00.571: [C1-S1] [WRITE_DONE] Finished: interrupted
(process:581): libsoup-http2-DEBUG: 15:56:00.571: [C1-S0] [-] [SEND] [SETTINGS]
(process:581): GLib-Net-DEBUG: 15:56:00.572: CLIENT[0x55a00221b0]: starting to write 9 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.572: CLIENT[0x55a00221b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.572: CLIENT[0x55a00221b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.572: CLIENT[0x55a00221b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.572: CLIENT[0x55a00221b0]: successfully write 9 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.572: [C1-S0] [-] [SEND] [RST_STREAM] stream_id=1
(process:581): libsoup-http2-DEBUG: 15:56:00.573: [C1-S0] [-] [SESSION] Closed: CANCEL
(process:581): GLib-Net-DEBUG: 15:56:00.573: CLIENT[0x55a00221b0]: starting to write 13 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.573: CLIENT[0x55a00221b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.573: CLIENT[0x55a00221b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.573: CLIENT[0x55a00221b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.573: CLIENT[0x55a00221b0]: successfully write 13 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.706: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.706: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.706: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.707: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.707: CLIENT[0x55a00221b0]: successfully read 864 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.707: [C1-S3] [WRITE_DONE] [RECV] [HEADERS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:00.707: [C1-S3] [WRITE_DONE] [SESSION] State WRITE_DONE -> READ_HEADERS
(process:581): libsoup-http2-DEBUG: 15:56:00.707: [C1-S3] [READ_HEADERS] [RECV] [HEADERS] Recieved (4)
(process:581): libsoup-http2-DEBUG: 15:56:00.708: [C1-S3] [READ_HEADERS] [HEADERS] category=RESPONSE status=200
(process:581): GLib-Net-DEBUG: 15:56:00.710: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.710: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.711: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.711: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.711: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.711: [C1-S3] [READ_HEADERS] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:00.712: [C1-S3] [READ_HEADERS] [SESSION] State READ_HEADERS -> READ_DATA_START
(process:581): libsoup-http2-DEBUG: 15:56:00.713: [C1-S3] [READ_DATA_START] [DATA] Recieved chunk, len=1368, flags=8, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:00.713: [C1-S3] [READ_DATA_START] [DATA] Sniffed content
(process:581): libsoup-http2-DEBUG: 15:56:00.713: [C1-S3] [READ_DATA_START] [SESSION] State READ_DATA_START -> READ_DATA
(process:581): GLib-Net-DEBUG: 15:56:00.715: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.715: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.716: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.716: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.716: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.717: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.717: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.717: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.717: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.718: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.718: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.718: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.718: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.718: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.719: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.719: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.719: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.720: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1312, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.720: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.721: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.721: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.721: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.721: CLIENT[0x55a00221b0]: successfully read 124 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.722: [C1-S3] [READ_DATA] [RECV] [DATA] Recieved (8)
(process:581): GLib-Net-DEBUG: 15:56:00.722: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.722: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.722: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.723: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.723: CLIENT[0x55a00221b0]: successfully read 198 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.723: [C1-S3] [READ_DATA] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:00.723: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=108, flags=8, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:00.723: [C1-S3] [READ_DATA] [RECV] [DATA] Recieved (8)
(process:581): GLib-Net-DEBUG: 15:56:00.723: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.724: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.724: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.724: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.724: CLIENT[0x55a00221b0]: reading data from TLS connection has failed: WOULD_BLOCK
(process:581): GLib-Net-DEBUG: 15:56:00.728: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.728: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.728: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.729: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.729: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.729: [C1-S3] [READ_DATA] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:00.730: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1369, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.730: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.730: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.730: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.731: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.731: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.731: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.731: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.731: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.732: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.732: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.733: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.733: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.733: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.733: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.733: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.734: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.734: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.734: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.735: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.735: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.735: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.735: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.735: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.736: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.736: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.736: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.736: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.737: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.737: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.737: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.737: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.738: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.738: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.738: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.738: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.738: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.739: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.739: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.739: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.739: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.739: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.740: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.740: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.740: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.740: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.741: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.741: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.741: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.741: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.741: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.742: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.742: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.743: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.743: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.743: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.743: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.743: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.744: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.744: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.744: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.744: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.744: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.745: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.745: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.745: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.746: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1235, flags=0, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:00.746: [C1-S3] [READ_DATA] [RECV] [DATA] Recieved (0)
(process:581): libsoup-http2-DEBUG: 15:56:00.746: [C1-S3] [READ_DATA] [RECV] [DATA] Beginning
(process:581): GLib-Net-DEBUG: 15:56:00.746: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.746: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.746: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.747: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.747: CLIENT[0x55a00221b0]: successfully read 79 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.747: [C1-S3] [READ_DATA] [RECV] [DATA] Recieved (8)
(process:581): GLib-Net-DEBUG: 15:56:00.747: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.747: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.747: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.748: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.748: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.748: [C1-S3] [READ_DATA] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:00.748: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1369, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.748: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(WPEWebProcess:582): GLib-GIO-DEBUG: 15:56:00.748: _g_io_module_get_default: Found default implementation openssl (GTlsBackendOpenssl) for ?gio-tls-backend?
(process:581): GLib-Net-DEBUG: 15:56:00.749: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.749: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.749: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.749: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.749: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.750: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.750: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.750: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.750: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.750: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.751: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.751: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.751: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.751: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.752: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.752: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.752: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.752: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.752: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.752: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.753: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.753: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.753: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.753: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.753: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.754: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.754: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.754: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.754: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.754: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.754: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.755: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.755: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.755: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.755: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.755: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.756: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.756: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.756: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.756: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.756: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.756: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.757: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.757: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.757: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.757: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.757: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.758: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.758: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.758: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.758: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.758: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.758: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.759: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.759: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.759: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.759: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.760: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.760: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.760: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.760: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.760: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.761: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.761: CLIENT[0x55a00221b0]: successfully read 1284 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.761: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1235, flags=0, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:00.761: [C1-S3] [READ_DATA] [RECV] [DATA] Recieved (0)
(process:581): libsoup-http2-DEBUG: 15:56:00.761: [C1-S3] [READ_DATA] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:00.762: [C1-S3] [READ_DATA] [RECV] [DATA] Recieved (8)
(process:581): GLib-Net-DEBUG: 15:56:00.762: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.762: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.762: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.762: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.763: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.763: [C1-S3] [READ_DATA] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:00.763: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1368, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.763: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.763: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.763: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.764: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.764: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.764: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.764: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.765: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.765: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.765: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.765: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.765: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.766: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.766: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.766: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.766: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.767: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.767: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.767: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.767: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.768: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.768: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.769: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.769: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.769: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.769: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.770: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.770: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.770: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.771: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.771: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.771: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.772: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.772: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.772: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.773: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.773: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.773: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.773: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.774: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.774: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.774: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.774: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.774: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.775: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.775: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.775: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.775: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.775: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.776: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.776: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.776: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.776: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.776: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.777: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.777: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.777: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.777: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.778: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.778: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.778: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.778: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.778: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.779: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.779: CLIENT[0x55a00221b0]: successfully read 1121 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.779: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=999, flags=8, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:00.779: [C1-S3] [READ_DATA] [RECV] [DATA] Recieved (8)
(process:581): GLib-Net-DEBUG: 15:56:00.779: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.780: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.780: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.780: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.780: CLIENT[0x55a00221b0]: successfully read 444 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.780: [C1-S3] [READ_DATA] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:00.781: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=225, flags=8, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:00.781: [C1-S3] [READ_DATA] [RECV] [DATA] Recieved (8)
(process:581): GLib-Net-DEBUG: 15:56:00.781: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.781: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.781: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.781: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.782: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.782: [C1-S3] [READ_DATA] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:00.782: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1368, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.782: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.782: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.783: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.783: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.783: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.783: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.783: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.784: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.784: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.784: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.784: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.784: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.785: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.785: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.785: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.786: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.786: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.786: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.786: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.786: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.787: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.787: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.787: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.787: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.788: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.788: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.788: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.789: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.789: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.789: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.789: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.789: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.789: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.790: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.790: CLIENT[0x55a00221b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.790: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=8, paused=0
(process:581): GLib-Net-DEBUG: 15:56:00.790: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.791: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.791: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.791: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.791: CLIENT[0x55a00221b0]: successfully read 621 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.791: [C1-S3] [READ_DATA] [DATA] Recieved chunk, len=582, flags=8, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:00.791: [C1-S3] [READ_DATA] [RECV] [DATA] Recieved (8)
(process:581): GLib-Net-DEBUG: 15:56:00.792: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.792: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.792: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.792: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.792: CLIENT[0x55a00221b0]: successfully read 255 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.792: [C1-S3] [READ_DATA] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:00.793: [C1-S3] [READ_DATA] [RECV] [DATA] Recieved (9)
(process:581): libsoup-http2-DEBUG: 15:56:00.793: [C1-S3] [READ_DATA] [SESSION] Closed: NO_ERROR
(process:581): GLib-Net-DEBUG: 15:56:00.793: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.793: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.793: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.793: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.794: CLIENT[0x55a00221b0]: successfully read 17 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.794: [C1-S0] [-] [RECV] [PING] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:00.794: [C1-S0] [-] [RECV] [PING] Recieved (0)
(process:581): GLib-Net-DEBUG: 15:56:00.794: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.794: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.794: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.795: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:00.795: CLIENT[0x55a00221b0]: reading data from TLS connection has failed: WOULD_BLOCK
(cog:567): GLib-GIO-DEBUG: 15:56:00.796: _g_io_module_get_default: Found default implementation openssl (GTlsBackendOpenssl) for ?gio-tls-backend?
(process:581): libsoup-http2-DEBUG: 15:56:00.829: [C1-S3] [READ_DATA] Client stream EOF
(process:581): libsoup-http2-DEBUG: 15:56:00.829: [C1-S3] [READ_DATA] [SESSION] State READ_DATA -> READ_DONE
(process:581): libsoup-http2-DEBUG: 15:56:00.830: [C1-S3] [READ_DONE] Finished: completed
(process:581): libsoup-http2-DEBUG: 15:56:00.831: [C1-S0] [-] [SEND] [PING]
(process:581): GLib-Net-DEBUG: 15:56:00.831: CLIENT[0x55a00221b0]: starting to write 17 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.832: CLIENT[0x55a00221b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.832: CLIENT[0x55a00221b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.833: CLIENT[0x55a00221b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.833: CLIENT[0x55a00221b0]: successfully write 17 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:00.833: [C1-S0] [-] [SEND] [RST_STREAM] stream_id=3
(process:581): GLib-Net-DEBUG: 15:56:00.834: CLIENT[0x55a00221b0]: starting to write 13 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:00.834: CLIENT[0x55a00221b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.834: CLIENT[0x55a00221b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:00.835: CLIENT[0x55a00221b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:00.835: CLIENT[0x55a00221b0]: successfully write 13 bytes to TLS connection
Cog-Core-Message: 15:56:00.840: <https://www.google.com/> Loading...
(process:581): libsoup-http2-DEBUG: 15:56:01.088: [C1-S5] [NONE] [SESSION] Request made for www.google.com/gen_204?atyp=i&ct=bxjs&cad=&b=0&ei=EMyRZMWWJd6Gxc8PrvWG2Ag&zx=1687276561083&opi=89978449
(process:581): libsoup-http2-DEBUG: 15:56:01.089: [C1-S5] [NONE] [SESSION] State NONE -> WRITE_HEADERS
(process:581): libsoup-http2-DEBUG: 15:56:01.089: [C1-S5] [WRITE_HEADERS] [SEND] [HEADERS] category=REQUEST finished=1
(process:581): libsoup-http2-DEBUG: 15:56:01.089: [C1-S5] [WRITE_HEADERS] [SESSION] State WRITE_HEADERS -> WRITE_DONE
(process:581): GLib-Net-DEBUG: 15:56:01.089: CLIENT[0x55a00221b0]: starting to write 394 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.090: CLIENT[0x55a00221b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.090: CLIENT[0x55a00221b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.090: CLIENT[0x55a00221b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.090: CLIENT[0x55a00221b0]: successfully write 394 bytes to TLS connection
(process:581): GLib-GIO-DEBUG: 15:56:01.104: GSocketClient: Starting new address enumeration
(process:581): GLib-GIO-DEBUG: 15:56:01.105: GSocketClient: Address enumeration succeeded
(process:581): GLib-GIO-DEBUG: 15:56:01.105: GSocketClient: Starting TCP connection attempt
(process:581): GLib-GIO-DEBUG: 15:56:01.106: GSocketClient: Connection attempt failed: Network is unreachable
(process:581): GLib-GIO-DEBUG: 15:56:01.106: GSocketClient: Starting new address enumeration
(process:581): GLib-GIO-DEBUG: 15:56:01.107: GSocketClient: Address enumeration succeeded
(process:581): GLib-GIO-DEBUG: 15:56:01.108: GSocketClient: Starting TCP connection attempt
(process:581): GLib-GIO-DEBUG: 15:56:01.131: GSocketClient: TCP connection successful
(process:581): GLib-GIO-DEBUG: 15:56:01.131: GSocketClient: Starting application layer connection
(process:581): GLib-GIO-DEBUG: 15:56:01.131: GSocketClient: Connection successful!
(process:581): GLib-Net-DEBUG: 15:56:01.135: CLIENT[0x55a00223b0]: Starting asynchronous TLS handshake
(process:581): GLib-Net-DEBUG: 15:56:01.135: CLIENT[0x55a00223b0]: Setting ALPN protocols to \u0002h2\u0008http/1.1\u0008http/1.0
(process:581): GLib-Net-DEBUG: 15:56:01.136: CLIENT[0x55a00223b0]: Asynchronous TLS handshake thread starts
(process:581): GLib-Net-DEBUG: 15:56:01.136: CLIENT[0x55a00223b0]: TLS handshake thread starts
(process:581): GLib-Net-DEBUG: 15:56:01.136: CLIENT[0x55a00223b0]: claiming operation OP_HANDSHAKE
(process:581): GLib-Net-DEBUG: 15:56:01.136: CLIENT[0x55a00223b0]: claiming operation OP_HANDSHAKE succeeded
(process:581): GLib-GIO-DEBUG: 15:56:01.149: GSocketClient: Starting new address enumeration
(process:581): GLib-Net-DEBUG: 15:56:01.151: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.152: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.152: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.153: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.153: CLIENT[0x55a00221b0]: successfully read 218 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.154: [C1-S5] [WRITE_DONE] [RECV] [HEADERS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.154: [C1-S5] [WRITE_DONE] [SESSION] State WRITE_DONE -> READ_HEADERS
(process:581): libsoup-http2-DEBUG: 15:56:01.155: [C1-S5] [READ_HEADERS] [RECV] [HEADERS] Recieved (4)
(process:581): libsoup-http2-DEBUG: 15:56:01.155: [C1-S5] [READ_HEADERS] [HEADERS] category=RESPONSE status=204
(process:581): libsoup-http2-DEBUG: 15:56:01.155: [C1-S5] [READ_HEADERS] Stream done
(process:581): libsoup-http2-DEBUG: 15:56:01.155: [C1-S5] [READ_HEADERS] [SESSION] State READ_HEADERS -> READ_DATA
(process:581): libsoup-http2-DEBUG: 15:56:01.157: [C1-S5] [READ_DATA] Client stream EOF
(process:581): libsoup-http2-DEBUG: 15:56:01.157: [C1-S5] [READ_DATA] [SESSION] State READ_DATA -> READ_DONE
(process:581): GLib-Net-DEBUG: 15:56:01.158: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.158: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.158: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.159: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.159: CLIENT[0x55a00221b0]: successfully read 9 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.159: [C1-S5] [READ_DONE] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.160: [C1-S5] [READ_DONE] [RECV] [DATA] Recieved (1)
(process:581): libsoup-http2-DEBUG: 15:56:01.160: [C1-S5] [READ_DONE] [SESSION] Closed: NO_ERROR
(process:581): GLib-Net-DEBUG: 15:56:01.160: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.161: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.161: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.162: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.162: CLIENT[0x55a00221b0]: successfully read 17 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.162: [C1-S0] [-] [RECV] [PING] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.163: [C1-S0] [-] [RECV] [PING] Recieved (0)
(process:581): GLib-Net-DEBUG: 15:56:01.163: CLIENT[0x55a00221b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.163: CLIENT[0x55a00221b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.163: CLIENT[0x55a00221b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.164: CLIENT[0x55a00221b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.164: CLIENT[0x55a00221b0]: reading data from TLS connection has failed: WOULD_BLOCK
(process:581): GLib-GIO-DEBUG: 15:56:01.165: GSocketClient: Address enumeration succeeded
(process:581): GLib-GIO-DEBUG: 15:56:01.166: GSocketClient: Starting TCP connection attempt
(process:581): GLib-GIO-DEBUG: 15:56:01.167: GSocketClient: Connection attempt failed: Network is unreachable
(process:581): GLib-GIO-DEBUG: 15:56:01.167: GSocketClient: Starting new address enumeration
(process:581): GLib-GIO-DEBUG: 15:56:01.168: GSocketClient: Address enumeration succeeded
(process:581): GLib-GIO-DEBUG: 15:56:01.168: GSocketClient: Starting TCP connection attempt
(process:581): libsoup-http2-DEBUG: 15:56:01.169: [C1-S5] [READ_DONE] Finished: completed
(process:581): libsoup-http2-DEBUG: 15:56:01.169: [C1-S0] [-] [SEND] [PING]
(process:581): GLib-Net-DEBUG: 15:56:01.169: CLIENT[0x55a00221b0]: starting to write 17 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.169: CLIENT[0x55a00221b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.169: CLIENT[0x55a00221b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.170: CLIENT[0x55a00221b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.170: CLIENT[0x55a00221b0]: successfully write 17 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.170: [C1-S0] [-] [SEND] [RST_STREAM] stream_id=5
(process:581): GLib-Net-DEBUG: 15:56:01.170: CLIENT[0x55a00221b0]: starting to write 13 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.170: CLIENT[0x55a00221b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.170: CLIENT[0x55a00221b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.171: CLIENT[0x55a00221b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.171: CLIENT[0x55a00221b0]: successfully write 13 bytes to TLS connection
(process:581): GLib-GIO-DEBUG: 15:56:01.190: GSocketClient: TCP connection successful
(process:581): GLib-GIO-DEBUG: 15:56:01.191: GSocketClient: Starting application layer connection
(process:581): GLib-GIO-DEBUG: 15:56:01.191: GSocketClient: Connection successful!
(process:581): GLib-Net-DEBUG: 15:56:01.192: CLIENT[0x55a00223b0]: verifying peer certificate
(process:581): GLib-Net-DEBUG: 15:56:01.195: CLIENT[0x55a00225b0]: Starting asynchronous TLS handshake
(process:581): GLib-Net-DEBUG: 15:56:01.195: CLIENT[0x55a00225b0]: Setting ALPN protocols to \u0002h2\u0008http/1.1\u0008http/1.0
(process:581): GLib-Net-DEBUG: 15:56:01.196: CLIENT[0x55a00225b0]: Asynchronous TLS handshake thread starts
(process:581): GLib-Net-DEBUG: 15:56:01.196: CLIENT[0x55a00225b0]: TLS handshake thread starts
(process:581): GLib-Net-DEBUG: 15:56:01.196: CLIENT[0x55a00225b0]: claiming operation OP_HANDSHAKE
(process:581): GLib-Net-DEBUG: 15:56:01.197: CLIENT[0x55a00225b0]: claiming operation OP_HANDSHAKE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.210: CLIENT[0x55a00223b0]: TLS handshake thread succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.211: CLIENT[0x55a00223b0]: yielding operation OP_HANDSHAKE
(process:581): GLib-Net-DEBUG: 15:56:01.211: CLIENT[0x55a00223b0]: Asynchronous TLS handshake thread completed
(process:581): GLib-Net-DEBUG: 15:56:01.211: CLIENT[0x55a00223b0]: finishing TLS handshake
(process:581): GLib-Net-DEBUG: 15:56:01.211: CLIENT[0x55a00223b0]: negotiated ALPN protocols: [2]0x7f180060a0
(process:581): GLib-Net-DEBUG: 15:56:01.212: CLIENT[0x55a00223b0]: TLS handshake has finished successfully
(process:581): GLib-Net-DEBUG: 15:56:01.212: CLIENT[0x55a00223b0]: starting to write 24 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.212: CLIENT[0x55a00223b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.213: CLIENT[0x55a00223b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.213: CLIENT[0x55a00223b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.213: CLIENT[0x55a00223b0]: successfully write 24 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.213: [C2-S0] [-] [SEND] [SETTINGS]
(process:581): GLib-Net-DEBUG: 15:56:01.213: CLIENT[0x55a00223b0]: starting to write 27 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.214: CLIENT[0x55a00223b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.214: CLIENT[0x55a00223b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.214: CLIENT[0x55a00223b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.214: CLIENT[0x55a00223b0]: successfully write 27 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.214: [C2-S0] [-] [SEND] [WINDOW_UPDATE]
(process:581): GLib-Net-DEBUG: 15:56:01.214: CLIENT[0x55a00223b0]: starting to write 13 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.215: CLIENT[0x55a00223b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.215: CLIENT[0x55a00223b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.215: CLIENT[0x55a00223b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.215: CLIENT[0x55a00223b0]: successfully write 13 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.216: [C2-S1] [NONE] [SESSION] Request made for www.google.com/gen_204?ei=EMyRZMWWJd6Gxc8PrvWG2Ag&vet=10ahUKEwjF3qGAm9L_AhVeQ_EDHa66AYsQhJAHCBw..s&gl=it&pc=SEARCH_HOMEPAGE&isMobile=false
(process:581): libsoup-http2-DEBUG: 15:56:01.216: [C2-S1] [NONE] [SESSION] State NONE -> WRITE_HEADERS
(process:581): libsoup-http2-DEBUG: 15:56:01.216: [C2-S1] [WRITE_HEADERS] [SEND] [HEADERS] category=REQUEST finished=1
(process:581): GLib-Net-DEBUG: 15:56:01.217: CLIENT[0x55a00223b0]: starting to write 522 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.217: CLIENT[0x55a00223b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.217: CLIENT[0x55a00223b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.217: CLIENT[0x55a00223b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.217: CLIENT[0x55a00223b0]: successfully write 522 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.218: [C2-S1] [WRITE_HEADERS] [SEND_BODY] EOF
(process:581): libsoup-http2-DEBUG: 15:56:01.218: [C2-S1] [WRITE_HEADERS] [SESSION] State WRITE_HEADERS -> WRITE_DATA
(process:581): libsoup-http2-DEBUG: 15:56:01.218: [C2-S1] [WRITE_DATA] [SEND] [DATA] bytes=0, finished=1
(process:581): libsoup-http2-DEBUG: 15:56:01.218: [C2-S1] [WRITE_DATA] [SESSION] State WRITE_DATA -> WRITE_DONE
(process:581): GLib-Net-DEBUG: 15:56:01.218: CLIENT[0x55a00223b0]: starting to write 9 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.218: CLIENT[0x55a00223b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.218: CLIENT[0x55a00223b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.219: CLIENT[0x55a00223b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.219: CLIENT[0x55a00223b0]: successfully write 9 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.234: CLIENT[0x55a00223b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.234: CLIENT[0x55a00223b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.235: CLIENT[0x55a00223b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.236: CLIENT[0x55a00223b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.236: CLIENT[0x55a00223b0]: successfully read 40 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.236: [C2-S0] [-] [RECV] [SETTINGS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.237: [C2-S0] [-] [RECV] [SETTINGS] Recieved (0)
(process:581): libsoup-http2-DEBUG: 15:56:01.237: [C2-S0] [-] [RECV] [WINDOW_UPDATE] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.237: [C2-S0] [-] [RECV] [WINDOW_UPDATE] Recieved (0)
(process:581): libsoup-http2-DEBUG: 15:56:01.237: [C2-S0] [-] [RECV] WINDOW_UPDATE: increment=983041, total=1048576
(process:581): GLib-Net-DEBUG: 15:56:01.237: CLIENT[0x55a00223b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.237: CLIENT[0x55a00223b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.237: CLIENT[0x55a00223b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.238: CLIENT[0x55a00223b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.238: CLIENT[0x55a00223b0]: successfully read 9 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.238: [C2-S0] [-] [RECV] [SETTINGS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.239: [C2-S0] [-] [RECV] [SETTINGS] Recieved (1)
(process:581): GLib-Net-DEBUG: 15:56:01.239: CLIENT[0x55a00223b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.239: CLIENT[0x55a00223b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.239: CLIENT[0x55a00223b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.239: CLIENT[0x55a00223b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.239: CLIENT[0x55a00223b0]: reading data from TLS connection has failed: WOULD_BLOCK
(process:581): GLib-Net-DEBUG: 15:56:01.250: CLIENT[0x55a00225b0]: verifying peer certificate
(process:581): GLib-Net-DEBUG: 15:56:01.263: CLIENT[0x55a00225b0]: TLS handshake thread succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.263: CLIENT[0x55a00223b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.263: CLIENT[0x55a00225b0]: yielding operation OP_HANDSHAKE
(process:581): GLib-Net-DEBUG: 15:56:01.264: CLIENT[0x55a00223b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.264: CLIENT[0x55a00223b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.264: CLIENT[0x55a00223b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.264: CLIENT[0x55a00223b0]: successfully read 324 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.264: [C2-S1] [WRITE_DONE] [RECV] [HEADERS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.264: [C2-S1] [WRITE_DONE] [SESSION] State WRITE_DONE -> READ_HEADERS
(process:581): libsoup-http2-DEBUG: 15:56:01.265: [C2-S1] [READ_HEADERS] [RECV] [HEADERS] Recieved (4)
(process:581): libsoup-http2-DEBUG: 15:56:01.265: [C2-S1] [READ_HEADERS] [HEADERS] category=RESPONSE status=204
(process:581): libsoup-http2-DEBUG: 15:56:01.265: [C2-S1] [READ_HEADERS] Stream done
(process:581): libsoup-http2-DEBUG: 15:56:01.265: [C2-S1] [READ_HEADERS] [SESSION] State READ_HEADERS -> READ_DATA
(process:581): libsoup-http2-DEBUG: 15:56:01.266: [C2-S1] [READ_DATA] Client stream EOF
(process:581): libsoup-http2-DEBUG: 15:56:01.266: [C2-S1] [READ_DATA] [SESSION] State READ_DATA -> READ_DONE
(process:581): GLib-Net-DEBUG: 15:56:01.267: CLIENT[0x55a00223b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.267: CLIENT[0x55a00223b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.267: CLIENT[0x55a00223b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.267: CLIENT[0x55a00223b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.267: CLIENT[0x55a00223b0]: successfully read 9 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.267: [C2-S1] [READ_DONE] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.268: [C2-S1] [READ_DONE] [RECV] [DATA] Recieved (1)
(process:581): libsoup-http2-DEBUG: 15:56:01.268: [C2-S1] [READ_DONE] [SESSION] Closed: NO_ERROR
(process:581): GLib-Net-DEBUG: 15:56:01.268: CLIENT[0x55a00223b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.268: CLIENT[0x55a00223b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.268: CLIENT[0x55a00223b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.269: CLIENT[0x55a00223b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.269: CLIENT[0x55a00223b0]: successfully read 17 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.269: [C2-S0] [-] [RECV] [PING] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.269: [C2-S0] [-] [RECV] [PING] Recieved (0)
(process:581): GLib-Net-DEBUG: 15:56:01.269: CLIENT[0x55a00223b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.269: CLIENT[0x55a00223b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.269: CLIENT[0x55a00223b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.270: CLIENT[0x55a00223b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.270: CLIENT[0x55a00223b0]: reading data from TLS connection has failed: WOULD_BLOCK
(process:581): GLib-Net-DEBUG: 15:56:01.270: CLIENT[0x55a00225b0]: Asynchronous TLS handshake thread completed
(process:581): GLib-Net-DEBUG: 15:56:01.270: CLIENT[0x55a00225b0]: finishing TLS handshake
(process:581): GLib-Net-DEBUG: 15:56:01.270: CLIENT[0x55a00225b0]: negotiated ALPN protocols: [2]0x7f24002870
(process:581): GLib-Net-DEBUG: 15:56:01.271: CLIENT[0x55a00225b0]: TLS handshake has finished successfully
(process:581): GLib-Net-DEBUG: 15:56:01.271: CLIENT[0x55a00225b0]: starting to write 24 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.271: CLIENT[0x55a00225b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.271: CLIENT[0x55a00225b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.272: CLIENT[0x55a00225b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.272: CLIENT[0x55a00225b0]: successfully write 24 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.272: [C3-S0] [-] [SEND] [SETTINGS]
(process:581): GLib-Net-DEBUG: 15:56:01.272: CLIENT[0x55a00225b0]: starting to write 27 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.273: CLIENT[0x55a00225b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.273: CLIENT[0x55a00225b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.273: CLIENT[0x55a00225b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.273: CLIENT[0x55a00225b0]: successfully write 27 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.273: [C3-S0] [-] [SEND] [WINDOW_UPDATE]
(process:581): GLib-Net-DEBUG: 15:56:01.274: CLIENT[0x55a00225b0]: starting to write 13 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.274: CLIENT[0x55a00225b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.274: CLIENT[0x55a00225b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.274: CLIENT[0x55a00225b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.274: CLIENT[0x55a00225b0]: successfully write 13 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.275: [C3-S1] [NONE] [SESSION] Request made for www.gstatic.com/og/_/ss/k=og.qtm.Bcf36HdLxAc.L.W.O/m=qcwid/excm=qaaw,qadd,qaid,qein,qhaw,qhba,qhbr,qhch,qhga,qhid,qhin/d=1/ed=1/ct=zgms/rs=AA2YrTtrdJEPAVAbPPca5uf3TCfVu9JrgA
(process:581): libsoup-http2-DEBUG: 15:56:01.275: [C3-S1] [NONE] [SESSION] State NONE -> WRITE_HEADERS
(process:581): libsoup-http2-DEBUG: 15:56:01.275: [C3-S1] [WRITE_HEADERS] [SEND] [HEADERS] category=REQUEST finished=1
(process:581): libsoup-http2-DEBUG: 15:56:01.276: [C3-S1] [WRITE_HEADERS] [SESSION] State WRITE_HEADERS -> WRITE_DONE
(process:581): GLib-Net-DEBUG: 15:56:01.276: CLIENT[0x55a00225b0]: starting to write 274 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.276: CLIENT[0x55a00225b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.276: CLIENT[0x55a00225b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.276: CLIENT[0x55a00225b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.277: CLIENT[0x55a00225b0]: successfully write 274 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.277: [C3-S3] [NONE] [SESSION] Request made for www.gstatic.com/og/_/js/k=og.qtm.en_US.XokVBPHC-hs.2019.O/rt=j/m=qabr,q_dnp,qcwid,qapid,qald/exm=qaaw,qadd,qaid,qein,qhaw,qhba,qhbr,qhch,qhga,qhid,qhin/d=1/ed=1/rs=AA2YrTsnh_DUWgfjv7KRKX-tKGUAVaoB9w
(process:581): libsoup-http2-DEBUG: 15:56:01.277: [C3-S3] [NONE] [SESSION] State NONE -> WRITE_HEADERS
(process:581): libsoup-http2-DEBUG: 15:56:01.277: [C3-S3] [WRITE_HEADERS] [SEND] [HEADERS] category=REQUEST finished=1
(process:581): libsoup-http2-DEBUG: 15:56:01.277: [C3-S3] [WRITE_HEADERS] [SESSION] State WRITE_HEADERS -> WRITE_DONE
(process:581): GLib-Net-DEBUG: 15:56:01.278: CLIENT[0x55a00225b0]: starting to write 167 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.278: CLIENT[0x55a00225b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.278: CLIENT[0x55a00225b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.278: CLIENT[0x55a00225b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.279: CLIENT[0x55a00225b0]: successfully write 167 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.279: [C2-S1] [READ_DONE] Finished: completed
(process:581): libsoup-http2-DEBUG: 15:56:01.279: [C2-S0] [-] [SEND] [SETTINGS]
(process:581): GLib-Net-DEBUG: 15:56:01.279: CLIENT[0x55a00223b0]: starting to write 9 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.279: CLIENT[0x55a00223b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.279: CLIENT[0x55a00223b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.280: CLIENT[0x55a00223b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.280: CLIENT[0x55a00223b0]: successfully write 9 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.280: [C2-S0] [-] [SEND] [PING]
(process:581): GLib-Net-DEBUG: 15:56:01.280: CLIENT[0x55a00223b0]: starting to write 17 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.280: CLIENT[0x55a00223b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.281: CLIENT[0x55a00223b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.281: CLIENT[0x55a00223b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.281: CLIENT[0x55a00223b0]: successfully write 17 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.281: [C2-S0] [-] [SEND] [RST_STREAM] stream_id=1
(process:581): GLib-Net-DEBUG: 15:56:01.281: CLIENT[0x55a00223b0]: starting to write 13 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.281: CLIENT[0x55a00223b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.282: CLIENT[0x55a00223b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.282: CLIENT[0x55a00223b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.282: CLIENT[0x55a00223b0]: successfully write 13 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.283: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.284: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.284: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.285: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.285: CLIENT[0x55a00225b0]: successfully read 40 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.285: [C3-S0] [-] [RECV] [SETTINGS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.285: [C3-S0] [-] [RECV] [SETTINGS] Recieved (0)
(process:581): libsoup-http2-DEBUG: 15:56:01.285: [C3-S0] [-] [RECV] [WINDOW_UPDATE] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.286: [C3-S0] [-] [RECV] [WINDOW_UPDATE] Recieved (0)
(process:581): libsoup-http2-DEBUG: 15:56:01.286: [C3-S0] [-] [RECV] WINDOW_UPDATE: increment=983041, total=1048576
(process:581): GLib-Net-DEBUG: 15:56:01.286: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.286: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.286: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.286: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.286: CLIENT[0x55a00225b0]: reading data from TLS connection has failed: WOULD_BLOCK
(process:581): GLib-Net-DEBUG: 15:56:01.292: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.293: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.293: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.293: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.293: CLIENT[0x55a00225b0]: successfully read 9 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.293: [C3-S0] [-] [RECV] [SETTINGS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.294: [C3-S0] [-] [RECV] [SETTINGS] Recieved (1)
(process:581): GLib-Net-DEBUG: 15:56:01.294: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.294: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.294: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.294: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.294: CLIENT[0x55a00225b0]: reading data from TLS connection has failed: WOULD_BLOCK
(process:581): GLib-Net-DEBUG: 15:56:01.297: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.297: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.298: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.298: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.298: CLIENT[0x55a00225b0]: successfully read 543 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.298: [C3-S1] [WRITE_DONE] [RECV] [HEADERS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.298: [C3-S1] [WRITE_DONE] [SESSION] State WRITE_DONE -> READ_HEADERS
(process:581): libsoup-http2-DEBUG: 15:56:01.299: [C3-S1] [READ_HEADERS] [RECV] [HEADERS] Recieved (4)
(process:581): libsoup-http2-DEBUG: 15:56:01.299: [C3-S1] [READ_HEADERS] [HEADERS] category=RESPONSE status=200
(process:581): GLib-Net-DEBUG: 15:56:01.299: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.299: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.299: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.300: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.300: CLIENT[0x55a00225b0]: successfully read 283 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.300: [C3-S1] [READ_HEADERS] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.301: [C3-S1] [READ_HEADERS] [SESSION] State READ_HEADERS -> READ_DATA_START
(process:581): libsoup-http2-DEBUG: 15:56:01.301: [C3-S1] [READ_DATA_START] [DATA] Recieved chunk, len=274, flags=1, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:01.301: [C3-S1] [READ_DATA_START] [DATA] Sniffer stream was not ready Operation would block
(process:581): libsoup-http2-DEBUG: 15:56:01.301: [C3-S1] [READ_DATA_START] [RECV] [DATA] Recieved (1)
(process:581): libsoup-http2-DEBUG: 15:56:01.302: [C3-S1] [READ_DATA_START] [DATA] Sniffed content
(process:581): libsoup-http2-DEBUG: 15:56:01.302: [C3-S1] [READ_DATA_START] [SESSION] State READ_DATA_START -> READ_DATA
(process:581): libsoup-http2-DEBUG: 15:56:01.303: [C3-S1] [READ_DATA] [SESSION] Closed: NO_ERROR
(process:581): GLib-Net-DEBUG: 15:56:01.303: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.303: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.304: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.304: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.304: CLIENT[0x55a00225b0]: successfully read 17 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.304: [C3-S0] [-] [RECV] [PING] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.305: [C3-S0] [-] [RECV] [PING] Recieved (0)
(process:581): GLib-Net-DEBUG: 15:56:01.305: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.305: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.305: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.305: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.305: CLIENT[0x55a00225b0]: successfully read 108 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.306: [C3-S3] [WRITE_DONE] [RECV] [HEADERS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.306: [C3-S3] [WRITE_DONE] [SESSION] State WRITE_DONE -> READ_HEADERS
(process:581): libsoup-http2-DEBUG: 15:56:01.306: [C3-S3] [READ_HEADERS] [RECV] [HEADERS] Recieved (4)
(process:581): libsoup-http2-DEBUG: 15:56:01.306: [C3-S3] [READ_HEADERS] [HEADERS] category=RESPONSE status=200
(process:581): GLib-Net-DEBUG: 15:56:01.307: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.307: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.307: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.308: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.308: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.309: [C3-S3] [READ_HEADERS] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.309: [C3-S3] [READ_HEADERS] [SESSION] State READ_HEADERS -> READ_DATA_START
(process:581): libsoup-http2-DEBUG: 15:56:01.310: [C3-S3] [READ_DATA_START] [DATA] Recieved chunk, len=1369, flags=0, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:01.310: [C3-S3] [READ_DATA_START] [DATA] Sniffed content
(process:581): libsoup-http2-DEBUG: 15:56:01.311: [C3-S3] [READ_DATA_START] [SESSION] State READ_DATA_START -> READ_DATA
(process:581): GLib-Net-DEBUG: 15:56:01.312: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.312: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.312: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.313: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.313: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.314: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.314: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.314: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.314: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.315: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.315: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.315: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.316: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.316: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.316: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.316: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.317: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.317: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.317: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.317: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.317: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.318: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.318: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.318: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.319: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.319: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.319: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.319: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.319: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.320: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.320: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.320: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.320: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.320: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.321: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.321: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.321: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.321: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.321: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.322: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.322: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.322: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.322: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.322: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.322: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.323: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.323: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.323: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.323: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.324: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.324: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.324: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.324: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.325: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.325: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.325: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.325: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.325: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.326: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.326: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.326: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.326: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.326: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.327: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.327: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.327: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1235, flags=0, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:01.327: [C3-S3] [READ_DATA] [RECV] [DATA] Recieved (0)
(process:581): libsoup-http2-DEBUG: 15:56:01.328: [C3-S3] [READ_DATA] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.328: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=134, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.328: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.328: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.328: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.329: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.329: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.329: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.329: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.329: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.330: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.330: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.330: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.330: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.331: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.331: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.331: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.331: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.331: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.331: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.332: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.332: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.332: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.333: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.333: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.333: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.333: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.333: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.333: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.334: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.334: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.334: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.334: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.335: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.335: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.335: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.335: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.335: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.335: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.336: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.336: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.336: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.336: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.336: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.336: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.336: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.337: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.337: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.337: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.337: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.338: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.338: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.338: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.338: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.338: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.339: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.339: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.339: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.339: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.339: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.340: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.340: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.340: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.340: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.340: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.340: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.340: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.341: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.341: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.341: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.341: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.341: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.341: CLIENT[0x55a00225b0]: successfully read 1092 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.342: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1092, flags=0, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:01.342: [C3-S3] [READ_DATA] [RECV] [DATA] Recieved (0)
(process:581): GLib-Net-DEBUG: 15:56:01.342: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.342: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.342: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.342: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.343: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.343: [C3-S3] [READ_DATA] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.343: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1369, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.343: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.343: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.343: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.344: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.344: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.344: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.344: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.344: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.344: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.344: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.345: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.345: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.345: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.345: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.345: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.345: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.346: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.346: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.346: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.346: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.346: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.346: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.347: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.347: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.347: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.347: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.347: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.347: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.348: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.348: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.348: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.348: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.348: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.348: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.348: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.349: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.349: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.349: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.349: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.349: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.349: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.350: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.350: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.350: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.350: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.350: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.350: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.350: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.351: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.351: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.351: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.351: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.351: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.351: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.352: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.352: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.352: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.352: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.353: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.353: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.353: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.353: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.353: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.354: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.354: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.354: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1235, flags=0, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:01.355: [C3-S3] [READ_DATA] [RECV] [DATA] Recieved (0)
(process:581): libsoup-http2-DEBUG: 15:56:01.355: [C3-S3] [READ_DATA] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.355: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=134, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.355: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.355: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.356: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.356: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.356: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.357: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.357: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.357: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.357: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.358: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.358: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.358: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.359: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.359: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.359: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.360: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.360: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.360: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.360: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.361: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.361: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.361: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.361: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.361: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.362: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.362: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.362: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.362: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.362: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.363: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.363: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.363: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.363: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.363: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.363: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.364: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.364: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.364: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.364: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.364: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.364: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.364: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.365: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.365: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.365: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.365: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.365: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.365: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.366: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.366: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.366: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.366: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.366: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.366: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.367: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.367: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.367: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.367: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.367: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.367: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.367: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.368: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.368: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.368: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.368: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.368: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.369: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.369: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.369: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.369: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.369: CLIENT[0x55a00225b0]: successfully read 1092 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.369: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1092, flags=0, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:01.369: [C3-S3] [READ_DATA] [RECV] [DATA] Recieved (0)
(process:581): GLib-Net-DEBUG: 15:56:01.370: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.370: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.370: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.370: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.370: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.370: [C3-S3] [READ_DATA] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.370: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1369, flags=1, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.371: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.371: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.371: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.371: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.371: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.372: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=1, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.372: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.372: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.372: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.372: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.372: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.373: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=1, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.373: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.373: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.373: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.373: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.373: CLIENT[0x55a00225b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.374: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=1, paused=0
(process:581): GLib-Net-DEBUG: 15:56:01.374: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.374: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.374: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.374: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.375: CLIENT[0x55a00225b0]: successfully read 1134 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.375: [C3-S3] [READ_DATA] [DATA] Recieved chunk, len=1134, flags=1, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:01.375: [C3-S3] [READ_DATA] [RECV] [DATA] Recieved (1)
(process:581): libsoup-http2-DEBUG: 15:56:01.375: [C3-S3] [READ_DATA] [SESSION] Closed: NO_ERROR
(process:581): GLib-Net-DEBUG: 15:56:01.375: CLIENT[0x55a00225b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.375: CLIENT[0x55a00225b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.375: CLIENT[0x55a00225b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.376: CLIENT[0x55a00225b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.376: CLIENT[0x55a00225b0]: reading data from TLS connection has failed: WOULD_BLOCK
(process:581): libsoup-http2-DEBUG: 15:56:01.376: [C3-S0] [-] [SEND] [SETTINGS]
(process:581): GLib-Net-DEBUG: 15:56:01.376: CLIENT[0x55a00225b0]: starting to write 9 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.376: CLIENT[0x55a00225b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.376: CLIENT[0x55a00225b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.377: CLIENT[0x55a00225b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.377: CLIENT[0x55a00225b0]: successfully write 9 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.377: [C3-S0] [-] [SEND] [PING]
(process:581): GLib-Net-DEBUG: 15:56:01.377: CLIENT[0x55a00225b0]: starting to write 17 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.377: CLIENT[0x55a00225b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.377: CLIENT[0x55a00225b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.378: CLIENT[0x55a00225b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.378: CLIENT[0x55a00225b0]: successfully write 17 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.379: [C3-S1] [READ_DATA] Client stream EOF
(process:581): libsoup-http2-DEBUG: 15:56:01.379: [C3-S1] [READ_DATA] [SESSION] State READ_DATA -> READ_DONE
(process:581): libsoup-http2-DEBUG: 15:56:01.379: [C3-S1] [READ_DONE] Finished: completed
(process:581): libsoup-http2-DEBUG: 15:56:01.380: [C3-S0] [-] [SEND] [RST_STREAM] stream_id=1
(process:581): GLib-Net-DEBUG: 15:56:01.380: CLIENT[0x55a00225b0]: starting to write 13 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.380: CLIENT[0x55a00225b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.380: CLIENT[0x55a00225b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.381: CLIENT[0x55a00225b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.381: CLIENT[0x55a00225b0]: successfully write 13 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.397: [C3-S3] [READ_DATA] Client stream EOF
(process:581): libsoup-http2-DEBUG: 15:56:01.397: [C3-S3] [READ_DATA] [SESSION] State READ_DATA -> READ_DONE
(process:581): libsoup-http2-DEBUG: 15:56:01.397: [C3-S3] [READ_DONE] Finished: completed
(process:581): libsoup-http2-DEBUG: 15:56:01.398: [C3-S0] [-] [SEND] [RST_STREAM] stream_id=3
(process:581): GLib-Net-DEBUG: 15:56:01.398: CLIENT[0x55a00225b0]: starting to write 13 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.398: CLIENT[0x55a00225b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.398: CLIENT[0x55a00225b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.398: CLIENT[0x55a00225b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.399: CLIENT[0x55a00225b0]: successfully write 13 bytes to TLS connection
(process:581): GLib-GIO-DEBUG: 15:56:01.702: GSocketClient: Starting new address enumeration
(process:581): GLib-GIO-DEBUG: 15:56:01.704: GSocketClient: Address enumeration succeeded
(process:581): GLib-GIO-DEBUG: 15:56:01.704: GSocketClient: Starting TCP connection attempt
(process:581): GLib-GIO-DEBUG: 15:56:01.705: GSocketClient: Connection attempt failed: Network is unreachable
(process:581): GLib-GIO-DEBUG: 15:56:01.705: GSocketClient: Starting new address enumeration
(process:581): GLib-GIO-DEBUG: 15:56:01.706: GSocketClient: Address enumeration succeeded
(process:581): GLib-GIO-DEBUG: 15:56:01.707: GSocketClient: Starting TCP connection attempt
(process:581): GLib-GIO-DEBUG: 15:56:01.729: GSocketClient: TCP connection successful
(process:581): GLib-GIO-DEBUG: 15:56:01.729: GSocketClient: Starting application layer connection
(process:581): GLib-GIO-DEBUG: 15:56:01.730: GSocketClient: Connection successful!
(process:581): GLib-Net-DEBUG: 15:56:01.733: CLIENT[0x55a00227b0]: Starting asynchronous TLS handshake
(process:581): GLib-Net-DEBUG: 15:56:01.733: CLIENT[0x55a00227b0]: Setting ALPN protocols to \u0002h2\u0008http/1.1\u0008http/1.0
(process:581): GLib-Net-DEBUG: 15:56:01.734: CLIENT[0x55a00227b0]: Asynchronous TLS handshake thread starts
(process:581): GLib-Net-DEBUG: 15:56:01.734: CLIENT[0x55a00227b0]: TLS handshake thread starts
(process:581): GLib-Net-DEBUG: 15:56:01.734: CLIENT[0x55a00227b0]: claiming operation OP_HANDSHAKE
(process:581): GLib-Net-DEBUG: 15:56:01.734: CLIENT[0x55a00227b0]: claiming operation OP_HANDSHAKE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.788: CLIENT[0x55a00227b0]: verifying peer certificate
(process:581): GLib-Net-DEBUG: 15:56:01.802: CLIENT[0x55a00227b0]: TLS handshake thread succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.802: CLIENT[0x55a00227b0]: yielding operation OP_HANDSHAKE
(process:581): GLib-Net-DEBUG: 15:56:01.802: CLIENT[0x55a00227b0]: Asynchronous TLS handshake thread completed
(process:581): GLib-Net-DEBUG: 15:56:01.803: CLIENT[0x55a00227b0]: finishing TLS handshake
(process:581): GLib-Net-DEBUG: 15:56:01.803: CLIENT[0x55a00227b0]: negotiated ALPN protocols: [2]0x7f24039f90
(process:581): GLib-Net-DEBUG: 15:56:01.803: CLIENT[0x55a00227b0]: TLS handshake has finished successfully
(process:581): GLib-Net-DEBUG: 15:56:01.804: CLIENT[0x55a00227b0]: starting to write 24 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.804: CLIENT[0x55a00227b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.804: CLIENT[0x55a00227b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.805: CLIENT[0x55a00227b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.805: CLIENT[0x55a00227b0]: successfully write 24 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.805: [C4-S0] [-] [SEND] [SETTINGS]
(process:581): GLib-Net-DEBUG: 15:56:01.805: CLIENT[0x55a00227b0]: starting to write 27 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.805: CLIENT[0x55a00227b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.805: CLIENT[0x55a00227b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.806: CLIENT[0x55a00227b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.806: CLIENT[0x55a00227b0]: successfully write 27 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.807: [C4-S0] [-] [SEND] [WINDOW_UPDATE]
(process:581): GLib-Net-DEBUG: 15:56:01.807: CLIENT[0x55a00227b0]: starting to write 13 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.807: CLIENT[0x55a00227b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.807: CLIENT[0x55a00227b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.807: CLIENT[0x55a00227b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.808: CLIENT[0x55a00227b0]: successfully write 13 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.809: [C4-S1] [NONE] [SESSION] Request made for www.google.com/gen_204?s=webhp&t=aft&atyp=csi&ei=EMyRZMWWJd6Gxc8PrvWG2Ag&rt=wsrt.182,aft.949,prt.949&wh=768&imn=6&ima=0&imad=0&imac=3&imf=0&aft=1&aftp=-1&opi=89978449&bl=9mTW
(process:581): libsoup-http2-DEBUG: 15:56:01.809: [C4-S1] [NONE] [SESSION] State NONE -> WRITE_HEADERS
(process:581): libsoup-http2-DEBUG: 15:56:01.809: [C4-S1] [WRITE_HEADERS] [SEND] [HEADERS] category=REQUEST finished=1
(process:581): GLib-Net-DEBUG: 15:56:01.809: CLIENT[0x55a00227b0]: starting to write 546 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.810: CLIENT[0x55a00227b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.810: CLIENT[0x55a00227b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.810: CLIENT[0x55a00227b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.811: CLIENT[0x55a00227b0]: successfully write 546 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.811: [C4-S1] [WRITE_HEADERS] [SEND_BODY] EOF
(process:581): libsoup-http2-DEBUG: 15:56:01.811: [C4-S1] [WRITE_HEADERS] [SESSION] State WRITE_HEADERS -> WRITE_DATA
(process:581): libsoup-http2-DEBUG: 15:56:01.811: [C4-S1] [WRITE_DATA] [SEND] [DATA] bytes=0, finished=1
(process:581): libsoup-http2-DEBUG: 15:56:01.811: [C4-S1] [WRITE_DATA] [SESSION] State WRITE_DATA -> WRITE_DONE
(process:581): GLib-Net-DEBUG: 15:56:01.811: CLIENT[0x55a00227b0]: starting to write 9 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.812: CLIENT[0x55a00227b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.812: CLIENT[0x55a00227b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.812: CLIENT[0x55a00227b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.813: CLIENT[0x55a00227b0]: successfully write 9 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.825: CLIENT[0x55a00227b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.825: CLIENT[0x55a00227b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.825: CLIENT[0x55a00227b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.827: CLIENT[0x55a00227b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.827: CLIENT[0x55a00227b0]: successfully read 40 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.827: [C4-S0] [-] [RECV] [SETTINGS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.827: [C4-S0] [-] [RECV] [SETTINGS] Recieved (0)
(process:581): libsoup-http2-DEBUG: 15:56:01.828: [C4-S0] [-] [RECV] [WINDOW_UPDATE] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.828: [C4-S0] [-] [RECV] [WINDOW_UPDATE] Recieved (0)
(process:581): libsoup-http2-DEBUG: 15:56:01.828: [C4-S0] [-] [RECV] WINDOW_UPDATE: increment=983041, total=1048576
(process:581): GLib-Net-DEBUG: 15:56:01.828: CLIENT[0x55a00227b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.829: CLIENT[0x55a00227b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.829: CLIENT[0x55a00227b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.829: CLIENT[0x55a00227b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.829: CLIENT[0x55a00227b0]: successfully read 9 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.830: [C4-S0] [-] [RECV] [SETTINGS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.830: [C4-S0] [-] [RECV] [SETTINGS] Recieved (1)
(process:581): GLib-Net-DEBUG: 15:56:01.830: CLIENT[0x55a00227b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.830: CLIENT[0x55a00227b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.831: CLIENT[0x55a00227b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.831: CLIENT[0x55a00227b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.831: CLIENT[0x55a00227b0]: reading data from TLS connection has failed: WOULD_BLOCK
(process:581): GLib-Net-DEBUG: 15:56:01.877: CLIENT[0x55a00227b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.878: CLIENT[0x55a00227b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.878: CLIENT[0x55a00227b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.878: CLIENT[0x55a00227b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.879: CLIENT[0x55a00227b0]: successfully read 324 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.879: [C4-S1] [WRITE_DONE] [RECV] [HEADERS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.879: [C4-S1] [WRITE_DONE] [SESSION] State WRITE_DONE -> READ_HEADERS
(process:581): libsoup-http2-DEBUG: 15:56:01.880: [C4-S1] [READ_HEADERS] [RECV] [HEADERS] Recieved (4)
(process:581): libsoup-http2-DEBUG: 15:56:01.880: [C4-S1] [READ_HEADERS] [HEADERS] category=RESPONSE status=204
(process:581): libsoup-http2-DEBUG: 15:56:01.880: [C4-S1] [READ_HEADERS] Stream done
(process:581): libsoup-http2-DEBUG: 15:56:01.880: [C4-S1] [READ_HEADERS] [SESSION] State READ_HEADERS -> READ_DATA
(process:581): libsoup-http2-DEBUG: 15:56:01.881: [C4-S1] [READ_DATA] Client stream EOF
(process:581): libsoup-http2-DEBUG: 15:56:01.882: [C4-S1] [READ_DATA] [SESSION] State READ_DATA -> READ_DONE
(process:581): GLib-Net-DEBUG: 15:56:01.882: CLIENT[0x55a00227b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.882: CLIENT[0x55a00227b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.883: CLIENT[0x55a00227b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.883: CLIENT[0x55a00227b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.884: CLIENT[0x55a00227b0]: successfully read 9 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.884: [C4-S1] [READ_DONE] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.884: [C4-S1] [READ_DONE] [RECV] [DATA] Recieved (1)
(process:581): libsoup-http2-DEBUG: 15:56:01.884: [C4-S1] [READ_DONE] [SESSION] Closed: NO_ERROR
(process:581): GLib-Net-DEBUG: 15:56:01.884: CLIENT[0x55a00227b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.884: CLIENT[0x55a00227b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.885: CLIENT[0x55a00227b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.885: CLIENT[0x55a00227b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.885: CLIENT[0x55a00227b0]: successfully read 17 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.885: [C4-S0] [-] [RECV] [PING] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:01.886: [C4-S0] [-] [RECV] [PING] Recieved (0)
(process:581): GLib-Net-DEBUG: 15:56:01.886: CLIENT[0x55a00227b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.886: CLIENT[0x55a00227b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.886: CLIENT[0x55a00227b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.886: CLIENT[0x55a00227b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:01.887: CLIENT[0x55a00227b0]: reading data from TLS connection has failed: WOULD_BLOCK
(process:581): libsoup-http2-DEBUG: 15:56:01.887: [C4-S1] [READ_DONE] Finished: completed
(process:581): libsoup-http2-DEBUG: 15:56:01.887: [C4-S0] [-] [SEND] [SETTINGS]
(process:581): GLib-Net-DEBUG: 15:56:01.888: CLIENT[0x55a00227b0]: starting to write 9 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.888: CLIENT[0x55a00227b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.888: CLIENT[0x55a00227b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.889: CLIENT[0x55a00227b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.889: CLIENT[0x55a00227b0]: successfully write 9 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.889: [C4-S0] [-] [SEND] [PING]
(process:581): GLib-Net-DEBUG: 15:56:01.890: CLIENT[0x55a00227b0]: starting to write 17 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.890: CLIENT[0x55a00227b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.890: CLIENT[0x55a00227b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.890: CLIENT[0x55a00227b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.891: CLIENT[0x55a00227b0]: successfully write 17 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:01.891: [C4-S0] [-] [SEND] [RST_STREAM] stream_id=1
(process:581): GLib-Net-DEBUG: 15:56:01.891: CLIENT[0x55a00227b0]: starting to write 13 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:01.891: CLIENT[0x55a00227b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.892: CLIENT[0x55a00227b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:01.892: CLIENT[0x55a00227b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:01.893: CLIENT[0x55a00227b0]: successfully write 13 bytes to TLS connection
(process:581): GLib-GIO-DEBUG: 15:56:01.997: GSocketClient: Starting new address enumeration
(process:581): GLib-GIO-DEBUG: 15:56:02.026: GSocketClient: Address enumeration succeeded
(process:581): GLib-GIO-DEBUG: 15:56:02.026: GSocketClient: Starting TCP connection attempt
(process:581): GLib-GIO-DEBUG: 15:56:02.027: GSocketClient: Connection attempt failed: Network is unreachable
(process:581): GLib-GIO-DEBUG: 15:56:02.028: GSocketClient: Starting new address enumeration
(process:581): GLib-GIO-DEBUG: 15:56:02.042: GSocketClient: Address enumeration succeeded
(process:581): GLib-GIO-DEBUG: 15:56:02.043: GSocketClient: Starting TCP connection attempt
(process:581): GLib-GIO-DEBUG: 15:56:02.066: GSocketClient: TCP connection successful
(process:581): GLib-GIO-DEBUG: 15:56:02.066: GSocketClient: Starting application layer connection
(process:581): GLib-GIO-DEBUG: 15:56:02.067: GSocketClient: Connection successful!
(process:581): GLib-Net-DEBUG: 15:56:02.070: CLIENT[0x55a00229b0]: Starting asynchronous TLS handshake
(process:581): GLib-Net-DEBUG: 15:56:02.071: CLIENT[0x55a00229b0]: Setting ALPN protocols to \u0002h2\u0008http/1.1\u0008http/1.0
(process:581): GLib-Net-DEBUG: 15:56:02.071: CLIENT[0x55a00229b0]: Asynchronous TLS handshake thread starts
(process:581): GLib-Net-DEBUG: 15:56:02.071: CLIENT[0x55a00229b0]: TLS handshake thread starts
(process:581): GLib-Net-DEBUG: 15:56:02.072: CLIENT[0x55a00229b0]: claiming operation OP_HANDSHAKE
(process:581): GLib-Net-DEBUG: 15:56:02.072: CLIENT[0x55a00229b0]: claiming operation OP_HANDSHAKE succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.128: CLIENT[0x55a00229b0]: verifying peer certificate
(process:581): GLib-Net-DEBUG: 15:56:02.143: CLIENT[0x55a00229b0]: TLS handshake thread succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.144: CLIENT[0x55a00229b0]: yielding operation OP_HANDSHAKE
(process:581): GLib-Net-DEBUG: 15:56:02.144: CLIENT[0x55a00229b0]: Asynchronous TLS handshake thread completed
(process:581): GLib-Net-DEBUG: 15:56:02.145: CLIENT[0x55a00229b0]: finishing TLS handshake
(process:581): GLib-Net-DEBUG: 15:56:02.145: CLIENT[0x55a00229b0]: negotiated ALPN protocols: [2]0x7f24046f90
(process:581): GLib-Net-DEBUG: 15:56:02.145: CLIENT[0x55a00229b0]: TLS handshake has finished successfully
(process:581): GLib-Net-DEBUG: 15:56:02.146: CLIENT[0x55a00229b0]: starting to write 24 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.146: CLIENT[0x55a00229b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:02.146: CLIENT[0x55a00229b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.147: CLIENT[0x55a00229b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:02.147: CLIENT[0x55a00229b0]: successfully write 24 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.147: [C5-S0] [-] [SEND] [SETTINGS]
(process:581): GLib-Net-DEBUG: 15:56:02.147: CLIENT[0x55a00229b0]: starting to write 27 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.147: CLIENT[0x55a00229b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:02.147: CLIENT[0x55a00229b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.148: CLIENT[0x55a00229b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:02.148: CLIENT[0x55a00229b0]: successfully write 27 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.148: [C5-S0] [-] [SEND] [WINDOW_UPDATE]
(process:581): GLib-Net-DEBUG: 15:56:02.148: CLIENT[0x55a00229b0]: starting to write 13 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.148: CLIENT[0x55a00229b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:02.149: CLIENT[0x55a00229b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.149: CLIENT[0x55a00229b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:02.149: CLIENT[0x55a00229b0]: successfully write 13 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.150: [C5-S1] [NONE] [SESSION] Request made for apis.google.com/_/scs/abc-static/_/js/k=gapi.gapi.en.K1LWthAzeb4.O/m=gapi_iframes,googleapis_client/rt=j/sv=1/d=1/ed=1/rs=AHpOoo-TQTqnv7hwijrseP4JKJ1XY83Ehg/cb=gapi.loaded_0
(process:581): libsoup-http2-DEBUG: 15:56:02.150: [C5-S1] [NONE] [SESSION] State NONE -> WRITE_HEADERS
(process:581): libsoup-http2-DEBUG: 15:56:02.150: [C5-S1] [WRITE_HEADERS] [SEND] [HEADERS] category=REQUEST finished=1
(process:581): libsoup-http2-DEBUG: 15:56:02.150: [C5-S1] [WRITE_HEADERS] [SESSION] State WRITE_HEADERS -> WRITE_DONE
(process:581): GLib-Net-DEBUG: 15:56:02.150: CLIENT[0x55a00229b0]: starting to write 477 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.150: CLIENT[0x55a00229b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:02.151: CLIENT[0x55a00229b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.151: CLIENT[0x55a00229b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:02.151: CLIENT[0x55a00229b0]: successfully write 477 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.152: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.152: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.152: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.153: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.153: CLIENT[0x55a00229b0]: successfully read 40 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.153: [C5-S0] [-] [RECV] [SETTINGS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:02.153: [C5-S0] [-] [RECV] [SETTINGS] Recieved (0)
(process:581): libsoup-http2-DEBUG: 15:56:02.153: [C5-S0] [-] [RECV] [WINDOW_UPDATE] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:02.154: [C5-S0] [-] [RECV] [WINDOW_UPDATE] Recieved (0)
(process:581): libsoup-http2-DEBUG: 15:56:02.154: [C5-S0] [-] [RECV] WINDOW_UPDATE: increment=983041, total=1048576
(process:581): GLib-Net-DEBUG: 15:56:02.154: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.154: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.154: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.154: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.154: CLIENT[0x55a00229b0]: reading data from TLS connection has failed: WOULD_BLOCK
(process:581): GLib-Net-DEBUG: 15:56:02.167: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.168: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.168: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.168: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.168: CLIENT[0x55a00229b0]: successfully read 9 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.168: [C5-S0] [-] [RECV] [SETTINGS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:02.169: [C5-S0] [-] [RECV] [SETTINGS] Recieved (1)
(process:581): GLib-Net-DEBUG: 15:56:02.169: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.169: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.169: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.169: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.169: CLIENT[0x55a00229b0]: reading data from TLS connection has failed: WOULD_BLOCK
(process:581): GLib-Net-DEBUG: 15:56:02.175: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.175: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.175: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.176: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.176: CLIENT[0x55a00229b0]: successfully read 579 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.177: [C5-S1] [WRITE_DONE] [RECV] [HEADERS] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:02.177: [C5-S1] [WRITE_DONE] [SESSION] State WRITE_DONE -> READ_HEADERS
(process:581): libsoup-http2-DEBUG: 15:56:02.177: [C5-S1] [READ_HEADERS] [RECV] [HEADERS] Recieved (4)
(process:581): libsoup-http2-DEBUG: 15:56:02.178: [C5-S1] [READ_HEADERS] [HEADERS] category=RESPONSE status=200
(process:581): GLib-Net-DEBUG: 15:56:02.178: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.178: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.178: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.179: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.179: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.179: [C5-S1] [READ_HEADERS] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:02.180: [C5-S1] [READ_HEADERS] [SESSION] State READ_HEADERS -> READ_DATA_START
(process:581): libsoup-http2-DEBUG: 15:56:02.180: [C5-S1] [READ_DATA_START] [DATA] Recieved chunk, len=1369, flags=0, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:02.180: [C5-S1] [READ_DATA_START] [DATA] Sniffed content
(process:581): libsoup-http2-DEBUG: 15:56:02.181: [C5-S1] [READ_DATA_START] [SESSION] State READ_DATA_START -> READ_DATA
(process:581): GLib-Net-DEBUG: 15:56:02.182: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.182: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.183: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.183: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.184: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.184: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.184: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.184: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.184: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.185: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.185: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.185: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.185: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.185: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.185: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.186: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.186: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.186: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.186: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.186: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.186: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.186: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.187: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.187: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.187: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.187: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.187: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.187: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.187: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.187: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.188: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.188: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.188: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.188: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.189: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.189: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.189: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.189: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.189: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.189: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.189: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.189: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.190: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.190: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.190: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.190: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.190: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.190: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.191: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.191: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.191: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.191: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.191: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.191: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.191: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.192: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.192: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.192: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.192: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.192: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.192: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.192: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.193: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.193: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.193: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.193: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1235, flags=0, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:02.193: [C5-S1] [READ_DATA] [RECV] [DATA] Recieved (0)
(process:581): libsoup-http2-DEBUG: 15:56:02.193: [C5-S1] [READ_DATA] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:02.193: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=134, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.194: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.194: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.194: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.194: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.194: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.194: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.195: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.195: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.195: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.195: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.195: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.196: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.196: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.196: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.196: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.197: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.197: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.197: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.197: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.197: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.198: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.198: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.199: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.199: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.199: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.199: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.199: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.199: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.199: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.200: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.200: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.200: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.200: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.200: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.200: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.200: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.201: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.201: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.201: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.201: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.201: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.201: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.201: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.202: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.202: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.202: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.202: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.202: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.202: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.202: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.203: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.203: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.203: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.203: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.203: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.203: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.203: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.204: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.204: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.204: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.204: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.204: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.204: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.205: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.205: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.205: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=0, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.205: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.205: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.205: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.206: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.206: CLIENT[0x55a00229b0]: successfully read 1092 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.206: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1092, flags=0, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:02.206: [C5-S1] [READ_DATA] [RECV] [DATA] Recieved (0)
(process:581): GLib-Net-DEBUG: 15:56:02.206: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.206: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.206: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.206: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.207: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.207: [C5-S1] [READ_DATA] [RECV] [DATA] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:02.207: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1369, flags=1, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.207: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.207: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.207: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.207: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.208: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.208: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=1, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.208: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.208: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.208: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.208: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.208: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.209: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=1, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.209: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.209: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.209: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.209: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.209: CLIENT[0x55a00229b0]: successfully read 1378 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.210: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=1378, flags=1, paused=0
(process:581): GLib-Net-DEBUG: 15:56:02.210: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.210: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.210: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.210: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.210: CLIENT[0x55a00229b0]: successfully read 380 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.210: [C5-S1] [READ_DATA] [DATA] Recieved chunk, len=380, flags=1, paused=0
(process:581): libsoup-http2-DEBUG: 15:56:02.211: [C5-S1] [READ_DATA] [RECV] [DATA] Recieved (1)
(process:581): libsoup-http2-DEBUG: 15:56:02.211: [C5-S1] [READ_DATA] [SESSION] Closed: NO_ERROR
(process:581): GLib-Net-DEBUG: 15:56:02.211: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.211: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.211: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.211: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.212: CLIENT[0x55a00229b0]: successfully read 17 bytes from TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.212: [C5-S0] [-] [RECV] [PING] Beginning
(process:581): libsoup-http2-DEBUG: 15:56:02.212: [C5-S0] [-] [RECV] [PING] Recieved (0)
(process:581): GLib-Net-DEBUG: 15:56:02.212: CLIENT[0x55a00229b0]: starting to read data from TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.212: CLIENT[0x55a00229b0]: claiming operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.212: CLIENT[0x55a00229b0]: claiming operation OP_READ succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.213: CLIENT[0x55a00229b0]: yielding operation OP_READ
(process:581): GLib-Net-DEBUG: 15:56:02.213: CLIENT[0x55a00229b0]: reading data from TLS connection has failed: WOULD_BLOCK
(process:581): libsoup-http2-DEBUG: 15:56:02.213: [C5-S0] [-] [SEND] [SETTINGS]
(process:581): GLib-Net-DEBUG: 15:56:02.213: CLIENT[0x55a00229b0]: starting to write 9 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.213: CLIENT[0x55a00229b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:02.213: CLIENT[0x55a00229b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.214: CLIENT[0x55a00229b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:02.214: CLIENT[0x55a00229b0]: successfully write 9 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.214: [C5-S0] [-] [SEND] [PING]
(process:581): GLib-Net-DEBUG: 15:56:02.214: CLIENT[0x55a00229b0]: starting to write 17 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.214: CLIENT[0x55a00229b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:02.214: CLIENT[0x55a00229b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.215: CLIENT[0x55a00229b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:02.215: CLIENT[0x55a00229b0]: successfully write 17 bytes to TLS connection
(process:581): libsoup-http2-DEBUG: 15:56:02.221: [C5-S1] [READ_DATA] Client stream EOF
(process:581): libsoup-http2-DEBUG: 15:56:02.221: [C5-S1] [READ_DATA] [SESSION] State READ_DATA -> READ_DONE
(process:581): libsoup-http2-DEBUG: 15:56:02.221: [C5-S1] [READ_DONE] Finished: completed
(process:581): libsoup-http2-DEBUG: 15:56:02.221: [C5-S0] [-] [SEND] [RST_STREAM] stream_id=1
(process:581): GLib-Net-DEBUG: 15:56:02.222: CLIENT[0x55a00229b0]: starting to write 13 bytes to TLS connection
(process:581): GLib-Net-DEBUG: 15:56:02.222: CLIENT[0x55a00229b0]: claiming operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:02.222: CLIENT[0x55a00229b0]: claiming operation OP_WRITE succeeded
(process:581): GLib-Net-DEBUG: 15:56:02.222: CLIENT[0x55a00229b0]: yielding operation OP_WRITE
(process:581): GLib-Net-DEBUG: 15:56:02.222: CLIENT[0x55a00229b0]: successfully write 13 bytes to TLS connection
Cog-Core-Message: 15:56:02.529: <https://www.google.com/> Loaded successfully.
clopez commented 1 year ago

According to that log Cog is able to open succesfully the EGLDisplay but then the WebProcess fails to do that.

This comes from Cog:

Cog-Wayland-INFO: 15:56:00.171: Got scale factor 1 for output 0x55aaa20140

Cog-Wayland-INFO: 15:56:00.171: Output 0x55aaa20140 is 1024x600 @ 60.72Hz
(cog:567): Cog-Wayland-DEBUG: 15:56:00.199: New XDG toplevel configuration: (0, 0)
(cog:567): Cog-Wayland-DEBUG: 15:56:00.200: Resized EGL buffer to: (1024, 768) @1x

And the fatal error comes later from the WPEWebProcess at Source/WebCore/platform/graphics/PlatformDisplay.cpp

EGLDisplay Initialization failed: EGL_NOT_INITIALIZED

Not sure why.

Can you please try with the last version of WPEWebKit? you are using 2.38.x but the last stable is 2.40.x

Try to apply also this patch to wpewebkit that looks relevant: https://github.com/WebKit/WebKit/commit/6410ba3f6f3bdc37e5bdc53803b8418a83e3c433.patch

And if it continues to fails can you provide this extra info?:

1) build into the image the utility waylandeglinfo (the recipe is provided in this layer), execute it under the wayland environment and paste the output of it? 2) what is the output of the command ls -l /dev/dri/ ?

philn commented 1 year ago

i think we had bad experiences in the past with the mali drivers, so this is not very surprising to me...

matteolisi commented 1 year ago

Hi,

I applied the patch :

https://github.com/WebKit/WebKit/commit/6410ba3f6f3bdc37e5bdc53803b8418a83e3c433.patch

But it doesn't resolt the issue , cog gives the same error.

Next , I tried to build the wpewebkit 2.40 version but I receive some linking error on gbm_create_device function, and I need to investigare on it...

Below the output of commands that you asked:

root@px30-evb:~# ls -l /dev/dri/
drwxr-xr-x    2 root     root            80 Jun 21 09:07 by-path
crw-rw----    1 root     video     226,   0 Jun 21 09:07 card0
crw-rw-rw-    1 root     render    226, 128 Jun 21 09:07 renderD128

root@px30-evbt:~# waylandeglinfo
arm_release_ver of this libmali is 'g2p0-01eac0', rk_so_ver is '7'.
EGL_VERSION = 1.4 Bifrost-"g2p0-01eac0"
EGL_VENDOR = ARM
EGL_EXTENSIONS = EGL_WL_bind_wayland_display EGL_KHR_partial_update EGL_EXT_swap_buffers_with_damage EGL_KHR_swap_buffers_with_damage EGL_KHR_config_attribs EGL_KHR_image EGL_KHR_image_base EGL_KHR_fence_sync EGL_KHR_wait_sync EGL_KHR_gl_colorspace EGL_KHR_get_all_proc_addresses EGL_IMG_context_priority EGL_KHR_no_config_context EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_yuv_surface EGL_EXT_pixel_format_float EGL_ARM_pixmap_multisample_discard EGL_KHR_gl_texture_2D_image EGL_KHR_gl_renderbuffer_image EGL_KHR_create_context EGL_KHR_surfaceless_context EGL_KHR_gl_texture_cubemap_image EGL_EXT_image_gl_colorspace EGL_EXT_create_context_robustness
EGL_CLIENT_APIS = OpenGL_ES
GL_VERSION: OpenGL ES-CM 1.1 v1.g2p0-01eac0.7abca4a459ce7997f20ab707543ff422
GL_RENDERER: Mali-G31
GL_EXTENSIONS:
    GL_OES_byte_coordinates, GL_OES_fixed_point, GL_OES_single_precision, 
    GL_OES_matrix_get, GL_OES_compressed_paletted_texture, 
    GL_OES_point_size_array, GL_OES_point_sprite, GL_OES_read_format, 
    GL_OES_compressed_ETC1_RGB8_texture, GL_OES_depth24, GL_OES_stencil8, 
    GL_OES_framebuffer_object, GL_OES_packed_depth_stencil, GL_OES_rgb8_rgba8, 
    GL_EXT_read_format_bgra, GL_OES_matrix_palette, 
    GL_OES_extended_matrix_palette, GL_OES_draw_texture, 
    GL_OES_blend_equation_separate, GL_OES_blend_func_separate, 
    GL_OES_blend_subtract, GL_OES_stencil_wrap, 
    GL_OES_texture_mirrored_repeat, GL_EXT_texture_format_BGRA8888, 
    GL_OES_query_matrix, GL_OES_EGL_image, GL_OES_EGL_image_external, 
    GL_OES_EGL_sync, GL_OES_texture_npot, GL_OES_vertex_half_float, 
    GL_OES_required_internalformat, GL_OES_vertex_array_object, 
    GL_OES_mapbuffer, GL_OES_fbo_render_mipmap, GL_OES_element_index_uint, 
    GL_ARM_rgba8, GL_EXT_blend_minmax, GL_EXT_discard_framebuffer, 
    GL_EXT_texture_storage, GL_OES_texture_compression_astc, 
    GL_KHR_texture_compression_astc_ldr, GL_KHR_texture_compression_astc_hdr, 
    GL_KHR_texture_compression_astc_sliced_3d, 
    GL_EXT_texture_compression_astc_decode_mode, 
    GL_EXT_texture_compression_astc_decode_mode_rgb9e5, 
    GL_OES_surfaceless_context, GL_EXT_multisampled_render_to_texture, 
    GL_OES_texture_cube_map, GL_KHR_debug, GL_EXT_sRGB, GL_EXT_robustness

many thanks

clopez commented 1 year ago

Can you try the patch from https://github.com/Igalia/meta-webkit/pull/477 to see if that allows building 2.40? Note: disable the gbm PACKAGECONFIG option on your build

matteolisi commented 1 year ago

With the previous patch I have another error:

| /home/matteo/thirdroot/yocto/px30-kirkstone/yocto/build/tmp/work/armv8a-poky-linux/wpewebkit/2.40.2-r0/wpewebkit-2.40.2/Source/WTF/wtf/glib/Sandbox.cpp:49:13: error: 'BWRAP_EXECUTABLE' was not declared in this scope
|    49 |             BWRAP_EXECUTABLE,
|       |             ^~~~~~~~~~~~~~~~

Many thanks

matteolisi commented 1 year ago

After some tricks I was able to build the 2.40.2 webkit version...

Unfortunatelly it still not working...

The error seems to be the same:

root@px30-evb:~# cog --platform=fdo www.google.com  
Rga built version:274b345f976a 

(cog:327): Cog-Core-WARNING **: 16:16:32.081: Platform module name 'fdo' is deprecated, please use 'wl' instead.
arm_release_ver of this libmali is 'g2p0-01eac0', rk_so_ver is '7'.
Rga built version:274b345f976a 

(cog:327): GLib-GIO-WARNING **: 16:16:32.521: Your application does not implement g_application_activate() and has no handlers connected to the 'activate' signal.  It should do one of these.
Rga built version:274b345f976a 
arm_release_ver of this libmali is 'g2p0-01eac0', rk_so_ver is '7'.
EGLDisplay Initialization failed: EGL_NOT_INITIALIZED
Cannot create EGL sharing context: invalid display (last error: EGL_SUCCESS)
Cannot create EGL context: invalid display (last error: EGL_SUCCESS)
clopez commented 1 year ago

Can you try with the DRM plugin? For that do the following:

  1. Stop wayland/weston so you only see the default text-based prompt login on the board
  2. Start cog like this:
    cog --platform=drm https://google.com

If it fails to display anything then try to start cog like this:

cog --platform=drm --platform-params="renderer=gles" https://google.com
russdill commented 1 year ago

I seem to be having similar issues. enabling debugging shows that cog starts up EGL ok, but the EGL_NOT_INITIALIZED errors come later. If I run just with drm:

(cog:31286): Cog-DRM-WARNING **: 00:22:56.580: failed to import a wl_buffer resource into gbm_bo

(cog:31286): Cog-DRM-WARNING **: 00:22:59.039: failed to import a wl_buffer resource into gbm_bo ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display

(block screen, I'm not sure why it's giving the numeric code 12289, aka 0x3001, aka EGL_NOT_INITIALIZED, rather than the string)

and If I run with renderer=gles

ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display ERR: Display.cpp:1014 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display

(Working display)

russdill commented 1 year ago

It seems that when first starting, the wayland backend gets used. But at some point some element requires accelation, (webgl?) and something tries to open EGL with EGL_PLATFORM_SURFACELESS_MESA which fails on my platform.

woutervanh commented 9 months ago

I'll jump in on this one. I have similar issues on rk3288 (Mali T760) At compile time, I had the same linking error on gbm_create_device function errors. libgbm was in the sysroot, but the gbm functions were in libmali and libmali-hook. After some fiddling around, I ended up compiling webkit. But I face the same issues as @matteolisi . Is there any progress on this one? Weston is running, gstreamer is running on top, glmark2 is running. Only webkit is lacking me

Edit: Ok, took another approach and left all proprietary stuff behind. Made a fresh start with mainline panfrost/mesa/wayland and Hantro/v4l2 via kirkstone. Works like a charm!

simonchen007 commented 9 months ago

@woutervanh
Hi, how can you fix-up linking error on gbm_create_device function errors with libmali ? I'm facing the same issue when compiling.

woutervanh commented 9 months ago

@woutervanh Hi, how can you fix-up linking error on gbm_create_device function errors with libmali ? I'm facing the same issue when compiling.

It was a hacky way. If I remember well it was a matter of renaming libmali to libgbm etc (symbols are in there). But was a wrong approach, didn't work anyway. Really take mainline, it's dead simple

simonchen007 commented 9 months ago

@woutervanh Hi, how can you fix-up linking error on gbm_create_device function errors with libmali ? I'm facing the same issue when compiling.

It was a hacky way. If I remember well it was a matter of renaming libmali to libgbm etc (symbols are in there). But was a wrong approach, didn't work anyway. Really take mainline, it's dead simple

But the mainline panfrost + mesa3d + wayland having poor performance then libmali. So, I want to have the libmali + wpewebkit.

woutervanh commented 9 months ago

Did you test it? For me it was working very well on rk3288. Nevertheless, I did not get wpewebkit to work on libmali

simonchen007 commented 9 months ago

Did you test it? For me it was working very well on rk3288. Nevertheless, I did not get wpewebkit to work on libmali

Yes, I tested it for both rk3288 and rk3326(PX30) :

  1. panfrost + mesa3d + wayland + wpewebkit(0.42.0) + cog(0.18.0) + libwpe( 1.15.1 ).
  2. libmali + wayland + wpewebkit(2.38.6) + cog(0.16.0) + libwpe( 1.12.3 )

I point out one of test result for pointing out the performance match: The rk3326(PX30) glmark2-es2-wayland testing result are:

panfrost:
kernel 5.10 glmark2 Score: 117 
new version buildroot + kernel 5.10 glmark2 Score: 115 
new version buildroot + kernel 5.10 with new mesa3D 23.1.6 glmark2 Score: 130 
new version buildroot + kernel 5.10(upgrade panfrost) with new mesa3D 23.1.6 glmark2 Score: 139
new version buildroot + kernel 5.10(upgrade panfrost) with new mesa3D 23.1.6 + CPU performance glmark2 Score: 146
new version buildroot + kernel 5.10(upgrade panfrost) with new mesa3D 23.1.6 + CPU performance + GPU performance glmark2 Score: 209

Mali:
kernel 4.4 g2p0  glmark2 Score: 370 
kernel 5.10 g2p0 glmark2 Score: 197 
kernel 5.10 g13p0 glmark2 Score: 193 
kernel 5.10 g13p0 + CPU performance glmark2 Score: 256
kernel 5.10 g13p0 + GPU performance glmark2 Score: 193
kernel 5.10 g13p0 + CPU performance + GPU performance glmark2 Score: 256

For the browser(cog), running this link https://threejs.org/examples/physics_ammo_cloth.html

panfrost + mesa3d + wayland + wpewebkit(0.42.0) + cog(0.18.0) + libwpe( 1.15.1 ) in wayland mode: 30 FPS

libmali + wayland + wpewebkit(2.38.6) + cog(0.16.0) + libwpe( 1.12.3 ) in drm mode: 60 FPS

I must use the wayland mode , because the fllowing:

  1. I have some wayland patchs from rockchip offical. It can speed up the software running faster. And it's 2 times performance rather then drm. (glmark2-es2-drm is just half score then glmark2-es2-wayland)
  2. for some vertical display screen, we can use the RGA for rotation.

However, wpewebkit(2.38.6) + cog(0.16.0) + libwpe( 1.12.3 ) not support the wayland mode, so I have to upgrade wpewebkit + cog + libwpe to last. when I compile it, I got the 'linking error on gbm_create_device function'.

For the GPU of RK3288, it's 2 times performance then RK3326/PX30(G31)

github-actions[bot] commented 6 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 6 months ago

This issue was closed because it has been stale for 7 days with no activity.