Subcode

Results 18 comments of Subcode

Hi steev, I think you're posting in the wrong repository as P4wnP1 has been moved. As it states in the readme: `Important The successor of P4wnP1 is called P4wnP1 A.L.O.A....

Figured it out, unsure if you need the entire file but the line from where it mutes is: ``` DEBUG:pychromecast.controllers:Received status: CastStatus(is_active_input=None, is_stand_by=None, volume_level=0.4000000059604645, volume_muted=True, app_id='CC1AD845', display_name='Default Media Receiver', namespaces=['urn:x-cast:com.google.cast.cac',...

The code i'm using is this: ```py def isAlarmRunning(): #check if alarm is running global chromecasts print("Alarm Check..") cast = chromecasts[0] cast.wait() mc = cast.media_controller #print(mc.status) if mc.status.player_state!="PLAYING" or mc.status.volume_muted!=False:...

That change has fixed the issue. I have also attached a log file. `DEBUG:pychromecast.discovery:add_service _googlecast._tcp.local., Google-Home-Mini-d7d96cfee1ef76fe22af0b6522177f87._googlecast._tcp.local. DEBUG:pychromecast.discovery:add_service _googlecast._tcp.local., Google-Home-94e23723ad456aac98c1fbc91aff6605._googlecast._tcp.local. DEBUG:pychromecast.discovery:add_service _googlecast._tcp.local., Google-Cast-Group-cb8a2f378f82484bbb3412fbf195ae91-1._googlecast._tcp.local. DEBUG:pychromecast.discovery:add_service _googlecast._tcp.local., Google-Home-94e23723ad456aac98c1fbc91aff6605._googlecast._tcp.local. DEBUG:pychromecast:Found chromecast 94e23723-ad45-6aac-98c1-fbc91aff6605 DEBUG:pychromecast:_get_chromecast_from_service {'Google-Home-94e23723ad456aac98c1fbc91aff6605._googlecast._tcp.local.'}...

I'm having the same issue as well, I tried syncing using bcoin first but it was also extremely slow.

I'm getting the same problem. Its related to this: https://stackoverflow.com/questions/66755676/ble-scanner-device-found-0 Either dont use AdvertisedDeviceCallbacks or use a different version of the library it looks like.

You cant use AdvertisedDeviceCallbacks and getCount at the same time. Either dont use getCount, or dont use the callback.

> We can close this issue, because we already talk about it in #11651 and btw sdxl 0.9 is available officially. You realise this topic is older and so the...

> This needs to be fixed in the upstream package. > > [JohnDoee/deluge-client#45](https://github.com/JohnDoee/deluge-client/pull/45) has been open since October. This might warrant a fork if not merged soon. Last update on...