pymusiccast icon indicating copy to clipboard operation
pymusiccast copied to clipboard

musicast service not found error

Open shan3princ3 opened this issue 3 years ago • 8 comments

Hi , i have installed your plugin however when i try to join 2 musiccast devices via mini music player card i keep on getting an error stating that " Failed to call service_yamaha_musicast/join.Service not found"

Can you assist

shan3princ3 avatar Aug 23 '20 11:08 shan3princ3

From README

At media_server component you have to add the following entry for each media player you want to add

- platform: musiccast_yamaha
  host: `your.speaker.ip.address`
  port: 5009

Add your device as musiccast_yamaha and not yamaha_musiccast.

ppanagiotis avatar Aug 23 '20 12:08 ppanagiotis

Hi I have the following configured in config.yaml file however i am still receiving the error media_player:

  • platform: musiccast_yamaha host: !secret office_yamaha port: 5004
  • platform: musiccast_yamaha host: !secret living_room_yamaha port: 5005

shan3princ3 avatar Aug 23 '20 12:08 shan3princ3

Did you install the component through hacs? Did you restart home assistant after that? From the error it looks like you are using the old component.

ppanagiotis avatar Aug 23 '20 12:08 ppanagiotis

Yes i installed through HACS. The current version of the component is V0.3

shan3princ3 avatar Aug 23 '20 13:08 shan3princ3

Hi Any idea what else i can check to get this working.

shan3princ3 avatar Aug 31 '20 00:08 shan3princ3

I have the same issue, installed through hacs, restarted, mini-media-player works, and controls playback on the registered devices, but the service doesn't appear to exist (doesn't show in dev tools either)

Spinningbull avatar Dec 31 '20 04:12 Spinningbull

same error here.... Fehler beim Aufrufen des Diensts script/1609261129972. required key not provided @ data['master']

ok -- works -- user error-- forgot to define master...

terriblefox avatar Jan 04 '21 12:01 terriblefox

Figured my issue out - dumb user problem. I had yamaha_musiccast not musiccast_yamaha in my configuration.yaml. switched it and all works now.

Spinningbull avatar Jan 04 '21 12:01 Spinningbull