From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 20 01:27:06 2022 Received: (at submit) by debbugs.gnu.org; 20 Jul 2022 05:27:07 +0000 Received: from localhost ([127.0.0.1]:55612 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oE2Ek-0000F3-IJ for submit@debbugs.gnu.org; Wed, 20 Jul 2022 01:27:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:57084) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oE2Ei-0000Ew-K2 for submit@debbugs.gnu.org; Wed, 20 Jul 2022 01:27:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45986) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oE2Ef-0001al-Fx for bug-guix@gnu.org; Wed, 20 Jul 2022 01:27:02 -0400 Received: from out0.migadu.com ([2001:41d0:2:267::]:60221) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oE2Ec-0000EO-RF for bug-guix@gnu.org; Wed, 20 Jul 2022 01:27:01 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=breatheoutbreathe.in; s=key1; t=1658294814; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=rEXIE7hhf8BjjfjIRAQd6nbBxVqmL82VJR/K2pWUCCM=; b=O0V8eMImOtiWDBLrXB71sZBfpfWGTpBIsfg0fei4YoyqJFviCkvD3kmi/XNL2hYE13J1DR 8CtSoJsbZILX+mmeQmCmPpSqawcAQwp8LCPBtvQAxvdcQNbbvxSB8YYrqitaih3PXO448+ Z+TIxqSUYz4ATGO3Gh1loqp2OvfYvTM= From: Joseph Turner To: bug-guix@gnu.org Subject: Gajim 1.4.6: Error on logging into account Date: Tue, 19 Jul 2022 22:22:09 -0700 Message-ID: <875yjs9wx0.fsf@breatheoutbreathe.in> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: breatheoutbreathe.in Received-SPF: pass client-ip=2001:41d0:2:267::; envelope-from=joseph@breatheoutbreathe.in; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) ## Versions: - OS: Linux 5.10.0-14-amd64 - GTK Version: 3.24.30 - PyGObject Version: 3.40.1 - GLib Version : 2.70.2 - python-nbxmpp Version: 3.1.0 - Gajim Version: 1.4.6 ## Traceback ``` Traceback (most recent call last): File "/gnu/store/s6s4lrjwa5yxv5cz0sc1s38vy2jsnxni-gajim-1.4.6/lib/python3.9/site-packages/gajim/gtk/controls/groupchat.py", line 285, in update_actions joined = self.contact.is_joined AttributeError: 'BareContact' object has no attribute 'is_joined' ``` ## Steps to reproduce the problem 1. Open gajim. 2. Enter correct password. I am running Guix on a foreign distro (Debian bullseye). ...