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

Issue 664154 link

Starred by 4 users

Issue metadata

Status: Duplicate
Merged: issue 664595
Owner:
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

Failed to locate a binder for interface: media::mojom::RemoterFactory

Project Member Reported by mkwst@chromium.org, Nov 10 2016

Issue description

The following is dumped to stderr when loading content_shell on Linux (to run layout tests, for instance):

```
Failed to locate a binder for interface: media::mojom::RemoterFactory requested by: service:content_renderer exposed by: service:content_browser via InterfaceProviderSpec "navigation:frame".

InterfaceRegistry(navigation:frame):
Owned by:
  service:content_browser@ run as: 245da970-bd67-4f00-814b-bed6b0dc4ac4

  Providing:
    capability: renderer containing interfaces:
      autofill::mojom::AutofillDriver
      autofill::mojom::PasswordManagerDriver
      blink::mojom::MediaSessionService
      blink::mojom::PaymentRequest
      blink::mojom::PermissionService
      blink::mojom::PresentationService
      blink::mojom::SensitiveInputVisibilityService
      blink::mojom::ShapeDetection
      blink::mojom::WebBluetoothService
      blink::mojom::WebSocket
      content::mojom::BrowserTarget
      device::VRService
      device::VibrationManager
      device::mojom::GeolocationService
      device::mojom::SensorProvider
      device::mojom::WakeLockService
      device::nfc::mojom::NFC
      device::usb::DeviceManager
      media::mojom::InterfaceFactory
      media::mojom::RemoterFactory
      media::mojom::Renderer
      mojom::MediaDevicesDispatcherHost

  Requiring:
    From: service:content_renderer:
      browser

Bound to:
  service:content_renderer@3_1 run as: 245da970-bd67-4f00-814b-bed6b0dc4ac4

  Providing:
    capability: browser containing interfaces:
      blink::mojom::AppBannerController
      content::mojom::ImageDownloader
      mojom::MediaDevicesListener

  Requiring:
    From: service:content_browser:
      renderer

Binders registered for:
 * blink::mojom::MediaSessionService
 * blink::mojom::PermissionService
 * blink::mojom::PresentationService
 * blink::mojom::WebBluetoothService
 * blink::mojom::WebSocket
 * device::VibrationManager
 * device::mojom::GeolocationService
 * device::mojom::WakeLockService
 * media::mojom::InterfaceFactory
 * mojom::MediaDevicesDispatcherHost

 * - denotes an interface exposed to remote per policy.
```

Perhaps someone interested in media::mojo can take a look?
 

Comment 1 by mkwst@chromium.org, Nov 10 2016

Cc: ben@chromium.org
ben@: Would you accept a patch turning that `LOG()` into a `DLOG()`? It's pretty disruptive. :)
Cc: m...@chromium.org eseckler@chromium.org
Labels: -Pri-3 Pri-2
FYI, we're also seeing this in headless - probably the same for all other non-chrome embedders of content/.

Comment 3 by dcheng@chromium.org, Nov 15 2016

Cc: -m...@chromium.org x...@chromium.org
Components: Internals>Cast
Owner: m...@chromium.org
Status: Assigned (was: Available)
Making it a DLOG might not be a bad idea, but it won't help the bot spam

Comment 4 by m...@chromium.org, Nov 15 2016

Mergedinto: 664595
Status: Duplicate (was: Assigned)

Sign in to add a comment