Traceback (most recent call last):
File "/usr/share/erminig/profile_ui.py", line 386, account_selector_changed(selector=<hildon.TouchSelector object at 0x40bade90 (HildonTouchSelector at 0x4bc2d8)>, 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 0x40b40fb0>), 'account_id': ('local', 2), 'consts.SYNC_TYPE_CAL': ('global', <module 'consts' from '/usr/share/erminig/consts.py'>)}
File "/usr/share/erminig/profile_ui.py", line 289, update_remote_data_source(sync_type=0, google_acct_id=2)
google_item_picker.set_sensitive(True)
for id, title in google_api.get_all_calendars():
logger.append("ID->")
variables: {'id': ('builtin', <built-in function id>), 'google_api.get_all_calendars': ('global', <function get_all_calendars at 0x40b408f0>), 'title': (None, None)}
File "/usr/share/erminig/google_api.py", line 79, get_all_calendars()
feed = run_google_action(gd_client.GetAllCalendarsFeed)
for i,cal in enumerate(feed.entry):
title = cal.title.text
variables: {'i': (None, None), 'feed': ('local', None), 'enumerate': ('builtin', <type 'enumerate'>), 'cal': (None, None)}
AttributeError: 'NoneType' object has no attribute 'entry'
).