Your message dated Sun, 14 Oct 2018 22:53:00 +0000
with message-id <e1gbpfs-0009lj...@fasolo.debian.org>
and subject line Bug#908351: fixed in gajim 1.1.0~beta2-1
has caused the Debian Bug report #908351,
regarding gajim: Throws errors soon after startup, doesn't work, won't quit
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 ow...@bugs.debian.org
immediately.)


-- 
908351: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908351
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gajim
Version: 1.1.0~beta1-1
Severity: important

Dear Maintainer,

After upgrading to this version of gajim, it seems to start up ok,
provides a password prompt for my (one) account, then throws up a
dialog with errors.  After that, trying to use any message windows
yields more errors.  Furthermore, trying to quit (Gajim->Quit)
throws errors (and doesn't quit).

Traceback output (from shell)):


Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/gajim/message_window.py", line 822, in
_on_notebook_switch_page
    new_ctrl.set_control_active(True)
  File "/usr/lib/python3/dist-packages/gajim/groupchat_control.py", line 2373,
in set_control_active
    self.parent_win.redraw_tab(self, 'active')
  File "/usr/lib/python3/dist-packages/gajim/message_window.py", line 648, in
redraw_tab
    tab_label_str, color = ctrl.get_tab_label(chatstate)
  File "/usr/lib/python3/dist-packages/gajim/groupchat_control.py", line 1038,
in get_tab_label
    label_str = GLib.markup_escape_text(label_str)
  File "/usr/lib/python3/dist-packages/gi/overrides/GLib.py", line 418, in
markup_escape_text
    return GLib.markup_escape_text(text, length)
TypeError: Argument 0 does not allow None as a value
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/gi/overrides/GLib.py", line 661, in
<lambda>
    func_fdtransform = lambda _, cond, *data: callback(channel, cond, *data)
  File "/usr/lib/python3/dist-packages/nbxmpp/idlequeue.py", line 563, in
_process_events
    return IdleQueue._process_events(self, fd, flags)
  File "/usr/lib/python3/dist-packages/nbxmpp/idlequeue.py", line 411, in
_process_events
    obj.pollin()
  File "/usr/lib/python3/dist-packages/nbxmpp/transports_nb.py", line 451, in
pollin
    self._do_receive()
  File "/usr/lib/python3/dist-packages/nbxmpp/transports_nb.py", line 676, in
_do_receive
    self._on_receive(received)
  File "/usr/lib/python3/dist-packages/nbxmpp/transports_nb.py", line 690, in
_on_receive
    self.on_receive(data)
  File "/usr/lib/python3/dist-packages/nbxmpp/dispatcher_nb.py", line 535, in
_WaitForData
    resp(_iq)
  File "/usr/lib/python3/dist-packages/gajim/common/modules/bookmarks.py", line
95, in _private_bookmarks_received
    self.auto_join_bookmarks()
  File "/usr/lib/python3/dist-packages/gajim/common/modules/bookmarks.py", line
267, in auto_join_bookmarks
    bm['password'], minimize=minimize)
  File "/usr/lib/python3/dist-packages/gajim/gui_interface.py", line 1942, in
join_gc_room
    is_continued=is_continued)
  File "/usr/lib/python3/dist-packages/gajim/gui_interface.py", line 1966, in
new_room
    mw.new_tab(gc_control)
  File "/usr/lib/python3/dist-packages/gajim/message_window.py", line 319, in
new_tab
    self.redraw_tab(control)
  File "/usr/lib/python3/dist-packages/gajim/message_window.py", line 648, in
redraw_tab
    tab_label_str, color = ctrl.get_tab_label(chatstate)
  File "/usr/lib/python3/dist-packages/gajim/groupchat_control.py", line 1038,
in get_tab_label
    label_str = GLib.markup_escape_text(label_str)
  File "/usr/lib/python3/dist-packages/gi/overrides/GLib.py", line 418, in
markup_escape_text
    return GLib.markup_escape_text(text, length)
TypeError: Argument 0 does not allow None as a value
09/08/2018 12:36:49 (E) gajim.c.ged Error while running an event handler:
<bound method RosterWindow._nec_our_show of <gajim.roster_window.RosterWindow
object at 0x7f3108673908>>
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/gajim/common/ged.py", line 93, in
raise_event
    if handler(*args, **kwargs):
  File "/usr/lib/python3/dist-packages/gajim/roster_window.py", line 2666, in
_nec_our_show
    self.on_status_changed(obj.conn.name, obj.show)
  File "/usr/lib/python3/dist-packages/gajim/roster_window.py", line 2266, in
