Bug#562913: gajim: Gajim crash with AttributeError: Interface instance has no attribute 'roster'

2009-12-29 Thread Yann Leboulanger
Rémi Vanicat wrote:
 Package: gajim
 Version: 0.13.1-1
 Severity: important
 
 Since a recent (and major) upgrade of my sid box, gajim stopped to work: it 
 failed with the error:
 AttributeError: Interface instance has no attribute 'roster'
 
 full log is :
 % gajim   
  ~
 Traceback (most recent call last):
   File gajim.py, line 3698, in module
 interface = Interface()
   File gajim.py, line 3516, in __init__
 gajim.connections[account] = common.connection.Connection(account)
   File /usr/share/gajim/src/common/connection.py, line 143, in __init__
 self.password = passwords.get_password(name)
   File /usr/share/gajim/src/common/passwords.py, line 217, in get_password
 return get_storage().get_password(account_name)
   File /usr/share/gajim/src/common/passwords.py, line 100, in get_password
 self.save_password(account_name, password)
   File /usr/share/gajim/src/common/passwords.py, line 128, in save_password
 display_name, attributes1, password, update)
 TypeError: item_create_sync() argument 5 must be string, not None
 Error in atexit._run_exitfuncs:
 Traceback (most recent call last):
   File /usr/lib/python2.5/atexit.py, line 24, in _run_exitfuncs
 func(*targs, **kargs)
   File gajim.py, line 392, in on_exit
 gajim.interface.roster.prepare_quit()
 AttributeError: Interface instance has no attribute 'roster'
 Error in sys.exitfunc:
 Traceback (most recent call last):
   File /usr/lib/python2.5/atexit.py, line 24, in _run_exitfuncs
 func(*targs, **kargs)
   File gajim.py, line 392, in on_exit
 gajim.interface.roster.prepare_quit()
 AttributeError: Interface instance has no attribute 'roster'

It's known upstream and will be in 0.13.2 which should be released soon.

As a temporary workarround, edit your ~/.gajim/config, and replace lines
like:
accounts.ACCOUNT.password = None
by
accounts.ACCOUNT.password =
(Remove the None you see in those lines)

and that will work.

-- 
Yann



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562913: gajim: Gajim crash with AttributeError: Interface instance has no attribute 'roster'

2009-12-29 Thread Rémi Vanicat
Yann Leboulanger aste...@lagaule.org writes:

 It's known upstream and will be in 0.13.2 which should be released soon.

 As a temporary workarround, edit your ~/.gajim/config, and replace lines
 like:
 accounts.ACCOUNT.password = None
 by
 accounts.ACCOUNT.password =
 (Remove the None you see in those lines)

my passwords lines wasn't None, but zeroconf and  gnomekeyring:10, but removing 
them
work. Thanks for the tips, and for the quick answer.

-- 
Rémi Vanicat



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562913: gajim: Gajim crash with AttributeError: Interface instance has no attribute 'roster'

2009-12-28 Thread Rémi Vanicat
Package: gajim
Version: 0.13.1-1
Severity: important

Since a recent (and major) upgrade of my sid box, gajim stopped to work: it 
failed with the error:
AttributeError: Interface instance has no attribute 'roster'

full log is :
% gajim 
   ~
Traceback (most recent call last):
  File gajim.py, line 3698, in module
interface = Interface()
  File gajim.py, line 3516, in __init__
gajim.connections[account] = common.connection.Connection(account)
  File /usr/share/gajim/src/common/connection.py, line 143, in __init__
self.password = passwords.get_password(name)
  File /usr/share/gajim/src/common/passwords.py, line 217, in get_password
return get_storage().get_password(account_name)
  File /usr/share/gajim/src/common/passwords.py, line 100, in get_password
self.save_password(account_name, password)
  File /usr/share/gajim/src/common/passwords.py, line 128, in save_password
display_name, attributes1, password, update)
TypeError: item_create_sync() argument 5 must be string, not None
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File /usr/lib/python2.5/atexit.py, line 24, in _run_exitfuncs
func(*targs, **kargs)
  File gajim.py, line 392, in on_exit
gajim.interface.roster.prepare_quit()
AttributeError: Interface instance has no attribute 'roster'
Error in sys.exitfunc:
Traceback (most recent call last):
  File /usr/lib/python2.5/atexit.py, line 24, in _run_exitfuncs
func(*targs, **kargs)
  File gajim.py, line 392, in on_exit
gajim.interface.roster.prepare_quit()
AttributeError: Interface instance has no attribute 'roster'



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gajim depends on:
ii  dnsutils   1:9.6.1.dfsg.P2-1 Clients provided with BIND
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-4.2 generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.22.3-2  The GLib library of C routines
ii  libgtk2.0-02.18.5-1  The GTK+ graphical user interface 
ii  libpango1.0-0  1.26.2-1  Layout and rendering of internatio
ii  python 2.5.4-5   An interactive high-level object-o
ii  python-glade2  2.16.0-1  GTK+ bindings: Glade support
ii  python-gtk22.16.0-1  Python bindings for the GTK+ widge
ii  python-support 1.0.6 automated rebuilding support for P

Versions of packages gajim recommends:
ii  dbus   1.2.16-2  simple interprocess messaging syst
ii  notification-daemon0.4.0-2   a daemon that displays passive pop
ii  python-crypto  2.0.1+dfsg1-4 cryptographic algorithms and proto
ii  python-dbus0.83.0-1  simple interprocess messaging syst
ii  python-gnupginterface  0.3.2-9.1 Python interface to GnuPG (GPG)
ii  python-openssl 0.9-1 Python wrapper around the OpenSSL 

Versions of packages gajim suggests:
ii  aspell-en 6.0-0-5.1  English dictionary for GNU Aspell
ii  avahi-daemon  0.6.25-2   Avahi mDNS/DNS-SD daemon
ii  dvipng1.12-3 convert DVI files to PNG graphics
ii  gnome-keyring 2.28.2-1   GNOME keyring services (daemon and
ii  libgtkspell0  2.0.13-2   a spell-checking addon for GTK's T
pn  nautilus-sendto   none (no description available)
pn  network-manager   none (no description available)
pn  python-avahi  none (no description available)
ii  python-gconf  2.28.0-1   Python bindings for the GConf conf
ii  python-gnome2 2.28.0-1   Python bindings for the GNOME desk
pn  python-gnomeikeyring  none (no description available)
pn  python-kerberos   none (no description available)
pn  python-sexy   none (no description available)
ii  texlive-latex-base2009-6 TeX Live: Basic LaTeX packages

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org