music_directory method on Client connected via unix socket fails with proto(NotOk)
client.music_directory() = Err(
Proto(
NotOk,
),
)
I was able to look into the issue and found out that this method calls config command first and then calls read_pair in that read_pair it tries to check for protocol status (expecting for OK), but config command return even more configs like playlists dir and etc, thus it interprets it as failure, eventhough OK is present after that line
music_directorymethod on Client connected via unix socket fails with proto(NotOk)I was able to look into the issue and found out that this method calls
configcommand first and then callsread_pairin thatread_pairit tries to check for protocol status (expecting forOK), butconfigcommand return even more configs like playlists dir and etc, thus it interprets it as failure, eventhoughOKis present after that line