From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: bug#37692: quaternion cannot get pages Date: Thu, 10 Oct 2019 08:26:18 -0600 Message-ID: <9acc95063693eff8495094289c44e66811a8bdbe.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51455) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIZPE-0005VL-08 for bug-guix@gnu.org; Thu, 10 Oct 2019 10:27:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIZPC-0007ej-PK for bug-guix@gnu.org; Thu, 10 Oct 2019 10:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48109) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iIZPC-0007ed-Mj for bug-guix@gnu.org; Thu, 10 Oct 2019 10:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iIZPC-0001Xh-Gu for bug-guix@gnu.org; Thu, 10 Oct 2019 10:27:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:51416) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIZOZ-0005E0-LY for bug-guix@gnu.org; Thu, 10 Oct 2019 10:26:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIZOY-0007Xf-De for bug-guix@gnu.org; Thu, 10 Oct 2019 10:26:23 -0400 Received: from mail-pl1-x634.google.com ([2607:f8b0:4864:20::634]:42228) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iIZOY-0007XW-66 for bug-guix@gnu.org; Thu, 10 Oct 2019 10:26:22 -0400 Received: by mail-pl1-x634.google.com with SMTP id e5so2867279pls.9 for ; Thu, 10 Oct 2019 07:26:22 -0700 (PDT) Received: from piranhaplant.local ([199.68.53.171]) by smtp.googlemail.com with ESMTPSA id o42sm11921588pjo.32.2019.10.10.07.26.19 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Oct 2019 07:26:19 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 37692@debbugs.gnu.org 1. launch quaternion 2. click on any subscribed page The page display area remains blank. In the log it displays something like this libqmatrixclient.jobs: GetContentThumbnailJob| https://matrix.org/_matrix/media/r0/thumbnail/matrix.org/UBaeyhkNdbVVPeiEazXOtawx?width=16&height=16&allow_remote=true libqmatrixclient.jobs: 404 (tentative) libqmatrixclient.jobs: "GetContentThumbnailJob" status 104: Unknown error libqmatrixclient.jobs: GetContentThumbnailJob| https://matrix.org/_matrix/media/r0/thumbnail/matrix.org/UBaeyhkNdbVVPeiEazXOtawx?width=16&height=16&allow_remote=true libqmatrixclient.jobs: 404 (final) libqmatrixclient.jobs: "GetContentThumbnailJob" status 104: Error transferring https://matrix.org/_matrix/media/r0/thumbnail/matrix.org/UBaeyhkNdbVVPeiEazXOtawx?width=16&height=16&allow_remote=true - server replied: libqmatrixclient.jobs: "GetContentThumbnailJob" status 104: Not found [b'matrix.org', b'UBaeyhkNdbVVPeiEazXOtawx'] I'm not sure how Matrix works. It could be something wrong with the API key, with the server, or with the client. Matrix was working fine before I pulled the core-updates merge.