Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m7xSS-0003eO-5m for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 26 Jul 2021 10:03:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1m7xSP-0008PK-82 for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 26 Jul 2021 10:03:33 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m7xSP-0008PC-0x for pgsql-pkg-debian@lists.postgresql.org; Mon, 26 Jul 2021 10:03:33 +0000 Received: from mail1.dalibo.net ([212.83.143.11] helo=mail.dalibo.com) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m7xSM-0007cc-GU for pgsql-pkg-debian@lists.postgresql.org; Mon, 26 Jul 2021 10:03:31 +0000 Received: from [192.168.0.29] (unknown [88.165.191.216]) by mail.dalibo.com (Postfix) with ESMTPSA id 8D8152071D for ; Mon, 26 Jul 2021 12:03:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dalibo.com; s=a; t=1627293807; bh=VtN+DephQq3P+i1A+6nJS/MA4Eyxh7iLAU+XNGVnTwY=; h=From:Subject:To:References:Date:In-Reply-To:From; b=NexB0lmGDsf6xe3shQjX1TvkRgSKx0Pf4mJdF+LP7nEreR7d9JRiVsWDnQvza3o7A ddYY1uW50I2B0IDpNIqpCfswVQDwyjTZXWNgvVsvZiuGdCoDznByOfc/N+vTu+UUXa EYXcztdY5I3KGay6SzoOqVxZm3Oo6irUXbaMj7K8= From: Denis Laxalde Subject: Re: pg_activity fails with TypeError on start To: pgsql-pkg-debian@lists.postgresql.org References: Message-ID: <381258d2-d0f6-6fb4-af4c-4181554dda23@dalibo.com> Date: Mon, 26 Jul 2021 12:03:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: fr Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Tom Cassidy a écrit : > > Package: pg-activity=2.1.0-1.pgdg100+1 > > I have the latest version of pg-activity installed from the buster-pgdg > repository and it fails on startup with a TypeError. Indeed, this got fixed in version 2.1.4 (GH issue 203).