[Bug 1409995] Re: Queries to remote scopes time out

2015-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package net-cpp - 1.1.0+15.04.20150123.1~rtm- 0ubuntu1 --- net-cpp (1.1.0+15.04.20150123.1~rtm-0ubuntu1) 14.09; urgency=low [ Marcus Tomlinson ] * Explicitly cast milliseconds::count() to long (LP: #1409995) -- Ubuntu daily release

[Bug 1409995] Re: Queries to remote scopes time out

2015-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-scopes-api - 0.6.9+15.04.20150123.1~rtm-0ubuntu1 --- unity-scopes-api (0.6.9+15.04.20150123.1~rtm-0ubuntu1) 14.09; urgency=low [ Marcus Tomlinson ] * Fixed smartscopesproxy crash due to json-cpp update (LP: #1410125) * Switch from

[Bug 1409995] Re: Queries to remote scopes time out

2015-01-24 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1409995 Title: Queries to remote scopes time out To manage

[Bug 1409995] Re: Queries to remote scopes time out

2015-01-23 Thread Marcus Tomlinson
** Also affects: unity-scopes-api (Ubuntu RTM) Importance: Undecided Status: New ** Changed in: unity-scopes-api (Ubuntu RTM) Status: New = In Progress ** Changed in: unity-scopes-api (Ubuntu RTM) Assignee: (unassigned) = Marcus Tomlinson (marcustomlinson) ** Branch

[Bug 1409995] Re: Queries to remote scopes time out

2015-01-23 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-scopes-api - 0.6.11+15.04.20150121.2-0ubuntu1 --- unity-scopes-api (0.6.11+15.04.20150121.2-0ubuntu1) vivid; urgency=low [ Ubuntu daily release ] * debian/libunity-scopes3.symbols: auto-update to released version [ thomas-voss ] *

[Bug 1409995] Re: Queries to remote scopes time out

2015-01-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/unity-scopes-api -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1409995 Title: Queries to remote scopes time out To manage notifications about this bug go

[Bug 1409995] Re: Queries to remote scopes time out

2015-01-21 Thread Thomas Strehl
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1409995 Title: Queries to remote scopes time out To manage

[Bug 1409995] Re: Queries to remote scopes time out

2015-01-21 Thread Pat McGowan
approving while we look also for a fix to QNetworkAccessManager and the backend to network manager ** Changed in: canonical-devices-system-image Importance: Undecided = High ** Changed in: canonical-devices-system-image Status: New = In Progress ** Changed in:

[Bug 1409995] Re: Queries to remote scopes time out

2015-01-19 Thread Marcus Tomlinson
** Changed in: unity-scopes-api (Ubuntu) Assignee: (unassigned) = Marcus Tomlinson (marcustomlinson) ** Changed in: unity-scopes-api (Ubuntu) Status: New = In Progress ** Branch linked: lp:~marcustomlinson/unity-scopes-api/switch-to-net-cpp -- You received this bug notification

[Bug 1409995] Re: Queries to remote scopes time out

2015-01-15 Thread Michi Henning
Looks like this is a problem QtNetworkAccessManager. Depending on timing during boot, it permanently gets stuck. Marcus has a branch that gets rid of Qt completely and uses net-cpp instead: https://code.launchpad.net/~marcustomlinson/unity-scopes-api/switch-to- net-cpp/+merge/246538 It looks

[Bug 1409995] Re: Queries to remote scopes time out

2015-01-13 Thread Michi Henning
RTM image smartscopesproxy log attached. ** Attachment added: RTM image log for smartscopesproxy https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1409995/+attachment/4298022/+files/rtm.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1409995] Re: Queries to remote scopes time out

2015-01-13 Thread Michi Henning
I just got the bug with image 161 from ubuntu-touch/ubuntu- rtm/14.09-proposed, so it's definitely not limited to devel only. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1409995 Title: Queries to

[Bug 1409995] Re: Queries to remote scopes time out

2015-01-13 Thread Michi Henning
I'm not sure whether this is related. But, looking at this: void HttpClientQtThread::run() { QNetworkAccessManager* manager = new QNetworkAccessManager(); QNetworkRequest request(url_); for (auto const hdr: headers_) {