**** BEGIN LOGGING AT Fri Jun 28 02:59:57 2019 Jun 28 06:19:59 Morning! Jun 28 09:05:48 morning Jun 28 09:21:58 Morning! Jun 28 17:43:09 Tofe: Added a bunch of debugging today in db8 as well... I haven't been able to come to any definitive conclusion, though it seems that batch was changed at some point and doesn't accept $activity anymore, but I haven't really been able to track it down to a change yet. Jun 28 17:43:21 The schemas for batch doesn't seem to have changed at all Jun 28 17:44:26 OWO: https://github.com/openwebos/db8/blob/7204e597a1774a72bddd3393a56b73eb1f2b174c/src/db/MojDbServiceSchemas.cpp#L92 and OSE: https://github.com/webosose/db8/blob/master/src/db/MojDbServiceSchemas.cpp#L148 Jun 28 17:46:35 handleBatch seems identical between them too Jun 28 17:56:47 yes I had a look at there schemas too Jun 28 17:57:03 but we should track $activity on javascript side I guess Jun 28 17:57:11 these* Jun 28 18:07:51 Well they are only in a few places Jun 28 18:12:10 In mojomail for example Jun 28 18:12:21 Which is C++ code Jun 28 18:17:05 For Calendar the $activity is not mentioned as such in the code Jun 28 18:54:08 But it can be traced when you look for the query in Calendar app Jun 28 18:54:24 It's in one of the reminder*.js files Jun 28 18:59:34 I found it Jun 28 18:59:45 com.palm.app.calendar/libs/Mojo.Core.Service.js:44 Jun 28 18:59:54 // Decorate request with activity id if we have one. Jun 28 19:04:13 Is this really useful ?... here's the url to that line: https://github.com/webOS-ports/core-apps/blob/webOS-ports/master/com.palm.app.calendar/libs/Mojo.Core.Service.js#L43 Jun 28 19:05:46 Herrie: how do I know if it helps? Jun 28 19:09:44 Herrie: https://imgur.com/2ioxtMT.png looks alright, isn't it? Jun 28 19:10:38 I just completely disabled the '$activity' parameter addition Jun 28 19:14:07 That looks good Jun 28 19:14:19 let me propose a little PR Jun 28 19:19:38 Tofe: We might want to test if reminders work Jun 28 19:20:10 If I understood this code is responsible for reminders as well Jun 28 19:20:22 For email we might have a similar issue Jun 28 19:20:38 I didn't find this kind of code elsewhere than in calendar Jun 28 19:21:09 Though there for me it doesn't show emails right away. Only after reboot I see headers Jun 28 19:21:22 But cannot open body Jun 28 19:21:33 But that might be something unrelated Jun 28 19:21:40 well you'll have at least to restart luna-webappmanager; but maybe there are other issues as well Jun 28 19:22:22 do you still see $activity errors in the logs? Jun 28 19:22:25 I also noticed that sometimes apps don't seem to launch Jun 28 19:22:32 For email yes Jun 28 19:22:44 Also with $activity Jun 28 19:22:55 This comes from mojomail I think Jun 28 19:24:47 I'll setup a mail account too Jun 28 19:25:56 If you add the PmLog for DB8 (capitals) it will give you all db access and queries Jun 28 19:28:21 damn, doesn't work with gmail, I forgot Jun 28 19:30:31 There's a patch for 3.05 floating around on the forum. We should add it too I guess Jun 28 19:30:54 I also have a small change pending locally to have SSL by default selected Jun 28 19:31:50 But I thought the patch was only for contacts & calendar Jun 28 19:31:54 Not for mail Jun 28 19:32:17 There's an obscure option in Google to allow "unsecure" apps Jun 28 19:32:42 It could be you don't allow these, hence it doesn't work. Jun 28 19:33:24 Time & date need to be OK otherwise gmail doesn't like it Jun 28 19:33:44 You don't have a Wanadoo.fr address laying around LOL :P Jun 28 19:40:11 not anymore :) Jun 28 19:40:18 but it's a certificate issue her Jun 28 19:40:19 e Jun 28 19:40:19 The Gmail oauth2 patch is here: https://forums.webosnation.com/webos-patches/286029-google-calendar-sync-behaviors-patch.html Jun 28 19:49:01 Let me see if I can set something up on my herrie.org domain ;) Jun 28 19:49:10 Gimme a few mins Jun 28 21:31:56 there's another one in ./frameworks/enyo/0.10/framework/lib/contactsui/mojoshim/mojoCore-service.js: Jun 28 21:33:46 but I doubt it's related to email, looks more like contacts Jun 28 21:34:52 and I don't have any specific issue with contacts Jun 28 21:35:07 Contacts are fine Jun 28 21:35:24 "_webOS.exec(PalmSystem,LS2Call,[221,"palm://com.palm.db/find","{\"query\":{\"from\":\"com.palm.person:1\",\"where\":[{\"prop\":\"emails.normalizedValue\",\"op\":\"=\",\"val\":\"me@herrie.org\"}]},\"$activity\":{\"activityId\":48}}"])" Jun 28 21:37:10 it must be a similar thing, but a bit more hidden Jun 28 21:42:45 but it's that one though, I inserted a log and it's called by email app Jun 28 21:48:58 in our QtWebEngine, setRedirects doesn't exist here https://github.com/webOS-ports/core-apps/blob/webOS-ports/master/com.palm.app.email/mail/source/MessageDisplay.js#L906 Jun 28 21:52:22 I think we can patch enyo/0.10/framework/lib/contactsui/mojoshim/mojoCore-service.js the same way; I don't see any negative impact (yet?) Jun 28 21:52:43 off to bed now :) Jun 28 22:10:00 Ok another day tomorrow, will pull logs from fresh build Jun 28 22:10:03 Gn8 **** ENDING LOGGING AT Sat Jun 29 02:59:57 2019