Closed
Bug 707583
Opened 13 years ago
Closed 13 years ago
Unable to create a BrowserID account : java.lang.Exception [Unauthorized POST]
Categories
(Web Apps :: Soup, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: aaronmt, Assigned: Harald)
References
Details
W/DefaultRequestDirector( 1073): Authentication error: Unable to respond to any of these challenges: {}
W/SoupClient( 1073): Could not execute request
W/SoupClient( 1073): java.lang.Exception: Unexpected server response HTTP/1.1 401 Unauthorized for POST https://myapps.mozillalabs.com/verify HTTP/1.1
W/SoupClient( 1073): at org.mozilla.labs.Soup.service.SoupClient.execute(SoupClient.java:139)
W/SoupClient( 1073): at org.mozilla.labs.Soup.service.SoupClient.executePost(SoupClient.java:98)
W/SoupClient( 1073): at org.mozilla.labs.Soup.service.SoupClient.authorize(SoupClient.java:283)
W/SoupClient( 1073): at org.mozilla.labs.Soup.service.SyncService.onHandleIntent(SyncService.java:110)
W/SoupClient( 1073): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:59)
W/SoupClient( 1073): at android.os.Handler.dispatchMessage(Handler.java:99)
W/SoupClient( 1073): at android.os.Looper.loop(Looper.java:130)
W/SoupClient( 1073): at android.os.HandlerThread.run(HandlerThread.java:60)
D/SoupClient( 1073): Authenticate for https://myapps.mozillalabs.com
STR: Launch 'Soup Apps', in the BrowserID popup tap learn more.
--
Samsung Nexus S (Android 2.3.6)
origin/HEAD 417514daee3b987b6ec167cebe568e1efc8c8ca0
Reporter | ||
Comment 1•13 years ago
|
||
It also tries to Sync nothing bypassing the BrowserID sign-in.
D/SyncService( 1073): List: null
E/SyncService( 1073): Sync unsuccessful
E/SyncService( 1073): java.lang.Exception: Empty server response
E/SyncService( 1073): at org.mozilla.labs.Soup.service.SyncService.onHandleIntent(SyncService.java:119)
E/SyncService( 1073): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:59)
E/SyncService( 1073): at android.os.Handler.dispatchMessage(Handler.java:99)
E/SyncService( 1073): at android.os.Looper.loop(Looper.java:130)
E/SyncService( 1073): at android.os.HandlerThread.run(HandlerThread.java:60)
Reporter | ||
Updated•13 years ago
|
Priority: -- → P1
Reporter | ||
Comment 2•13 years ago
|
||
In the Soup Store, tapping Learn More yields a kickback to the "Log in with BrowserID" button.
E/Web Console( 1073): Uncaught illegal access at https://browserid.org/include.js:37
I/Web Console( 1073): getVerifiedEmail cleaned postMessage setInterval at undefined:4969
D/MozIdPlugin( 1073): Called postVerify: ["https:\/\/apps-preview-dev.allizom.org",null]
Assignee | ||
Comment 3•13 years ago
|
||
Added fix for current browserid codebase.
This does not fix the Learn More behavior, we need to agree on how to handle those flows (open the stock browser?).
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•13 years ago
|
||
Verified Fixed w/exception from comment #3
origin/HEAD 5e17ba
Samsung Galaxy SII (Android 2.3.4)
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•