on_status_changed
    self.quit_gtkgui_interface()
  File "/usr/lib/python3/dist-packages/gajim/roster_window.py", line 2464, in
quit_gtkgui_interface
    self.prepare_quit()
  File "/usr/lib/python3/dist-packages/gajim/roster_window.py", line 2449, in
prepare_quit
    app.interface.msg_win_mgr.shutdown(msgwin_width_adjust)
  File "/usr/lib/python3/dist-packages/gajim/message_window.py", line 1179, in
shutdown
    self.save_state(w, width_adjust)
  File "/usr/lib/python3/dist-packages/gajim/message_window.py", line 1227, in
save_state
    win_maximized = msg_win.window.get_window().get_state() == \
AttributeError: 'NoneType' object has no attribute 'get_state'
09/08/2018 12:36:49 (E) gajim.c.ged Error while running an event handler:
<bound method ChatControlBase._nec_our_status of
<gajim.groupchat_control.GroupchatControl object at 0x7f31051326a0>>
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/gajim/common/ged.py", line 93, in
raise_event
    if handler(*args, **kwargs):
  File "/usr/lib/python3/dist-packages/gajim/chat_control_base.py", line 162,
in _nec_our_status
    self.got_disconnected()
  File "/usr/lib/python3/dist-packages/gajim/groupchat_control.py", line 1645,
in got_disconnected
    self.parent_win.redraw_tab(self)
  File "/usr/lib/python3/dist-packages/gajim/message_window.py", line 648, in
redraw_tab
    tab_label_str, color = ctrl.get_tab_label(chatstate)
  File "/usr/lib/python3/dist-packages/gajim/groupchat_control.py", line 1038,
in get_tab_label
    label_str = GLib.markup_escape_text(label_str)
  File "/usr/lib/python3/dist-packages/gi/overrides/GLib.py", line 418, in
markup_escape_text
    return GLib.markup_escape_text(text, length)
TypeError: Argument 0 does not allow None as a value




-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.17.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gajim depends on:
ii  gir1.2-gtk-3.0    3.22.30-2
ii  python3           3.6.5-3
ii  python3-cssutils  1.0.2-1
ii  python3-gi        3.28.3-1
ii  python3-gi-cairo  3.28.3-1
ii  python3-idna      2.6-1
ii  python3-keyring   13.1.0-1
ii  python3-nbxmpp    0.6.7-1
ii  python3-openssl   18.0.0-1

Versions of packages gajim recommends:
ii  alsa-utils                           1.1.6-1
ii  aspell-en [aspell-dictionary]        2018.04.16-0-1
ii  ca-certificates                      20170717
ii  dbus                                 1.12.10-1
ii  fonts-noto-color-emoji               0~20180810-1
ii  gajim-omemo                          2.6.0-1
ii  gajim-pgp                            1.2.7-1
ii  gir1.2-farstream-0.2                 0.2.8-4
ii  gir1.2-geoclue-2.0                   2.4.12-2
ii  gir1.2-gspell-1                      1.6.1-1
ii  gir1.2-gst-plugins-base-1.0          1.14.2-dmo2
ii  gir1.2-gstreamer-1.0                 1.14.2-2
ii  gir1.2-gupnpigd-1.0                  0.2.5-2
ii  gir1.2-secret-1                      0.18.6-1
pn  gstreamer0.10-plugins-ugly           <none>
ii  notification-daemon                  3.20.0-3
ii  pulseaudio-utils                     12.0-1
ii  python3-crypto                       2.6.1-9+b1
ii  python3-dbus                         1.2.8-2+b1
ii  python3-gnupg                        0.4.3-1
ii  python3-pil                          5.2.0-2
ii  python3-precis-i18n                  1.0.0-1
ii  sox                                  14.4.2-3
ii  xfce4-notifyd [notification-daemon]  0.4.2-1

Versions of packages gajim suggests:
ii  avahi-daemon      0.7-4
ii  libxss1           1:1.2.2-1+b2
pn  nautilus-sendto   <none>
pn  python3-gconf     <none>
pn  python3-gnome2    <none>
pn  python3-kerberos  <none>
ii  python3-pycurl    7.43.0.1-0.2+b1

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: gajim
Source-Version: 1.1.0~beta2-1

