-
Notifications
You must be signed in to change notification settings - Fork 380
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
cast.reboot() does not work #375
Comments
Wouldn't be surprised if that API has been removed. It's an older one. |
Well elsewhere I've seen research that shows that it seems to need an auth token now, and tried it a bit myself: See this issue/comment: rithvikvibhu/GHLocalApi#39 (comment)
But shouldn't pychromecast throw an error if it receives a 401? |
It seems that reboot doesn't work at all with the new get_chromecast_from_service usage. Host is always None and therefore it can't connect to the device. |
@emontnemery we should remove that function. With the recent cast changes we are unable to reboot anyway. |
Yeah, I'll remove it. |
I tried a variant of the sample code from the README to see if I could reboot a Google Home Mini. Nothing happens when I call reboot() even after waiting several minutes. It still responds to volume commands immediately after calling reboot() too so I am pretty sure it's not rebooting. (it normally has a light and sound pattern that clearly indicates a reboot)
The Home Mini is on firmware 1.46.195690
The text was updated successfully, but these errors were encountered: