|
|
2010-07-08
, 17:11
|
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#442
|
Is this app using any encryption (e.g. https) to communicate with Google?
Also it would be nice to have a feature in erminig-ng to set a value for how far back I want to sync. Imagine if my N900 gets stolen, I wouldn't want to have a couple of years of history on it but I would want to have a couple of weeks worth of data.
|
|
2010-07-11
, 16:34
|
|
Posts: 11 |
Thanked: 5 times |
Joined on Nov 2009
|
#443
|
|
|
2010-07-12
, 13:45
|
|
|
Posts: 117 |
Thanked: 18 times |
Joined on Dec 2009
@ Edinburgh
|
#444
|
|
|
2010-07-12
, 15:34
|
|
Posts: 1,305 |
Thanked: 3,825 times |
Joined on Jul 2010
@ Brittany, France
|
#445
|
A programming error has been detected during the execution of this program. It probably isn't fatal, but should be reported to the developers nonetheless (that's why I'm here).
Details: Traceback (most recent call last):
File "/usr/bin/erminig", line 857, <module>()
else:
import gtk.glade
import gobject
variables: ('gtk': (None, None))
ImportError: No module named glade
|
|
2010-07-14
, 07:42
|
|
Posts: 9 |
Thanked: 5 times |
Joined on Dec 2009
|
#446
|
|
|
2010-07-14
, 07:51
|
|
Posts: 9 |
Thanked: 5 times |
Joined on Dec 2009
|
#447
|
|
|
2010-07-18
, 23:53
|
|
Posts: 53 |
Thanked: 8 times |
Joined on Apr 2010
|
#448
|
|
|
2010-07-22
, 08:36
|
|
Posts: 56 |
Thanked: 11 times |
Joined on Jan 2010
|
#449
|
|
|
2010-07-28
, 12:07
|
|
Posts: 55 |
Thanked: 11 times |
Joined on Mar 2010
|
#450
|
![]() |
| Tags |
| erminig, erminig-ng, ernie nig, google calendar, google sync, synchronization |
| Thread Tools | |
|
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'EDIT: It still seems to work on wifi connection, but not over 3G (despite the fact that I am getting 3G speeds of over 150KB/s with browsing and downloading).
EDIT 2: If an event is created in Google calendar, then changed in Google calendar (eg open and change times), then sync-ed in Erminig, then it will not appear on the phone. (is this clear?)
Last edited by jwshale; 2010-07-07 at 14:41.