From unknown Mon Jun 23 13:13:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#65147: 30.0.50; timer--activate: Invalid or uninitialized timer Resent-From: David Ponce Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 08 Aug 2023 10:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 65147 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 65147@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.169149165927922 (code B ref -1); Tue, 08 Aug 2023 10:48:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 Aug 2023 10:47:39 +0000 Received: from localhost ([127.0.0.1]:35316 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTKFW-0007GG-F7 for submit@debbugs.gnu.org; Tue, 08 Aug 2023 06:47:38 -0400 Received: from lists.gnu.org ([2001:470:142::17]:58294) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTKFT-0007Fz-8r for submit@debbugs.gnu.org; Tue, 08 Aug 2023 06:47:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qTKFI-0005p6-9U for bug-gnu-emacs@gnu.org; Tue, 08 Aug 2023 06:47:29 -0400 Received: from smtp-14.smtpout.orange.fr ([80.12.242.14] helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qTKFD-00009o-Mp for bug-gnu-emacs@gnu.org; Tue, 08 Aug 2023 06:47:22 -0400 Received: from [192.168.1.15] ([2.7.71.181]) by smtp.orange.fr with ESMTPA id TKF7qNNevpV0kTKF7qMixI; Tue, 08 Aug 2023 12:47:13 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=orange.fr; s=t20230301; t=1691491633; bh=ynA6dX50EvJkTQ+HBlg5RTnK8Y3nKBdA9E6hhst4oBE=; h=Date:To:From:Subject; b=jRJiEdC3Q2m4FHVehQcgomZjiFT72mpz1uuLQU34KMj/DhoGFtlp8vRoDqYrhPXXu qkpS+XBCj080lgmy90lZctPYLEVdlTr+MVm+22YWDnHtf/60ZOwiIAqlIkFn9xgO9a fzsgvkMlhtMyi30So5CsPcZVUMLfAWrCyhxLmE/Scj1Wm8rUjDlF2fItmzbRo5L8M+ Tw8/EcKsRPGfFWkw739y8tyJvLKa20IHkDyAHv8QfJR920CyTAu4sRsvqsMZ1NtEEL CNTb6SXWgoXo/R49NtAJvpUgypsa3Q/31sGqhaOT0bYDGfNmIXxAGcRUPgTAy3ASwN dhYGo1RVAQ7bg== X-ME-Helo: [192.168.1.15] X-ME-Auth: ZGFfdmlkQHdhbmFkb28uZnI= X-ME-Date: Tue, 08 Aug 2023 12:47:13 +0200 X-ME-IP: 2.7.71.181 Content-Type: multipart/mixed; boundary="------------o3AagjCL17lIynqKmrkU4a8D" Message-ID: <5d1b5a8d-764f-42a5-99ea-028ce6b56245@orange.fr> Date: Tue, 8 Aug 2023 12:47:13 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Content-Language: fr, en-US From: David Ponce Received-SPF: pass client-ip=80.12.242.14; envelope-from=da_vid@orange.fr; helo=smtp.smtpout.orange.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.6 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.4 (/) This is a multi-part message in MIME format. --------------o3AagjCL17lIynqKmrkU4a8D Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hello, On current master I constantly receive messages "timer--activate: Invalid or uninitialized timer" as soon as a tooltip is requested to be displayed, for example by just hovering tool-bar items with mouse. After digging into the issue, I found that, in function `tooltip-start-delayed-tip', call to `run-with-timer' is missing the REPEAT argument. The attached a patch that fixed the issue for me. Thanks! In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8) of 2023-08-08 Repository revision: eeda9eff1aa1ad973851d6589c5bcf6020a090e8 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12014000 System Description: Fedora Linux 38 (KDE Plasma) Configured using: 'configure --prefix=/home/dponce --with-cairo --with-xwidget PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB Important settings: value of $LC_TIME: fr_FR.utf8 value of $LANG: fr_FR.UTF-8 locale-coding-system: utf-8-unix Major mode: Messages Minor modes in effect: tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t buffer-read-only: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message mailcap yank-media puny dired dired-loaddefs ...) Memory information: ((conses 16 39708 18141) (symbols 48 5207 0) (strings 32 13407 1256) (string-bytes 1 376858) (vectors 16 9418) (vector-slots 8 151276 16576) (floats 8 31 17) (intervals 56 174 67) (buffers 992 11)) --------------o3AagjCL17lIynqKmrkU4a8D Content-Type: text/x-patch; charset=UTF-8; name="tooltip.el.patch" Content-Disposition: attachment; filename="tooltip.el.patch" Content-Transfer-Encoding: base64 ZGlmZiAtLWdpdCBhL2xpc3AvdG9vbHRpcC5lbCBiL2xpc3AvdG9vbHRpcC5lbAppbmRleCAw ODgxYTdjN2JmOS4uNmY4YTQ4OWU2MGMgMTAwNjQ0Ci0tLSBhL2xpc3AvdG9vbHRpcC5lbAor KysgYi9saXNwL3Rvb2x0aXAuZWwKQEAgLTIwMCw3ICsyMDAsNyBAQCB0b29sdGlwLWNhbmNl bC1kZWxheWVkLXRpcAogKGRlZnVuIHRvb2x0aXAtc3RhcnQtZGVsYXllZC10aXAgKCkKICAg IkFkZCBhIG9uZS1zaG90IHRpbWVvdXQgdG8gY2FsbCBmdW5jdGlvbiBgdG9vbHRpcC10aW1l b3V0Jy4iCiAgIChzZXRxIHRvb2x0aXAtdGltZW91dC1pZAotICAgICAgICAocnVuLXdpdGgt dGltZXIgKHRvb2x0aXAtZGVsYXkpICd0b29sdGlwLXRpbWVvdXQgbmlsKSkpCisgICAgICAg IChydW4td2l0aC10aW1lciAodG9vbHRpcC1kZWxheSkgbmlsICd0b29sdGlwLXRpbWVvdXQg bmlsKSkpCiAKIChkZWZ1biB0b29sdGlwLXRpbWVvdXQgKF9vYmplY3QpCiAgICJGdW5jdGlv biBjYWxsZWQgd2hlbiB0aW1lciB3aXRoIGlkIGB0b29sdGlwLXRpbWVvdXQtaWQnIGZpcmVz LiIK --------------o3AagjCL17lIynqKmrkU4a8D-- From unknown Mon Jun 23 13:13:06 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: David Ponce Subject: bug#65147: closed (Re: bug#65147: 30.0.50; timer--activate: Invalid or uninitialized timer) Message-ID: References: <83zg31n21w.fsf@gnu.org> <5d1b5a8d-764f-42a5-99ea-028ce6b56245@orange.fr> X-Gnu-PR-Message: they-closed 65147 X-Gnu-PR-Package: emacs Reply-To: 65147@debbugs.gnu.org Date: Tue, 08 Aug 2023 12:37:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1691498222-27893-1" This is a multi-part message in MIME format... ------------=_1691498222-27893-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #65147: 30.0.50; timer--activate: Invalid or uninitialized timer which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 65147@debbugs.gnu.org. --=20 65147: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D65147 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1691498222-27893-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 65147-done) by debbugs.gnu.org; 8 Aug 2023 12:36:34 +0000 Received: from localhost ([127.0.0.1]:35467 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTLwv-0007Et-RS for submit@debbugs.gnu.org; Tue, 08 Aug 2023 08:36:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59438) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTLwt-0007Ee-IJ for 65147-done@debbugs.gnu.org; Tue, 08 Aug 2023 08:36:32 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qTLwn-0003Fo-Rc; Tue, 08 Aug 2023 08:36:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=qQQoPnHgOMkmMJ4dhplOfHABzWo8byw/XKUqR1sTdkQ=; b=RZSOegoeBKor YdYsdF3yNUQvW4J0b5lIjj9MFOOyRqVubvz8dVHRmAjjcYZocl8pAWn+rtno59Hl3CcDO8cciC72Y 0du+xKI4UIRyUtBuQSg2K71IFUKkwAyk3c2WEWA59VqCZs9AYN+YWbQ0YWqWGLs77mHLtnXmHS80y gGbTArXeXCRdqWPgyHXZw0BbltqJWFd6I9yznzhxTg4mHRZbarqefQjhwAi5wFuujwyp6DI8G6liF bWBA7eTsfU1z9z2KhHVRQaTjkHgGil4vcHwy8RePwTh12MTe3zGfYeEnS3FdZDpGnWBuYQPCGV7b5 Vag+iaWmSq9QhR1VCewLYg==; Date: Tue, 08 Aug 2023 15:36:43 +0300 Message-Id: <83zg31n21w.fsf@gnu.org> From: Eli Zaretskii To: David Ponce In-Reply-To: <5d1b5a8d-764f-42a5-99ea-028ce6b56245@orange.fr> (message from David Ponce on Tue, 8 Aug 2023 12:47:13 +0200) Subject: Re: bug#65147: 30.0.50; timer--activate: Invalid or uninitialized timer References: <5d1b5a8d-764f-42a5-99ea-028ce6b56245@orange.fr> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 65147-done Cc: 65147-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Date: Tue, 8 Aug 2023 12:47:13 +0200 > From: David Ponce > > On current master I constantly receive messages "timer--activate: > Invalid or uninitialized timer" as soon as a tooltip is requested to be > displayed, for example by just hovering tool-bar items with mouse. > > After digging into the issue, I found that, in function > `tooltip-start-delayed-tip', call to `run-with-timer' is missing the > REPEAT argument. > > The attached a patch that fixed the issue for me. Thanks, installed on master, and closing the bug. ------------=_1691498222-27893-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Aug 2023 10:47:39 +0000 Received: from localhost ([127.0.0.1]:35316 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTKFW-0007GG-F7 for submit@debbugs.gnu.org; Tue, 08 Aug 2023 06:47:38 -0400 Received: from lists.gnu.org ([2001:470:142::17]:58294) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTKFT-0007Fz-8r for submit@debbugs.gnu.org; Tue, 08 Aug 2023 06:47:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qTKFI-0005p6-9U for bug-gnu-emacs@gnu.org; Tue, 08 Aug 2023 06:47:29 -0400 Received: from smtp-14.smtpout.orange.fr ([80.12.242.14] helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qTKFD-00009o-Mp for bug-gnu-emacs@gnu.org; Tue, 08 Aug 2023 06:47:22 -0400 Received: from [192.168.1.15] ([2.7.71.181]) by smtp.orange.fr with ESMTPA id TKF7qNNevpV0kTKF7qMixI; Tue, 08 Aug 2023 12:47:13 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=orange.fr; s=t20230301; t=1691491633; bh=ynA6dX50EvJkTQ+HBlg5RTnK8Y3nKBdA9E6hhst4oBE=; h=Date:To:From:Subject; b=jRJiEdC3Q2m4FHVehQcgomZjiFT72mpz1uuLQU34KMj/DhoGFtlp8vRoDqYrhPXXu qkpS+XBCj080lgmy90lZctPYLEVdlTr+MVm+22YWDnHtf/60ZOwiIAqlIkFn9xgO9a fzsgvkMlhtMyi30So5CsPcZVUMLfAWrCyhxLmE/Scj1Wm8rUjDlF2fItmzbRo5L8M+ Tw8/EcKsRPGfFWkw739y8tyJvLKa20IHkDyAHv8QfJR920CyTAu4sRsvqsMZ1NtEEL CNTb6SXWgoXo/R49NtAJvpUgypsa3Q/31sGqhaOT0bYDGfNmIXxAGcRUPgTAy3ASwN dhYGo1RVAQ7bg== X-ME-Helo: [192.168.1.15] X-ME-Auth: ZGFfdmlkQHdhbmFkb28uZnI= X-ME-Date: Tue, 08 Aug 2023 12:47:13 +0200 X-ME-IP: 2.7.71.181 Content-Type: multipart/mixed; boundary="------------o3AagjCL17lIynqKmrkU4a8D" Message-ID: <5d1b5a8d-764f-42a5-99ea-028ce6b56245@orange.fr> Date: Tue, 8 Aug 2023 12:47:13 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Content-Language: fr, en-US To: bug-gnu-emacs@gnu.org From: David Ponce Subject: 30.0.50; timer--activate: Invalid or uninitialized timer Received-SPF: pass client-ip=80.12.242.14; envelope-from=da_vid@orange.fr; helo=smtp.smtpout.orange.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.6 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.4 (/) This is a multi-part message in MIME format. --------------o3AagjCL17lIynqKmrkU4a8D Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hello, On current master I constantly receive messages "timer--activate: Invalid or uninitialized timer" as soon as a tooltip is requested to be displayed, for example by just hovering tool-bar items with mouse. After digging into the issue, I found that, in function `tooltip-start-delayed-tip', call to `run-with-timer' is missing the REPEAT argument. The attached a patch that fixed the issue for me. Thanks! In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8) of 2023-08-08 Repository revision: eeda9eff1aa1ad973851d6589c5bcf6020a090e8 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12014000 System Description: Fedora Linux 38 (KDE Plasma) Configured using: 'configure --prefix=/home/dponce --with-cairo --with-xwidget PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB Important settings: value of $LC_TIME: fr_FR.utf8 value of $LANG: fr_FR.UTF-8 locale-coding-system: utf-8-unix Major mode: Messages Minor modes in effect: tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t buffer-read-only: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message mailcap yank-media puny dired dired-loaddefs ...) Memory information: ((conses 16 39708 18141) (symbols 48 5207 0) (strings 32 13407 1256) (string-bytes 1 376858) (vectors 16 9418) (vector-slots 8 151276 16576) (floats 8 31 17) (intervals 56 174 67) (buffers 992 11)) --------------o3AagjCL17lIynqKmrkU4a8D Content-Type: text/x-patch; charset=UTF-8; name="tooltip.el.patch" Content-Disposition: attachment; filename="tooltip.el.patch" Content-Transfer-Encoding: base64 ZGlmZiAtLWdpdCBhL2xpc3AvdG9vbHRpcC5lbCBiL2xpc3AvdG9vbHRpcC5lbAppbmRleCAw ODgxYTdjN2JmOS4uNmY4YTQ4OWU2MGMgMTAwNjQ0Ci0tLSBhL2xpc3AvdG9vbHRpcC5lbAor KysgYi9saXNwL3Rvb2x0aXAuZWwKQEAgLTIwMCw3ICsyMDAsNyBAQCB0b29sdGlwLWNhbmNl bC1kZWxheWVkLXRpcAogKGRlZnVuIHRvb2x0aXAtc3RhcnQtZGVsYXllZC10aXAgKCkKICAg IkFkZCBhIG9uZS1zaG90IHRpbWVvdXQgdG8gY2FsbCBmdW5jdGlvbiBgdG9vbHRpcC10aW1l b3V0Jy4iCiAgIChzZXRxIHRvb2x0aXAtdGltZW91dC1pZAotICAgICAgICAocnVuLXdpdGgt dGltZXIgKHRvb2x0aXAtZGVsYXkpICd0b29sdGlwLXRpbWVvdXQgbmlsKSkpCisgICAgICAg IChydW4td2l0aC10aW1lciAodG9vbHRpcC1kZWxheSkgbmlsICd0b29sdGlwLXRpbWVvdXQg bmlsKSkpCiAKIChkZWZ1biB0b29sdGlwLXRpbWVvdXQgKF9vYmplY3QpCiAgICJGdW5jdGlv biBjYWxsZWQgd2hlbiB0aW1lciB3aXRoIGlkIGB0b29sdGlwLXRpbWVvdXQtaWQnIGZpcmVz LiIK --------------o3AagjCL17lIynqKmrkU4a8D-- ------------=_1691498222-27893-1--