Error logs (kernel and gnome-shell) #3063
Labels
No labels
awaiting-reply
breaking changes
bug
cannot-reproduce
dependencies
documentation
duplicate
electron-issue
enhancement
fix-available
good first issue
help wanted
invalid
javascript
need more information
need rebase
official-youtube-music-issue
plugin request
question
release
security
stale
Status: blocked
typo
wontfix
ytmd-issue
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: YTMD/youtube-music#3063
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello, I use Arch Linux with GNOME (Wayland), and I've noticed that when opening (or using) the app "youtube-music-bin", the AppIndicator extension continuously logs messages.
I haven't seen any impact on functionality, but I'd like to understand why the log gets flooded.
Thanks in advance!
please format your message using markdown
https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks
Done 👍️
Can you try enabling the 'Shortcuts (MPRIS)' plugin?
Yes, and no changes. I just added some kernel-level logs that I hadn't noticed before. ☝️☝️☝️
from the stack trace it looks like an issue with your "appindicator" trying to retrieve some D-Bus property every N-seconds and failing.
I looked into their repo and found this issue
https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/534
Which was already fixed on master by this commit (it just ignores the error instead of spamming it)
b1db0b6836
If you follow the stack trace using master as reference you'll see that those errors in
appIndicator.js:190:51
andappIndicator.js:192:32
should NOT happen anymore, since the commit introduced a check to catch it and ignore the error.TLDR: Try using appindicator's master version.
It doesn't look like an issue with youtube-music, I think this can be closed.
If somehow master still doesn't work, go to this issue
https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/551
(it's probably a duplicate of 534 though, as another user in there already pointed it out)
You may be right, because I installed another extension for that purpose (status icon) and those particular logs no longer appear. We'll see what others think and if necessary, I'll close the case. Thanks