New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 660469 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 380937
Owner:
Closed: Oct 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Cannot Update Cellular Network Properties, `chrome.networkingPrivate.setProperties( ... )`

Reported by rob...@rbutler.us, Oct 28 2016

Issue description

Chrome Version       : 54.0.2840.79 beta (64-bit)

(Google Chrome OS)

What steps will reproduce the problem?
(1) Open network settings, 
(2) select a mobile data network,
(3) select "Other..." for `Access point name,`
(4) enter a value and press save. 

What is the expected result?
The mobile data connection should save that configuration and attempt to connect with the prescribed settings. 


What happens instead?
The settings are initially shown on the select/drop-down menu, but an error in console reports that the save is unsuccessful and attempting to connect and then re-opening the network settings window shows that the settings have been discarded and presumable were not used to connect. 

Please provide any additional information below. Attach a screenshot if
possible.

The console error is as follows:

Unchecked runtime.lastError while running networkingPrivate.setProperties: UnknownNetwork

I tried to debug a bit and run through the process manually with the same result:

(1) chrome.networkingPrivate.getNetworks( ... ) to get the GUID for the cellular interface
(2) chrome.networkingPrivate.getProperties( [GUID], ... ) to review the properties for the connection
(3) Storing and modifying the properties for the connection, {"Cellular": {"APNList": [ ... , {"AccessPointName": "..."}]}}
(4) chrome.networkingPrivate.setProperties( [GUID], [ModifiedProperties] )

The output from the last command is the same as when using the UI to run the process, error `Unchecked runtime.lastError while running networkingPrivate.setProperties: UnknownNetwork`
 
Labels: OS-Chrome

Comment 2 by twreid@chromium.org, Jan 31 2017

Components: UI>Settings
Status: Untriaged (was: Unconfirmed)
Components: Internals>Network
Labels: -Pri-3 Pri-2
Owner: steve...@chromium.org
Status: Assigned (was: Untriaged)
Could you file a feedback report after the attempt and reference stevenjb@google.com in the report?

I suspect that one or more of the values are not being recognized for some reason. The feedback report will include the contents of chrome://device-log which may help with debugging.

Cc: steve...@chromium.org rob...@rbutler.us
Labels: Needs-Feedback
Network bug triager here.  Friendly ping, can you respond to comment #4?

Comment 7 by rch@chromium.org, Mar 23 2017

Components: -Internals>Network
Mergedinto: 380937
Status: Duplicate (was: Assigned)
This should be improved with the new config UI (avaialable with --network-settings-config).

Sign in to add a comment