Skip to content
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

mpris when no player is active generates errors in logs #2312

Open
oniGino opened this issue Jul 14, 2023 · 5 comments
Open

mpris when no player is active generates errors in logs #2312

oniGino opened this issue Jul 14, 2023 · 5 comments

Comments

@oniGino
Copy link

oniGino commented Jul 14, 2023

When no player is currently active allot of log noise is generated

(waybar:5688): playerctl-WARNING **: 22:56:30.449: Spotify does not use the D-Bus property cache, getting properties directly

(waybar:5688): playerctl-WARNING **: 22:56:30.449: Spotify does not use the D-Bus property cache, getting properties directly

(waybar:5688): playerctl-WARNING **: 22:56:30.449: Spotify does not use the D-Bus property cache, getting properties directly

(waybar:5688): playerctl-WARNING **: 22:56:30.450: Spotify does not use the D-Bus property cache, getting properties directly
[2023-07-13 22:56:30.450] [error] mpris[playerctld]: GDBus.Error:com.github.altdesktop.playerctld.NoActivePlayer: No player is being controlled by playerctld

repeating every few seconds

@BijanRegmi
Copy link

image
Same issue. the error keeps repeating

@MithicSpirit
Copy link

MithicSpirit commented Sep 13, 2023

I also have this issue. I suspect that it is logged on this line:

spdlog::error("mpris[{}]: {}", info.name, error->message);

@noahfraiture
Copy link

Is there any news ? I also have this problem and I'm afraid of battery impact

@MithicSpirit
Copy link

Is there any news ? I also have this problem and I'm afraid of battery impact

Since it's just logging, I doubt it has a significant impact on energy usage.

@robertgzr
Copy link
Contributor

should be fixed by #2622

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants