Ticket #48 (closed defect: fixed)

Opened 16 months ago

Last modified 15 months ago

Error when there is no contacts

Reported by: anonymous Owned by: somebody
Priority: normal Milestone: 1.0
Component: emesenelib Version:
Keywords: empty contact list Cc:

Description

The first login without contacts splash an error window and I couldn't connect. When I included a new contact in my account with other client, emesene runs well.

Attachments

Change History

Changed 16 months ago by anonymous

  • priority changed from normal to major
  • status changed from new to assigned
  • owner changed from somebody to anonymous
  • milestone set to 1.0

Changed 16 months ago by anonymous

I have new information. This only happens when the account is totally new.

Changed 16 months ago by dx

  • priority changed from major to normal
  • keywords new account added
  • status changed from assigned to new
  • owner changed from anonymous to somebody

Who's "anonymous"?

BTW, I thought we had fixed this a long time ago:

r639 | marianoguerra | 2007-06-03 21:21:30 -0300 (dom, 03 jun 2007) | 1 line

fixed a n00b bug, the first time you make a login with a new account, you dont have a nick, we put the mail as nick

And we need the exact error.. please?

Changed 16 months ago by maru

  • keywords empty contact list added; new account removed

I think this is the same error I've got today, when none of my contacts were online:

Traceback (most recent call last):

File "emesene/MainMenu.py", line 388, in on_show_offline_activate

self.controller.mainWindow.userList.refilter()

File "emesene/UserList.py", line 208, in refilter

self.expandExpandedGroups()

File "emesene/UserList.py", line 224, in expandExpandedGroups

obj = gRow[ UserList.OBJ ]

File "/usr/lib/python2.4/warnings.py", line 61, in warn

warn_explicit(message, category, filename, lineno, module, registry)

File "/usr/lib/python2.4/warnings.py", line 82, in warn_explicit

for item in filters:

TypeError: unknown type (null)

Changed 16 months ago by maru

Este es el mensaje completo que aparece apenas me logueo:

emesene/UserList.py:226: GtkWarning: gtk_tree_store_get_value: 
         assertion `iter->stamp == GTK_TREE_STORE (tree_model)->stamp' failed
  obj = gRow[ UserList.OBJ ]
Traceback (most recent call last):
  File "emesene/Login.py", line 242, in bLogin_clicked
    self.controller.login( self.getUser() , self.getPass() , self.getStatus() )
  File "Controller.py", line 239, in login
    self.mainWindow.buildInterface( 'userlist' )
  File "emesene/MainWindow.py", line 193, in buildInterface
    self.update( self.controller )
  File "emesene/MainWindow.py", line 218, in update
    self.refreshUserList()
  File "emesene/MainWindow.py", line 236, in refreshUserList
    self.userList.fill( groups )
  File "emesene/UserList.py", line 383, in fill
    self.expandExpandedGroups()
  File "emesene/UserList.py", line 226, in expandExpandedGroups
    obj = gRow[ UserList.OBJ ]
  File "/usr/lib/python2.4/warnings.py", line 61, in warn
    warn_explicit(message, category, filename, lineno, module, registry)
  File "/usr/lib/python2.4/warnings.py", line 82, in warn_explicit
    for item in filters:
TypeError: unknown type (null)

Changed 15 months ago by dx

i get a Nick could not be changed: Address Book Does Not Exist ABID = 00000000-0000-0000-0003-7ffe8a8f16dc when trying to change the nick in an unconfirmed account

Changed 15 months ago by anonymous

i get a Nick could not be changed: Address Book Does Not Exist ABID = 00000000-0000-0000-0003-7ffe8a8f16dc when trying to change the nick in an unconfirmed account

this should be correct.. is the first bug solved anyway?

Changed 15 months ago by dx

  • status changed from new to closed
  • resolution set to fixed

yes, i think, i logged in successfully and tried to change the nick.. setting as fixed

Add/Change #48 (Error when there is no contacts)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.