-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i can't search any Chromecast #21
Comments
This is because this changed in the latest version of pyChromecast. If you checkout the branch 'develop', run the script, finish the configuration steps and checkout 'master' again, you will have this working. Another solution is to downgrade the pyChromecast version. Of course, as this is present in the develop branch, this will be fixed in the future, when I finish working in the upcoming version. |
@battleclem Any news about this? |
I tried your suggestion switching to dev, this results okay, no errors and finding the chromecast(s). After switching to master branch the results: rotating circles on the mirror screen. I assume the module is searching but not finding the chromecast(s) |
-----Original Message-----
From: "Fernando"<[email protected]>
To: "ferferga/MMM-GoogleCast"<[email protected]>;
Cc: "battleclem"<[email protected]>; "Mention"<[email protected]>;
Sent: 2020-07-30 (목) 00:09:37 (GMT+09:00)
Subject: Re: [ferferga/MMM-GoogleCast] i can't search any Chromecast~ (#21)
@battleclem Any news about this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I got the same issue.. pivot between develop & master doesn't solve it. What it does solve it is downgrade pyChromecast... to which version? after few tries everything work with pyChromecast v6.0.0 on master branch. This will solve it then:
I recommend to add |
Solved my problem, thank you |
Hello, same problem like @battleclem , the AttributeError: 'list' object has no attribute 'device', @ferferga does the module is still maintained please? It doesnt work with last version 9.1.2, i try 6.0.0, 7.0.1, 8.0.0 without no luck. Thanks |
@Electronlibre2012 I maintain most of my repos, just don't have the same motivation for all of them all the time so sometimes stuff take a while :). But I plan an update for this module, just too busy with life right now :) Can you please try with pyChromecast 4.1.0? |
Hello everyone No idea if that module will be actively supported or if it is "end of life". raspberry@raspberry:~/MagicMirror $ python3 GetChromecasts.py Scanning Google Cast devices inside your network... The JBL Playlist (old speaker with had an internal chromecast was / is not a speaker which was activlely in useanymore.
I changed the settings / changed devices (with ID from your script) but every time its only loading status inside my magicmirror. Thanks for your feedback and help raspberry@raspberry: |
I found and resetted / deleted the old JBL Chromecast speaker at home. |
`>>> %Run GetChromecasts.py
Scanning Google Cast devices inside your network...
DEVICE 0
Traceback (most recent call last):
File "/home/pi/MagicMirror/modules/MMM-GoogleCast/GetChromecasts.py", line 8, in
print("Name: " + cc.device.friendly_name)
AttributeError: 'list' object has no attribute 'device'
i restarted my RPi and reinstalled the module and it still can't find my Chrome serise...
same network, just works fine with my phone to cast any music or etc...
The text was updated successfully, but these errors were encountered: