**** BEGIN LOGGING AT Sun Sep 18 02:59:58 2016 Sep 18 03:05:12 Herrie: https://github.com/webOS-ports/org.webosports.app.testr/pull/31 Sep 18 04:30:54 Herrie, there is 72GB available on Milla Sep 18 05:27:44 ka6sox: Thnx for info Sep 18 05:38:37 DougReeder: Thnx will try that Sep 18 05:38:45 I assume the same error persists there? Sep 18 13:46:45 DougReeder: I suspect the problem might have something ot do with a default path it's looking in Sep 18 13:46:50 Not 100% sure though Sep 18 13:53:47 nizovn: ping Sep 18 14:00:16 Herrie: yes, symptoms are the same with the test in Testr Sep 18 14:08:35 DougReeder: Thing is when I run it in the browser in QtCreator it tells me that it's scanning sandbox and then it cannot find backup files Sep 18 14:09:03 Initially, there wouldn’t be any backup files Sep 18 14:09:37 After a sucessful backup, the backup file should be listed when you select “Restore” Sep 18 14:11:01 When I run the gh-pages testr in the Browser app in QtCreator it gives me "https_webos-ports.github.io_0:Persistent Sep 18 14:11:05 Herrie: pong Sep 18 14:11:12 While when I run Testr on device I get the famous error Sep 18 14:11:27 Yeah, that’s the “name” of the filesystem Sep 18 14:11:40 :-S I gues that’s not obvious. Sep 18 14:12:44 Let me update the PR Sep 18 14:15:46 It’s not obvious how to “manually” do a backup. If you want to test that, in Preferences & Help, toglle “Back up nightly”. It will back up, then tell you it couldn’t schedule future backups. Sep 18 14:31:20 nizovn: You have any idea why I would get an "undefined" when trying to return userAgent.defaultUA here? https://github.com/webOS-ports/luna-webappmanager/blob/master/src/qml/ApplicationContainer.qml#L137 It worked fine when it was in the same repo. I moved it to LuneOS components and the same works fine for the Browser App, so the LuneoS components part seems to work Sep 18 14:31:32 Just in Luna WebAppMgr it doesn't seem to work Sep 18 14:31:41 It Sep 18 14:31:54 It's probably something silly i'm overlooking Sep 18 14:33:11 This is what I've done: https://github.com/webOS-ports/luneos-components/commit/81d9a85aff74d8b3acc367c659743f29f9083168 and https://github.com/webOS-ports/luna-webappmanager/commit/bfd46f8d2faeb2944414b02de241ec5f7e01e6cd Sep 18 14:42:36 strange Sep 18 14:43:34 Yeah :S Sep 18 14:43:43 It seems that UserAgent doesn't get loaded at all :S Sep 18 14:43:54 Though the change looks straightforward to me Sep 18 14:45:01 I thought maybe it was the "readonly property string _formFactor: (Screen.width >= 900) ? "Tablet" : "Mobile"" that somehow doesn't work, but even when I hardcode the value it's still not working :S Sep 18 14:53:07 I can ask Tofe when he's back. Maybe it has to do something with the loader stuff :S Sep 18 15:16:25 Herrie: no ideas, i give up Sep 18 15:18:57 nizovn: LOL same here Sep 18 15:19:11 I'll try adding the UserAgent to the LunaWebEngineView by default Sep 18 15:19:22 Instead of having browser & lunawebappmgr do it themselves Sep 18 15:19:25 That MIGHT work Sep 18 15:19:34 We anyway need a UA Sep 18 15:19:45 We can always overwrite it with teh one from appinfo.json when needed Sep 18 15:20:46 yes maybe Sep 18 15:27:54 That actually works Sep 18 17:39:22 nizovn: I guess this will sort it :) https://github.com/webOS-ports/luna-webappmanager/pull/66 & https://github.com/webOS-ports/luneos-components/pull/59 Sep 18 17:39:29 Seems to work for me at least :) Sep 18 17:39:39 And webapps can keep setting their UA that works too Sep 18 17:44:24 ok, good that it works :) Sep 18 18:11:56 Still strange it didn't before :S Sep 18 18:11:58 But well... Sep 18 18:12:04 At least it's at a central place now ;) Sep 18 18:12:17 Don't need to maintain it in multiple places anymore **** BEGIN LOGGING AT Sun Sep 18 18:19:21 2016 Sep 18 19:44:16 Morning Sep 18 19:44:28 Herrie: let me read the backlog Sep 18 19:45:59 ok, there's no question anymore :) Sep 18 19:56:04 Tofe: No LunaWebAppMgr didn't like the UserAgent stuff in LuneOS Components (worked fine in browser). Since we use the UA for both I simply added it to the LunaWebEngineView for now and we overwrite it for the apps that provide one in appinfo.json Sep 18 20:01:23 What doesn't work, more precisely? Sep 18 20:04:41 Tofe: the userAgent.defaultUA would be undefined Sep 18 20:04:50 While it worked fine in Browser Sep 18 20:05:10 Anyway we need it for both, so can just as well do it in LunaWebEngineView directly Sep 18 20:07:08 ok, so in the end it's cleaner :) Sep 18 20:07:14 I tried various things but simply couldn't get it to work. Could be the way stuff is being dealt with in the ApplicationContainer with the Loader etc Sep 18 20:07:17 Tofe: Yeah Sep 18 20:08:07 Pretty weird Sep 18 20:08:24 That was the whole point. The one in Browser was up to date, the one in LunaWebAppMgr not (still said QtWebEngine 5.5.x :P) Sep 18 20:08:30 So decided to do it centrally Sep 18 20:10:32 Will hope to have some time tomorrow or later in the week to add some stuff to Browser :) Sep 18 20:10:41 :) cool Sep 18 20:10:45 I.e. DownloadManager and other things Sep 18 20:11:18 I debugged http://issues.webos-ports.org/issues/1113 a bit, it seems all settings are set OK, just it doesn't work.... Sep 18 20:11:32 Not sure what's up with that... Could be it's not having proper file system access, not sure Sep 18 20:11:44 DougReeder added a test case to Testr for us, so we can more easily test Sep 18 20:11:53 I'll try to find some time next week to help on that point Sep 18 20:12:08 Yeah it's probably somewhere lower level :P Sep 18 20:14:39 Anyway I'm off to bed ;) Good night! Sep 18 20:23:06 gn8! Sep 19 02:51:08 Hey, I notice if I create a Skype account, there are three options under “Adavanced Options”, and the first one has no label. **** ENDING LOGGING AT Mon Sep 19 02:59:59 2016