jitwxs / 163MusicLyrics

Windows 云音乐歌词获取【网易云、QQ音乐】
Apache License 2.0
1.91k stars 101 forks source link

Errors when downloading lyrics for certain songs #127

Closed daoxi closed 1 year ago

daoxi commented 1 year ago

So, when downloading lyrics for this song, an error occurred so I wasn't able to do so (some other songs worked just fine, though).

The error log is below:

2022-10-01 01:48:35.2142 | ERROR | SearchBySongId error, songId: "001pl2g813NfHD", message: "成功"
System.ArgumentNullException: 值不能为 null。
参数名: s
   在 System.Convert.FromBase64String(String s)
   在 MusicLyricApp.Bean.QQMusicBean.LyricResult.Decode()
   在 MusicLyricApp.Api.QQMusicNativeApi.GetLyric(String songMid)
   在 MusicLyricApp.Api.QQMusicApiV2.GetLyricVo0(String songId)
   在 MusicLyricApp.Api.MusicApiV2Cacheable.GetLyricVo(String songId)
   在 MusicLyricApp.MainForm.SearchBySongId(IEnumerable`1 songIds, Dictionary`2& errorMsgDict)

Version used: v5.0