Closed barrelltitor closed 5 months ago
grfe is a command in SlimProto that the server (usually LMS but in this case Music-Assistant) uses to give the player some graphics to display. But Squeezelite does not have a display ... so I guess it is not implemented and therefore it logs a unhandled request. Not checked ... but perhaps one of the CAPAbilities offered by the players is whether or not they have a screen and the server should not send the graphics if the player has said it does not support it.
Thanks, makes sense. Looks like they are implementing a feature for display support, so that is probably where it comes from.
Can it actually cause any issues, or if I just disable logging for my container I should be good?
Just had a very quick search of LMS code and looks like grfe is sent based on player type not on player specifically saying it supports it. So maybe music-assistant test should be on reported type.
Resolved.
Hey! I'm using squeezelite on a Raspberry Pi 4B+ in a docker container from here
When squeezelite starts, there's a lot of spam with unhandled grfe. I haven't found anything online about this.
As you can see by the log line, this happens thousands of times. Squeezelite does work fine though, so I'm not sure what the actual issue is.
The warning seems to come from here
debug logs:
sdebug logs:
I am using it with music-assistant The developer of music-assistant mentioned this is a harmless warning, and it seems to be true as squeezelite works just fine, but what is the warning and why does it appear so many times? Is there anything I could do to remove it or should I just turn logging off?