We believe that the bug you reported is fixed in the latest version of
gajim, 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 908...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
W. Martin Borgert <deba...@debian.org> (supplier of updated gajim 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 14 Oct 2018 21:51:33 +0000
Source: gajim
Binary: gajim
Architecture: source all
Version: 1.1.0~beta2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian XMPP Maintainers <pkg-xmpp-de...@lists.alioth.debian.org>
Changed-By: W. Martin Borgert <deba...@debian.org>
Description:
 gajim      - GTK+-based Jabber client
Closes: 908351
Changes:
 gajim (1.1.0~beta2-1) unstable; urgency=medium
 .
   * new upstream version (Closes: #908351)
Checksums-Sha1:
 7d88ff8373a901ff1f2876844fc1f3817c443fc8 2196 gajim_1.1.0~beta2-1.dsc
 4d8e0e55a4120d2b86ebce2e57d85ade6ab54720 9697486 gajim_1.1.0~beta2.orig.tar.gz
 31e4bd468a9e573c6e0709442238ecd8ea1f6784 11340 
gajim_1.1.0~beta2-1.debian.tar.xz
 ea150e87f142263adeef6eeb58a8104eb2f25930 6110616 gajim_1.1.0~beta2-1_all.deb
 1a2e4fb09ed3c64f836bc54bd7e876fdb7e42440 11181 
gajim_1.1.0~beta2-1_amd64.buildinfo
Checksums-Sha256:
 6e3a3e04897aa5463c05f233a92eafed5ae5c318e5ccc096e1ecd1f01646263a 2196 
gajim_1.1.0~beta2-1.dsc
 c922f5aa70b806938fbfb6ae982a03fda7aa0af7e28e15033be37fb09d571f01 9697486 
gajim_1.1.0~beta2.orig.tar.gz
 3bc4770c3c10397dfcbff209c5f5f7b6b78c3d93a15c68c0086e715be1147579 11340 
gajim_1.1.0~beta2-1.debian.tar.xz
 a2d323299cb4c9a0fb768cea58eb776f403f935885b93bb7e3cd5493a4104a04 6110616 
gajim_1.1.0~beta2-1_all.deb
 1c140853f9f25d197ac1b73454ed9e40248f442c5780bc611d4058f8d515c91a 11181 
gajim_1.1.0~beta2-1_amd64.buildinfo
Files:
 3e2c8692b4ab0f25421d0255e27b3d9f 2196 net optional gajim_1.1.0~beta2-1.dsc
 e1db014079a760f6505f83dc2e967472 9697486 net optional 
gajim_1.1.0~beta2.orig.tar.gz
 3cb9db56b4071b50d66bea1fdcff835f 11340 net optional 
gajim_1.1.0~beta2-1.debian.tar.xz
 f689299101b16447f7f7a8d96ade6cfa 6110616 net optional 
gajim_1.1.0~beta2-1_all.deb
 d01a74ed885f68ab09e64f65bfb0b961 11181 net optional 
gajim_1.1.0~beta2-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEftHeo0XZoKEY1KdA4+Chwoa5Y+oFAlvDwAQACgkQ4+Chwoa5
Y+oVdw//TZolpEmzz8gNrf4sLtU8k+kheEAmTqTjsiRYZfq0088FicZw5AoKRfIq
AgnOA5m3VlsyMz0K9SvtZ0ANh/KDO+qimb9w0GsVqe8B+N2mwqbbWSfvJjXvp71v
yQsET14cuONXbOyxcMQHs5xTpraY78EEHvNYT9bb0Y131f/8qV8m30BpVKdYmkFq
jIdzEw6VTzzzp+pIpcQP841GCB4+ElKfYcA8O85ZsCJuLpkD3A4zObzoalDKiAhA
mDSMMPZLJ649/8/EBorfT1A8fBEQnrjBPaKdY8pC1vofGucb3botkrqxdreKxJEJ
TesII773N/F0XoIr7fjgW6RvRXsKp53QQ2Azd40OORjIOGYTBa3wbfoa4gO6sme8
g5Ua/WW9tgl5neinZKB2iCm2suNYJds1l3sbeeZ/DRWcemx/lFib0RTLfatiMjBE
DDEaA7CcsihusId81eaVr0RFVy8uCvHfvqx591XZ3puS2lWMoPf+aZj/FZ5xV8uv
n2bwvCQGwe33BV/yXk7y59KWYY2ywxo29Yk1I2WLDvz9U+qk6CzKHyPGTosM4u6j
heIZTw6y+dql3qpTrzVT9WKewTY9CRM9PRBCY9633BPSxg/TVWLeyxZbOMj5PS1S
WNcL2FWrN4+p329F8sehP0IiGhObnrDVZhe7ufEBKHqF+V5oWOI=
=tJiG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to