Closed
Bug 1025300
Opened 11 years ago
Closed 11 years ago
FxOS v2.0 fails to login to Firefox accounts more than half of the time
Categories
(Firefox OS Graveyard :: FxA, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.0 S4 (20june)
People
(Reporter: diego, Unassigned)
Details
Attachments
(1 file)
|
19.04 KB,
text/plain
|
Details |
I have been having trouble logging into Firefox Accounts in FxOS v2.0.
STR:
1. Go to settings -> Firefox Accounts
2. Tap on "create or sign in"
3. Enter existing verified account.
Result: the load screen lingers for half a minute then the age verification screen appears. Even though the account is already verified. I see some FirefoxAccounts errors in logcat which I attached.
| Reporter | ||
Comment 1•11 years ago
|
||
No-Jun,
Jared suggested I contact you to maybe try to reproduce this.
Flags: needinfo?(npark)
Comment 2•11 years ago
|
||
Refiling under gaia fxa component.
Diego, what kind of device are you using? What gecko/gaia build?
Component: FxAccounts → FxA
Flags: needinfo?(dwilson)
Product: Core → Firefox OS
Target Milestone: --- → 2.0 S4 (20june)
Comment 3•11 years ago
|
||
Hi, I'm using today's nightly build (2.0 Branch) on flame device, and I can't repro this using multiple verified accounts. Perhaps the bug may be about the creation of the account that you were trying to use. Did you try more than one verified account while reproducing this case?
Gaia a6988c15b361938bea5976c846c147ecdc1121c0
Gecko https://hg.mozilla.org/releases/mozilla-aurora/rev/52a276202888
BuildID 20140616000203
Version 32.0a2
Flags: needinfo?(npark)
Comment 4•11 years ago
|
||
Hey Diego - Can you still reproduce this bug? If so, it'd be great to get your gaia and gecko versions, as no-jun appended in the previous comment.
Anyway, about this line in the logcat:
I/Gecko ( 256): 76691793 FirefoxAccounts ERROR error POSTing /account/login: {"error":{},"message":null,"code":null,"errno":null}
This is funny. Normally, when a user enters an email, gecko calls /account/login to see if the account exists. The nulls are weird, though. They shouldn't be there.
I suspect this is a gecko bug, if anything. Maybe Sam has ideas around how to debug further, assuming this is still reproducible?
Flags: needinfo?(spenrose)
Comment 5•11 years ago
|
||
Jared I would rephrase your question this way: "if you can supply Sam with STR, he can debug in Gecko." These lines from the log:
I/Gecko ( 256): 76691793 FirefoxAccounts ERROR error POSTing /account/login: {"error":{},"message":null,"code":null,"errno":null}
I/Gecko ( 256): 76691795 FirefoxAccounts ERROR SERVER_ERROR
mean "services/fxaccounts/FxAccountsClient.jsm tried to make an HTTP POST to /account/login and failed somewhere inside the HTTP libs". I suspect we have either a non-FxA Gecko issue or a network connection problem. We could consider this a bug against handling random HTTP breakdowns. Without STR even if the root cause is at the FxA/HTTP junction in such a way that I could address it, I won't be able to.
Flags: needinfo?(spenrose)
| Reporter | ||
Comment 6•11 years ago
|
||
OK, I haven't been able to reproduce it Today. I'll close it for now and reopen if it resurfaces. Hopefully it was a temporary network prob. Thanks for the suggestions!
Flags: needinfo?(dwilson)
| Reporter | ||
Updated•11 years ago
|
Status: NEW → UNCONFIRMED
Ever confirmed: false
| Reporter | ||
Comment 7•11 years ago
|
||
Just as a side note. If this was indeed a networking issue, then there should be an error message. At least I'm pretty sure it shouldn't go into age verification for existing accounts.
Comment 8•11 years ago
|
||
Sounds great, Diego. Thanks for following up.
Hi Jared,
Would you confirm what the status is on this bug. Sheila and I are double checking status and trying to clean up anything that is outstanding.
Cheers,
Tauni
Flags: needinfo?(6a68)
Comment 10•11 years ago
|
||
Hey Tauni - This bug was set as unconfirmed, it hasn't been reproduced since the initial report, we are fine to ignore it. It's basically the same thing as closed.
Flags: needinfo?(6a68)
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•