New issue
Advanced search Search tips

Issue 593834 link

Starred by 2 users

Issue metadata

Status: Archived
Owner: ----
Closed: Mar 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

chrome.identity.getProfileUserInfo returns blank email

Reported by chu...@richland2.org, Mar 10 2016

Issue description

UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36
Platform: 7647.84.0 (Official Build) stable-channel candy

Steps to reproduce the problem:
1. Unable to reproduce issue on demand.
2. On a machine that is failing, logging out of chrome os and back in seems to resolve the issue.

What is the expected behavior?
Should return the email address of the logged in user.

What went wrong?
While everything works correctly most of the time, we are seeing very sporadic issues where a null is returned instead.  We have tried to reproduce the issue on demand, but have not been able to do so.  Once the issue occurs, the only fix has been to have the user logout and back in.

Did this work before? N/A 

Chrome version: 48.0.2564.116  Channel: stable
OS Version: 48.0.2564.116
Flash Version: Shockwave Flash 21.0 r0

manifest includes proper permissions (identity and identity.email)

command we are using is:

		chrome.identity.getProfileUserInfo(function(result) {
  console.log('Found profile user '+result.email);
});
 
Components: -Blink Platform>Extensions>API
Although we are unable to reproduce the issue on demand, we are able to locate systems that are experiencing the problem.  Are there any logs we could collect that would help find the source of the problem?
Project Member

Comment 3 by sheriffbot@chromium.org, Mar 16 2017

Status: Archived (was: Unconfirmed)
Issue has not been modified or commented on in the last 365 days, please re-open or file a new bug if this is still an issue.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment