[GH-ISSUE #216] Probably harmless log / journal spam #307

Closed
opened 2026-05-22 22:58:29 +01:00 by JakeStanger · 1 comment
Owner

Originally created by @emersonrp on GitHub (Jun 12, 2025).
Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/216

version 1.8.0 from AUR; Manjaro Linux; Discord stable 407742 (f600845)

After every song change, in addition to the couple of lines I'd expect, I see several lines in "journalctl" that look like warnings of some kind. It's always the same six lines with precisely the same resource URLs being complained about, and always 2-3 seconds after the song change and initial log entries.

They don't seem to be causing any problem apart from being sorta spammy, but I thought I'd report it just in case it's something that could/should be cleaned up. No worries if not, or if I'm mistaken about it being mpd-discord-rpc's issue. Thanks!

Jun 11 19:52:50 mergatroid mpd-discord-rpc[2402]: 2025-06-11T23:52:50.302344Z  INFO mpd_discord_rpc: Detected change, updating status
Jun 11 19:52:50 mergatroid discord[2611]: 19:52:50.473 › [RPCServer:IPC] Socket Message: 5 [object Object]
Jun 11 19:52:50 mergatroid discord[2611]: 19:52:50.616 › [RPCServer:IPC] Socket Emit: 5 [object Object]
Jun 11 19:52:53 mergatroid discord[2611]: 19:52:53.709 › The resource https://discord.com/assets/189422196a4f8b53.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
Jun 11 19:52:53 mergatroid discord[2611]: 19:52:53.709 › The resource https://discord.com/assets/ce3b8055f5114434.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
Jun 11 19:52:53 mergatroid discord[2611]: 19:52:53.709 › The resource https://discord.com/assets/cb2006dbced0e246.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
Jun 11 19:52:53 mergatroid discord[2611]: 19:52:53.709 › The resource https://discord.com/assets/7a6a566c2e88a35d.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
Jun 11 19:52:53 mergatroid discord[2611]: 19:52:53.709 › The resource https://discord.com/assets/e52f0cba712e2fb4.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
Jun 11 19:52:53 mergatroid discord[2611]: 19:52:53.710 › The resource https://discord.com/assets/dd24010f3cf7def7.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.

Originally created by @emersonrp on GitHub (Jun 12, 2025). Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/216 version 1.8.0 from AUR; Manjaro Linux; Discord stable 407742 (f600845) After every song change, in addition to the couple of lines I'd expect, I see several lines in "journalctl" that look like warnings of some kind. It's always the same six lines with precisely the same resource URLs being complained about, and always 2-3 seconds after the song change and initial log entries. They don't seem to be causing any problem apart from being sorta spammy, but I thought I'd report it just in case it's something that could/should be cleaned up. No worries if not, or if I'm mistaken about it being mpd-discord-rpc's issue. Thanks! ``` Jun 11 19:52:50 mergatroid mpd-discord-rpc[2402]: 2025-06-11T23:52:50.302344Z INFO mpd_discord_rpc: Detected change, updating status Jun 11 19:52:50 mergatroid discord[2611]: 19:52:50.473 › [RPCServer:IPC] Socket Message: 5 [object Object] Jun 11 19:52:50 mergatroid discord[2611]: 19:52:50.616 › [RPCServer:IPC] Socket Emit: 5 [object Object] Jun 11 19:52:53 mergatroid discord[2611]: 19:52:53.709 › The resource https://discord.com/assets/189422196a4f8b53.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. Jun 11 19:52:53 mergatroid discord[2611]: 19:52:53.709 › The resource https://discord.com/assets/ce3b8055f5114434.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. Jun 11 19:52:53 mergatroid discord[2611]: 19:52:53.709 › The resource https://discord.com/assets/cb2006dbced0e246.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. Jun 11 19:52:53 mergatroid discord[2611]: 19:52:53.709 › The resource https://discord.com/assets/7a6a566c2e88a35d.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. Jun 11 19:52:53 mergatroid discord[2611]: 19:52:53.709 › The resource https://discord.com/assets/e52f0cba712e2fb4.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. Jun 11 19:52:53 mergatroid discord[2611]: 19:52:53.710 › The resource https://discord.com/assets/dd24010f3cf7def7.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. ```
Author
Owner

@JakeStanger commented on GitHub (Jun 22, 2025):

That looks like it's coming from the Discord client, something to do with loading fonts. It's not related to mpd-discord-rpc for sure, and I suspect you don't need to worry about it. Cheers for reporting though.

<!-- gh-comment-id:2994221892 --> @JakeStanger commented on GitHub (Jun 22, 2025): That looks like it's coming from the Discord client, something to do with loading fonts. It's not related to mpd-discord-rpc for sure, and I suspect you don't need to worry about it. Cheers for reporting though.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/mpd-discord-rpc#307
No description provided.