On Mon, Oct 6, 2014 at 11:11 AM, Patrick Ohly <[email protected]> wrote: > On Mon, 2014-10-06 at 10:44 -0700, Todd Wilson wrote: >> "username=goa:..." is in google/peers/target-config/config.ini and not >> in any of the other config.ini files. > > Nevertheless, can you show the output of: > > syncevolution --print-config -q google > syncevolution --print-config -q target-config@google
[I'm leaving off the blank options to save space and redacting a few id numbers; let me know if you need more] syncURL = local://@google username = goa:account_... password = PeerIsClient = 1 deviceId = syncevolution-... remoteDeviceId = syncevolution-... [different from previous line] IconURI = image://themedimage/icons/services/syncevolution ConsumerReady = 1 [addressbook] sync = disabled uri = addressbook backend = addressbook [calendar] sync = two-way uri = calendar backend = file database = file:///home/twilson/.local/cal-sync databaseFormat = text/calendar [memo] sync = disabled uri = memo backend = memo [todo] sync = disabled uri = todo backend = todo -------------------------------- syncURL = https://apidata.googleusercontent.com/caldav/v2 username = goa:account_... [same as username above] printChanges = 0 dumpData = 0 deviceId = syncevolution-... [same as deviceID above] IconURI = image://themedimage/icons/services/webdav ConsumerReady = 1 peerType = WebDAV [addressbook] sync = disabled backend = CardDAV database = https://www.google.com:443/calendar/dav/[email protected]/events/?SyncEvolution=Google [calendar] sync = disabled backend = CalDAV database = https://www.google.com:443/calendar/dav/...%40group.calendar.google.com/events/?SyncEvolution=UpdateHack,AlarmHack [memo] sync = disabled backend = CalDAVJournal database = https://www.google.com:443/calendar/dav/[email protected]/events/?SyncEvolution=Google [syncurl=https:] database = https://www.google.com:443/calendar/dav/[email protected]/events/?SyncEvolution=Google [todo] sync = disabled backend = CalDAVTodo database = https://www.google.com:443/calendar/dav/[email protected]/events/?SyncEvolution=Google > In addition, repeat the exercise with locating the error. This time, > let's catch both throws and the function: > > SYNCEVOLUTION_DEBUG=1 gdb --args syncevolution --daemon=no --sync > refresh-from-local google > # b SyncEvo::IdentityProviderCredentials > # catch throw > # run > ... > # where / cont I'm sending the output in a separate private email. --Todd _______________________________________________ SyncEvolution mailing list [email protected] https://lists.syncevolution.org/mailman/listinfo/syncevolution
