[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#977851: marked as done (gtk: AttributeError: 'BugPage' object has no attribute 'isAlive' in gtk_ui.py, 435, pulse)



Your message dated Tue, 22 Dec 2020 11:20:11 +0000
with message-id <E1krfi7-0006TN-W7@fasolo.debian.org>
and subject line Bug#975398: fixed in reportbug 7.9.0
has caused the Debian Bug report #975398,
regarding gtk: AttributeError: 'BugPage' object has no attribute 'isAlive' in gtk_ui.py, 435, pulse
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
975398: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975398
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: reportbug
Version: 7.8.0
Severity: normal
X-Debbugs-Cc: witold.baryluk@gmail.com

When using gtk interace, and viewing the existing bug, I got this:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/reportbug/ui/gtk_ui.py", line 435, in pulse
    return self.isAlive()
AttributeError: 'BugPage' object has no attribute 'isAlive'



-- Package-specific info:
** Environment settings:
INTERFACE="text"

** /home/user/.reportbugrc:
reportbug_version "7.8.0"
mode standard
ui text
realname "Witold Baryluk"
email "witold.baryluk@gmail.com"
no-cc
list-cc-me
smtphost reportbug.debian.org

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.9.0-4-amd64 (SMP w/32 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages reportbug depends on:
ii  apt                2.1.14
ii  python3            3.9.0-4
ii  python3-reportbug  7.8.0
ii  sensible-utils     0.0.12+nmu1

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  claws-mail                                 3.17.8-1+b1
pn  debconf-utils                              <none>
ii  debsums                                    3.0.1
pn  dlocate                                    <none>
ii  emacs-bin-common                           1:27.1+1-3
ii  exim4-daemon-light [mail-transport-agent]  4.94-10
ii  file                                       1:5.39-3
ii  gnupg                                      2.2.20-1
ii  python3-urwid                              2.1.2-1
pn  reportbug-gtk                              <none>
ii  xdg-utils                                  1.1.3-2

Versions of packages python3-reportbug depends on:
ii  apt                2.1.14
ii  file               1:5.39-3
ii  python3            3.9.0-4
ii  python3-apt        2.1.7
ii  python3-debian     0.1.39
ii  python3-debianbts  3.1.0
ii  python3-requests   2.25.0+dfsg-1
ii  sensible-utils     0.0.12+nmu1

python3-reportbug suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 7.9.0
Done: Nis Martensen <nis.martensen@web.de>

We believe that the bug you reported is fixed in the latest version of
reportbug, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 975398@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nis Martensen <nis.martensen@web.de> (supplier of updated reportbug package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 22 Dec 2020 11:39:14 +0100
Source: reportbug
Architecture: source
Version: 7.9.0
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers <debian-reportbug@lists.debian.org>
Changed-By: Nis Martensen <nis.martensen@web.de>
Closes: 328531 702107 712066 813660 819570 855172 867269 910712 975398
Changes:
 reportbug (7.9.0) unstable; urgency=medium
 .
   [ Roderich Schupp ]
   * reportbug/ui/gtk_ui.py: fix crash with Python 3.9 (Closes: #975398)
 .
   [ Guillem Jover ]
   * reportbug/debbugs.py: Only Cc debian-boot on overrides on priority changes
   * reportbug/debbugs.py: Add appropriate usertags for overrides
   * reportbug/debbugs.py: Add golang as a known section for overrides
 .
   [ Nis Martensen ]
   * bin/reportbug, reportbug/ui/*: unify yes_no question mark handling
   * bin/reportbug: wrap exceedingly long string lines
   * bin/reportbug: add -r / --resume-saved option (Closes: #328531, #702107)
   * man/reportbug.1, bin/reportbug: document new --resume-saved option
     (Closes: #712066)
   * man/reportbug.1: various minor manpage updates
   * reportbug/submit.py: clarify what to do with saved reports (Closes: #867269)
   * reportbug/ui/text_ui.py: preserve newlines in long_message()
   * reportbug/ui/gtk_ui.py: unify newlines in long_message()
   * reportbug/ui/urwid_ui.py: unify newlines in long_message()
   * reportbug/debbugs.py: include and pre-select default in menus
     (Closes: #855172)
   * add autopkgtest: debian/tests/control, debian/tests/runnable
   * conf/reportbug.conf, man/reportbug.conf.5: do not mention outfile
   * reportbug.conf, utils.py: add draftpath config file option
   * reportbug/submit.py: drop newlines from final_message text
   * bin/reportbug: error out if reportbug has no way to submit
     (Closes: #813660)
   * bin/reportbug: clarify comment about offline setting (Closes: #910712)
   * bin/reportbug: skip tags prompt with -r and mode > NOVICE
   * bin/reportbug: add missing replyto argument when just saving
     (Closes: #819570)
   * bin/reportbug: move MTA check from main() into UI()
   * debian/control: update standards-version (no changes needed)
   * reportbug/ui/gtk_ui.py: truncate long messages to avoid crashing
Checksums-Sha1:
 a02b0a4ab7504fbd6c5801e52e148b0ec400d4c1 1883 reportbug_7.9.0.dsc
 2e63a442da89d01c3b97c0f5c5ae235a56c72735 201468 reportbug_7.9.0.tar.xz
 b3d1e8099f229c6c96841c0080f93ee93bfd5ad1 7522 reportbug_7.9.0_amd64.buildinfo
Checksums-Sha256:
 9a33d7ad442a1a9b889d9cec514cc3aab97a1a2379a9224abe45741f3872ba52 1883 reportbug_7.9.0.dsc
 b323b3dd0d35f578c6e32ec9ebdbea332d6d903f9a0cc23bfb5bb59d0ec21411 201468 reportbug_7.9.0.tar.xz
 070b6750a76a5cdd09f717f77d090e52b4355cccfbd20df1a924f3f041241d1f 7522 reportbug_7.9.0_amd64.buildinfo
Files:
 a9a3b708609b09f3c5d7bf11545f9b3a 1883 utils standard reportbug_7.9.0.dsc
 09f2c5db34f33bae556fbc40c3f22915 201468 utils standard reportbug_7.9.0.tar.xz
 d871f183bd91c58076a77f7189b1b546 7522 utils standard reportbug_7.9.0_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEElwagcOR0bw2C8YAgINUE/crqn1AFAl/h0B8ACgkQINUE/crq
n1DJvg//W8PjAwhwBhlcra6RWqNL7628ukF4zlFooYa4rgiXlfJcX5eI/WhOGgOF
g5Go75YRo1CCcI8DbgU3dsLxRY4xabdD07cGcANbquXg6dl6BOinW3ZBae5ZQTU7
RjAko7QQTYx4p5HuhWaD+CZg6me+9oLPY48pFZ6QA/2OpJXUM3+QJDp6UIYx65LO
VlNBV6ubS69tOfBPeq24/5NloXAoFTijakRWFiiAsWC4cYGg7Sr5tQZX8jmgolaW
3cc8zcr9i+vqU7uk6Dw5Tva+1aEv7Mco1pGeZesBPqIK2q+DTg/Fx1zETGe6osL3
bGwVUJ/2ItM98M/GACYswzZFI809yGBY6mVrMIUWf0tpDQ3vBWPInbslyRCidryj
A0rfw95uPu+5iXBhD+cet96I3HosVzTCNVAwY9ryIAozu8lCw+oLZYEmRLRRoze8
Cnmfxdii++eU0fv1nR7s+Vmi/dLkQLhMyF8XrCwnIEvU5VqK7YqNa/Mqgzx36Ntm
eVObQlDF4d4Rl0IziVBYKYks/Q0mx2RNNxoXTCjFNMepMXpDda3jiFGBtLZ0fYLs
HCspm8UOik17bg1rDwX/xrmtIo8N122ONcEdhdCUOhbGLlKFnnKtySCi95O47WX4
vWMn55S3wmCb2zyC/Isk2tiWYRf2Kv3f9iHK3Sjvp191UwKqyE4=
=uAZN
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: