New issue
Advanced search Search tips

Issue 856370 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jun 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

list_proxies emits errors

Project Member Reported by satorux@chromium.org, Jun 25 2018

Issue description

OS Version: 10814.0.0_eve-arcnext

What steps will reproduce the problem?
1. Run the following command

  list_proxies https://www.google.com/


What is the expected result?

list_proxies does not emit errors:


What happens instead of that?

[INFO:list_proxies.cc(54)] Resolving proxies for URL: https://www.google.com/
[ERROR:object_proxy.cc(582)] Failed to call method: org.chromium.NetworkProxyServiceInterface.ResolveProxy: object_path= /org/chromium/NetworkProxyService: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.NetworkProxyService was not provided by any .service files
[ERROR:http_proxy.cc(27)] org.chromium.NetworkProxyService D-Bus call to ResolveProxy failed
[ERROR:list_proxies.cc(60)] Error resolving proxies
[INFO:list_proxies.cc(61)] Assuming direct proxy
direct://


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

I noticed this with the "10814.0.0_eve-arcnext" image (latest eve-arcnext canary as of yesterday)
derat@, could this be related to your recent LibCrosService removal?


 

Comment 1 by derat@chromium.org, Jun 25 2018

Cc: jorgelo@chromium.org
That's odd; it works for me on a slightly-less-recent caroline ToT device (10805.0.0):

# list_proxies https://www.google.com/
[INFO:list_proxies.cc(54)] Resolving proxies for URL: https://www.google.com/
[INFO:list_proxies.cc(33)] Got proxies: direct://
direct://

The service and method name in your error messages look correct to me. Is Chrome running on the device?

Comment 2 by vapier@chromium.org, Jun 25 2018

to be clear, Chrome is up & running on your system right ?  if Chrome is dead (e.g. `stop ui`), then it's entirely expected (currently) that you'd see those failures and they are not (unfortunately) a bug.
Status: WontFix (was: Assigned)
Good point! I noticed this in a frecon terminal (Ctrl-Alt-F2) when trying to upload crash reports manually for chrome crashes (FWIW b/110331251).

I just tried again when Chrome was running, and list_proxies just worked. 

Sign in to add a comment