← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1564142] Re: Multiple calls to finished/error signals of QNAM object

 

This bug was fixed in the package qtbase-opensource-src - 5.5.1+dfsg-
16ubuntu7

---------------
qtbase-opensource-src (5.5.1+dfsg-16ubuntu7) xenial; urgency=medium

  [ Dmitry Shachnev ]
  * Backport upstream change from 5.6 branch to implement better detection
    of indicator-application based trays. Refs LP: #1546328.
  * Update symbols files for symbols added in the latest patches.

  [ Timo Jyrinki ]
  * debian/patches/fix-duplicate-qnam-finished.patch:
    - Fix multiple calls to signals of QNAM object (LP: #1564142)

 -- Dmitry Shachnev <mitya57@xxxxxxxxxx>  Tue, 12 Apr 2016 19:17:34
+0300

** Changed in: qtbase-opensource-src (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1564142

Title:
  Multiple calls to finished/error signals of QNAM object

Status in Canonical System Image:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu:
  Fix Released
Status in qtbase-opensource-src package in Ubuntu RTM:
  Fix Released

Bug description:
  Recently I've noticed that some odd issues where the
  QNetworkAccessManager API is being used to communicate with REST APIs
  in some of our code. I've tracked this down as far as it seems that
  the finished/error signals seem to get called multiple times,
  sometimes.

  This has resulted in bug #1552546 in ubuntuone-credentials. When
  logging in, if you enter the wrong password, it should show you an
  error message stating that either the email or password was incorrect.
  However, a generic network error message is being shown instead. When
  examining the logs, it seems that the correct error is sent, and then
  an invalid call to the finished signal was made, and a second error
  sent, resulting in the generic network error displayed to the user.
  This same issue happens when the 2FA code is required as well, and a
  network error message is displayed, rather than the 2FA required
  message.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1564142/+subscriptions


References