-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
When started, chromecast_mpris mutes my Chromecast sometimes #7
Comments
Hi @logix2, thanks for including logs with your bug report. Can you provide the output of the following two commands? $ python3 --version
$ python3 -m pip show chromecast_mpris mpris_server PyGObject pydbus |
Sure:
|
Thanks, @logix2 As for the second bug, I've introduced an update to a AttributeError: 'NoneType' object has no attribute 'format_string' You can install it like so: $ python3 -m pip install mpris_server==0.2.17 Ignore the As for the first bug that causes muting, I'm having trouble reproducing it myself. If you run: $ python3 -m chromecast_mpris --log-level debug | tee > debug_log.txt and leave it running until you encounter the bug again, it might be able to tell us more about what's causing it. Desktops like Plasma or GNOME might trigger a pause or a mute command via D-Bus and MPRIS, for example when I shut my laptop's lid Plasma tells MPRIS devices to pause, which pauses my Chromecast. This bug might be related to that, as well. |
There's no version 0.2.17 though:
|
@logix2, sorry about that, I didn't push the update to PyPI. It's there now, though. If you're still getting |
When starting chromecast_mpris, it sometimes (most times, but not always) mutes my Chromecast. I also get this when I run it (but this is also shown when it doesn't mute my Chromecast, so it shouldn't be related, but I'll post it here anyway, in case it helps), but it doesn't prevent chromecast_mpris from working:
I'm using Ubuntu 20.10 with GNOME 3.38.2.
[[Edit]] One more thing: when casting something, e.g. YouTube, there's no volume slider in the Mpris Indicator Button I'm using on my GNOME Shell desktop. However, when I close the Chromecast application, the volume slider appears in Mpris Indicator Button, and it allows controlling the Chromecast volume with no issues.
The text was updated successfully, but these errors were encountered: