I'm having the following error when compiling muse with go version go1.25.7 X:nodwarf5 linux/amd64 on Arch Linux. The error is the following:
panic: interface conversion: interface {} is nil, not string
goroutine 1 [running, locked to thread]:
muse/internal/ipc.GetTrackInfo(0xbaa6fa?, {0xc000644690?, 0xc0005f5ee8?})
/home/jota/Downloads/muse-lyrics/src/muse/internal/ipc/coms.go:67 +0x513
muse/internal/core.(*App).Start(0xc00034e0c0)
/home/jota/Downloads/muse-lyrics/src/muse/internal/core/app.go:84 +0x256
main.main()
/home/jota/Downloads/muse-lyrics/src/muse/main.go:19 +0xd4
I'm having the following error when compiling muse with go version go1.25.7 X:nodwarf5 linux/amd64 on Arch Linux. The error is the following: