[Touch-packages] [Bug 1508945] Re: "Couldn't load weather data, please try later again!" with Qt 5.5.1

2015-12-10 Thread Timo Jyrinki
qtbase-opensource-src (5.5.1+dfsg-6ubuntu3) xenial; urgency=medium * debian/patches/enable-tests.patch: - Replace the non-DFSG-free RFC files with public domain content. - Adjust tests to the new files. (LP: #1522442) * debian/copyright: mention the replacement. * Switch to opt-i

[Touch-packages] [Bug 1508945] Re: "Couldn't load weather data, please try later again!" with Qt 5.5.1

2015-12-10 Thread Launchpad Bug Tracker
This bug was fixed in the package qtbase-opensource-src - 5.5.1+dfsg- 6ubuntu4 --- qtbase-opensource-src (5.5.1+dfsg-6ubuntu4) xenial; urgency=medium * Update symbols for s390x. -- Timo Jyrinki Tue, 08 Dec 2015 13:35:46 + ** Changed in: qtbase-opensource-src (Ubuntu)

[Touch-packages] [Bug 1508945] Re: "Couldn't load weather data, please try later again!" with Qt 5.5.1

2015-11-26 Thread Timo Jyrinki
** Changed in: apparmor-easyprof-ubuntu (Ubuntu) Status: New => Won't Fix ** Changed in: ubuntu-weather-app Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu in Ubun

[Touch-packages] [Bug 1508945] Re: "Couldn't load weather data, please try later again!" with Qt 5.5.1

2015-11-13 Thread Lorn Potter
Might try using bearer plugin based on connectivity-api https://codereview.qt-project.org/#/c/140752/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu in Ubuntu. https://bugs.launchpad.net/bugs/1508945

[Touch-packages] [Bug 1508945] Re: "Couldn't load weather data, please try later again!" with Qt 5.5.1

2015-11-12 Thread Timo Jyrinki
Applying my patch https://launchpadlibrarian.net/219307454/apparmor_allow_qnetworksession_isopen.patch from bug #1404188 to the test app would fix the issue, if allowed in. It seems with Qt 5.5 it'd now be a requirement. And true, now that I tested it again, the same applies to weather app. So my

[Touch-packages] [Bug 1508945] Re: "Couldn't load weather data, please try later again!" with Qt 5.5.1

2015-11-12 Thread Timo Jyrinki
This affects also Shorts app. The common thing between them is using XMLHttpRequest. The attached QML (a modified simple QML app in SDK) always returns 0 on the patched vivid overlay Qt (silo 032) or Qt 5.5.1 (silo 012), on the phone (not on desktop). However, even though I said it wouldn't be ap

[Touch-packages] [Bug 1508945] Re: "Couldn't load weather data, please try later again!" with Qt 5.5.1

2015-11-09 Thread Timo Jyrinki
As another addition, it's _not_ apparmor related, since it happens also with unconfined profile. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1508945 Title:

[Touch-packages] [Bug 1508945] Re: "Couldn't load weather data, please try later again!" with Qt 5.5.1

2015-11-05 Thread Timo Jyrinki
This also happens with the weather app reboot. So the networkError gets raised when WeatherApi is used. The reboot weather app's log is informative, and it states it gets error code 0: qml: wrong response http code, got 0 / http://wxdata.weather.com/wxdata/mobile/mobagg/NLXX0002.js?hours=48&key=b7

[Touch-packages] [Bug 1508945] Re: "Couldn't load weather data, please try later again!" with Qt 5.5.1

2015-10-22 Thread Timo Jyrinki
Hey Andrew! Weather app works just fine normally, this is a Qt change (somewhere) that's causing this. It may be Weather app would need to change the way it uses the network, or it may be a bug to be entirely fixed on Qt side. It's probably not due to provider/API being used but the Qt functions be