Traceback (most recent call last): File "/usr/share/erminig/profile_ui.py", line 360, account_selector_changed(selector=<hildon.TouchSelector object at 0x40af5ad0 (HildonTouchSelector at 0x4c2ce0)>, user_data=0) current_google_account_selected = account_id update_remote_data_source(consts.SYNC_TYPE_CAL, account_id) variables: {'update_remote_data_source': ('global', <function update_remote_data_source at 0x40976af0>), 'account_id': ('local', None), 'consts.SYNC_TYPE_CAL': ('global', <module 'consts' from '/usr/share/erminig/consts.py'>)} File "/usr/share/erminig/profile_ui.py", line 258, update_remote_data_source(sync_type=0, google_acct_id=0) google_accounts.get_account_by_id(\ google_acct_id)): display_google_auth_error(dialog) variables: {'google_acct_id': ('local', None)} File "/usr/share/erminig/google_accounts.py", line 64, get_account_by_id(id=0) "WHERE id = ?", (id,)) row = dblayer.getRows(cur)[0] return (row['username'], row['password'], id) variables: {'dblayer.getRows': ('global', <function getRows at 0x406f6bb0>), 'cur': ('local', <sqlite3.Cursor object at 0x406fb4d0>), 'row': (None, None)} IndexError: list index out of range