friends-dispatcher crashed with friends.errors.AuthorizationError in _login_cb(): GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.UserInteraction: userActionFinished error: 10 (account: 1)

Bug #1135038 reported by David Baucum
104
This bug affects 24 people
Affects Status Importance Assigned to Milestone
Online Accounts: Sign-on UI
Fix Released
High
Alberto Mardegan
friends (Ubuntu)
Fix Released
Medium
Robert Bruce Park

Bug Description

This crash came up right after booting up my laptop.

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: friends-dispatcher 0.1.1bzr13.02.25-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-8.17-generic 3.8.0
Uname: Linux 3.8.0-8-generic i686
ApportVersion: 2.8-0ubuntu4
Architecture: i386
Date: Wed Feb 27 20:09:36 2013
ExecutablePath: /usr/bin/friends-dispatcher
InstallationDate: Installed on 2012-10-25 (125 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2)
InterpreterPath: /usr/bin/python3.3
MarkForUpload: True
PackageArchitecture: all
ProcCmdline: /usr/bin/python3 /usr/bin/friends-dispatcher -o
ProcEnviron:
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=<set>
 PATH=(custom, no user)
 LANG=en_US.UTF-8
PythonArgs: ['/usr/bin/friends-dispatcher', '-o']
SourcePackage: friends
Title: friends-dispatcher crashed with friends.errors.AuthorizationError in _login_cb(): GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.UserInteraction: userActionFinished error: 10 (account: 1)
Traceback:
 Traceback (most recent call last):
   File "/usr/lib/python3/dist-packages/friends/utils/authentication.py", line 69, in _login_cb
     raise AuthorizationError(self.account.id, error.message)
 friends.errors.AuthorizationError: GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.UserInteraction: userActionFinished error: 10 (account: 1)
UpgradeStatus: Upgraded to raring on 2013-02-22 (5 days ago)
UserGroups: adm cdrom dip fuse lpadmin plugdev sambashare sudo

Related branches

Revision history for this message
David Baucum (maxolasersquad) wrote :
tags: removed: need-duplicate-check
Changed in friends (Ubuntu):
importance: Undecided → Medium
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in friends (Ubuntu):
status: New → Confirmed
Changed in friends (Ubuntu):
assignee: nobody → Robert Bruce Park (robru)
Revision history for this message
Robert Bruce Park (robru) wrote :

This bug actually comes from accounts-sso, so I'm assigning to mardy for now. Hopefully he can give us some insight (I also saw this crasher on my system).

Changed in friends (Ubuntu):
assignee: Robert Bruce Park (robru) → Alberto Mardegan (mardy)
information type: Private → Public
Revision history for this message
Robert Bruce Park (robru) wrote :

mardy says to set LoggingLevel to 2 in /etc/signond.conf, which i've done. Now I'm just waiting to be able to reproduce this, then I'll post my syslog results here.

Changed in libaccounts-glib:
assignee: nobody → Alberto Mardegan (mardy)
Changed in friends (Ubuntu):
assignee: Alberto Mardegan (mardy) → Robert Bruce Park (robru)
Revision history for this message
Alberto Mardegan (mardy) wrote :

One of the symptoms of this bug which some users have reported in IRC is that a OSD notification prompting the user to re-authenticate an account appears (and this is correct), but then when the System Settings UOA panel is opened, no accounts are marked as needing authentication.
This is a regression caused by the introduction of the inactivity timer in signon-ui: indeed, the process should not quit if some accounts need to be re-authenticated. I'll fix that.

affects: libaccounts-glib → signon-ui
Changed in signon-ui:
importance: Undecided → High
status: New → In Progress
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

Fix committed into lp:signon-ui at revision 78, scheduled for release in signon-ui, milestone 0.12

Changed in signon-ui:
status: In Progress → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package friends - 0.1.3daily13.03.20-0ubuntu1

---------------
friends (0.1.3daily13.03.20-0ubuntu1) raring; urgency=low

  [ Robert Bruce Park ]
  * Keep the Dispatcher alive for 30s beyond the return of the final
    method invocation.
  * Stop deduplicating messages across protocols, simplifying model
    schema (LP: #1156941)
  * Add schema columns for latitude, longitude, and location name.
  * Fix 'likes' column from gdouble to guint64.
  * Add geotagging support from foursquare, facebook, flickr.
  * Implement since= for Facebook, reducing bandwidth usage.
  * Automatically prepend the required @mention to Twitter
    replies (LP: #1156829)
  * Automatically linkify URLs that get published to the model.
  * Fix the publishing of Facebook Stories (LP: #1155785)

  [ Ken VanDine ]
  * [FFe] replace gwibber-service with Friends (LP: #1156979)
  * friends-dispatcher crashed with friends.errors.AuthorizationError in
    _login_cb():
    GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.UserInter
    action: userActionFinished error: 10 (account: 1) (LP: #1135038)

  [ Robert Bruce Park <email address hidden>, Ken VanDine ]
  * [FFe] replace gwibber-service with Friends (LP: #1156979)
  * friends-dispatcher crashed with friends.errors.AuthorizationError in
    _login_cb():
    GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.UserInter
    action: userActionFinished error: 10 (account: 1) (LP: #1135038)

  [ Robert Bruce Park ]
  * friends-dispatcher crashed with friends.errors.AuthorizationError in
    _login_cb():
    GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.UserInter
    action: userActionFinished error: 10 (account: 1) (LP: #1135038)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 164
 -- Ubuntu daily release <email address hidden> Wed, 20 Mar 2013 14:30:42 +0000

Changed in friends (Ubuntu):
status: Confirmed → Fix Released
Alberto Mardegan (mardy)
Changed in signon-ui:
status: Fix Committed → Fix Released
Revision history for this message
userDepth (binarydepth) wrote :

Crash encountered in friends 0.1.3daily13.04.05-0ubuntu1

Revision history for this message
Robert Bruce Park (robru) wrote :

@cehcoimg, are you sure that it was this crash? I really don't see how that could be possible (friends-dispatcher explicitly no longer raises this exception any longer). Can you check the traceback and perhaps file a new bug?

Revision history for this message
Julien (julienmbpe) wrote :

Encounter this error message while logging to my session (auto-login). Apport says the bug is already refferenced and open this report with Firefox.

Revision history for this message
downward (invisioslice) wrote :

Same problem with Evolution calendar: GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.UserInteraction: userActionFinished error: 10 or could be another bug report???

Revision history for this message
William (banasura) wrote :

I have the same problem with Evolution too: GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.UserInteraction: userActionFinished error: 10
What can we do ?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.