lyswhut/lx-music-desktop · error · Error

Get play list failed.

Error message

Get play list failed.

What it means

Error "Get play list failed." thrown in lyswhut/lx-music-desktop.

Source

Thrown at src/renderer/core/useApp/compositions/usePlaySonglist.ts:43

      isPlayingList = true
      await setTempList(playListId, list)
      playList(tempList.id, getListPlayIndex(list, playIndex))
    }
    list = await getListDetailAll(id, source)
    if (isPlayingList) {
      if (tempListMeta.id == id) await setTempList(playListId, list)
    } else {
      await setTempList(playListId, list)
      playList(tempList.id, getListPlayIndex(list, playIndex))
    }
  }

  return async(source: LX.OnlineSource, link: string, playIndex?: number) => {
    try {
      await playSongListDetail(source, link, playIndex)
    } catch (err) {
      console.error(err)
      throw new Error('Get play list failed.')
    }
  }
}

View on GitHub (pinned to 9c364b482e)

When it happens

Trigger: Thrown at src/renderer/core/useApp/compositions/usePlaySonglist.ts:43 when the library encounters an invalid state.

Common situations: See trigger scenarios.


AI-assisted analysis of lyswhut/lx-music-desktop@9c364b482e (2026-08-12). Data as JSON: /api/errors/2a66389eccad1ec9. Report an issue: GitHub.