"GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.NoConnection: Host accounts.google.com not found" while network available
Bug #1349983 reported by
Lucio Torre
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
signon (Ubuntu) |
Confirmed
|
High
|
Alberto Mardegan |
Bug Description
While calling signon_
2014/07/28 19:26:05 Account 2 failed to authenticate: GDBus.Error:
But network was available. Error was not transient as this call was repeated every 5 minutes for a long time and network on the phone was available (tested browser and scopes).
Tested on:
$ system-image-cli -i
current build number: 154
device name: mako
channel: ubuntu-
alias: ubuntu-
last update: 2014-07-28 15:59:27
version version: 154
version ubuntu: 20140728
version device: 20140725.1
Changed in signon (Ubuntu): | |
importance: | Undecided → High |
status: | New → Incomplete |
tags: | added: rtm14 |
Changed in signon (Ubuntu): | |
assignee: | nobody → Alberto Mardegan (mardy) |
tags: | added: touch-2014-09-25 |
To post a comment you must log in.
Quick feedback on the error.
1st it appears as a network error. Either because a DNS lookup failed (accounts. google. com) or because somehow the plugin checked some erroneous NetworkManager API telling it the network was done.
It seems you end up on line 163 in base-plugin.cpp of the OAuth2 module: bazaar. launchpad. net/~online- accounts/ signon- plugin- oauth2/ trunk/view/ head:/src/ base-plugin. cpp#L163
http://
And that could be due to that NetworkManager interface getting confused.
Can you verify with the nm tools and see what NM reports?