**** BEGIN LOGGING AT Mon Nov 30 03:00:50 2015 Nov 30 04:11:57 Tofe, Herrie, one possibility to keep in mind for apps failing to work now, is that they depend on something always working under webOS that doesn’t work under LuneOS. Some function that the API says can return an error, but webOS never did. Nov 30 04:12:51 “region” typically is something like “en” or “en-US”. Some apps require the second form. Nov 30 04:13:47 Oh, wait, that’s a “locale”, not a “region”. Nov 30 04:16:11 But any given app or API could be doing something nonstandard. Nov 30 04:51:46 DougReeder: Not sure. I cannot get it to pack with palm-package. Trying to figure out a way from the app author Nov 30 04:52:12 It worked under LuneOS with QtWebKit just not with QtWebEngine. Could be something small :S Nov 30 04:52:34 Just wat to repack app with some logging so I can see what it's sending in legacy Nov 30 04:56:11 DougReeder: palm-package: JSON error in D:\lune-tube-master\deploy\lune-tube-master\resources\es\strings.json: A JSONObject text must begin with '{' at character 1 Nov 30 04:56:49 Which is correct because strings.json has a file name and no proper JSON structure. Just not sure how to ignore that. He said to use webOS SDK but not if LG or HP version ;) Nov 30 11:11:43 morning Nov 30 11:22:58 JaMa: ping Nov 30 11:42:55 pong Nov 30 13:03:00 JaMa: Seems rsyncing took like forever y'day. Any ideas? Nov 30 13:04:55 will check, possibly full disk again Nov 30 13:05:45 You can delete a ton of old testing images Nov 30 13:09:48 are there some you want to kee? Nov 30 13:09:52 p Nov 30 13:09:57 /dev/xvdb1 1000G 918G 83G 92% /home Nov 30 13:11:43 For luneos-testing you can delete everything between June and 09-sep-15. That should give some breathing room :) Nov 30 13:12:17 k Nov 30 17:40:06 Herrie|2: there seems to be some HW issue/perf issue on the file server.. my "du" to see how much space we take didn't finish yet and it's 4+ hours already Nov 30 17:40:22 Herrie|2: I've asked ka6sox in the other channel Nov 30 18:57:30 JaMa: Already figured something like that. Nov 30 18:57:31 It was unreasonably slow y'day rsyncing stuff. Nov 30 19:15:55 Tofe: For LuneTube seems the dev was using IPK Packager instead of palm-package and that doesn't perform any validations Nov 30 19:16:02 Hence I could package with palm-package Nov 30 19:16:13 Got an IPK with URL debug now, so will test that shortly Nov 30 19:17:50 s/could/couldn't Nov 30 19:24:15 :) ok Nov 30 19:27:04 So will shortly debug a bit Nov 30 19:27:10 See if the URL is the issue or something else Nov 30 20:12:13 Tofe: Seems regioncode should be US and not en. At least my Firefox gives me US Nov 30 20:12:23 Trying new build now with hardcoded US to see if it works Nov 30 20:13:23 Then it's a matter to figure out why localeInfo.info.locale gives us "en" and not "US" like it should Nov 30 20:13:40 Yup that was it Nov 30 20:13:42 Now works Nov 30 20:32:05 Tofe: This comes from iLib which takes it from PalmSystem stuff. So could be we store it wrongly somewhere. I'll run some queries to see if I have differences for regions etc on legacy vs LuneOS Nov 30 20:32:26 Could be our structure is just simply wrong. Which means we might need to update Settings & FirstUse to be correct Nov 30 20:48:26 Herrie|2: I see we have localeRegion and phoneRegion in PalmExtension, but is it what the app is using here? Nov 30 20:52:20 Tofe: If i read https://github.com/enyojs/enyo-ilib/blob/2.5.1-release/ilib/js/ilib-dyn-core.js#L146 correctly we're looking for PalmSystem.locale.UI Nov 30 20:52:29 s/locale/locales Nov 30 21:02:01 Tofe: ilib.getLocale() returns "en_US" on legacy, but "en" for LuneOS it seems. Nov 30 21:02:10 mmh Nov 30 21:02:19 We map it to LocalePreferences::instance()->locale(); Nov 30 21:04:37 Looks like LocalePreferences is an object introduced by us Nov 30 21:04:52 in february Nov 30 21:06:45 ah no, I misread the irc logs. Nov 30 21:11:11 https://github.com/webOS-ports/luna-sysmgr-common/blob/master/Src/base/settings/LocalePreferences.cpp#L145 seems correct Nov 30 21:11:58 Tofe: Comparison for TP (legacy) and N4: https://bpaste.net/show/f95e04df89b9 Nov 30 21:12:02 I see nothing odd there Nov 30 21:14:06 neither do I Nov 30 21:14:50 I wonder what PalmSystem.locales.UI returns on N4 Nov 30 21:16:25 PalmSystem.locale = en_us Nov 30 21:16:33 PalmSystem.locales.UI = en_us Nov 30 21:19:23 so... all good ? Nov 30 21:19:49 oh, maybe it's navigator.languag Nov 30 21:19:54 navigator.language Nov 30 21:20:01 it tests it first Nov 30 21:20:35 could be that WebEngine returns a weird value, if not configured well enough Nov 30 21:50:07 Let me try that Nov 30 21:50:11 Could indeed be Nov 30 21:50:31 Not sure which of the 3 ilib files it uses so added it to all 3 :P **** ENDING LOGGING AT Tue Dec 01 03:00:46 2015