Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

播放歌曲时异常使用了上一首歌的缓存 #1711

Closed
Xionghaizi001 opened this issue Jun 21, 2022 · 4 comments
Closed

播放歌曲时异常使用了上一首歌的缓存 #1711

Xionghaizi001 opened this issue Jun 21, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@Xionghaizi001
Copy link

  1. 这是一个bug
  2. 具体表现:如果网络状况不佳(高延迟或在加载歌曲时突然中断),软件有时(40%)会使用上一首歌的缓存进行播放,此时可以观察到歌词与演唱内容不对应,且歌词会在过后的某一时刻卡住不动
  3. 临时解决方法:出现此故障时清除缓存,切换上一首再切换下一首即可解决
@Xionghaizi001
Copy link
Author

Xionghaizi001 commented Jun 21, 2022

不知道#1710 中提到的bug是不是和我这个一样

@pan93412 pan93412 added the bug Something isn't working label Jun 22, 2022
@x13771944402
Copy link

我这儿一卡顿就是唱本草纲目,词却对着。

@JustZiya
Copy link

本草纲目 +1

@WhitLor
Copy link

WhitLor commented Jun 29, 2022

  1. 这是一个bug
  2. 具体表现:如果网络状况不佳(高延迟或在加载歌曲时突然中断),软件有时(40%)会使用上一首歌的缓存进行播放,此时可以观察到歌词与演唱内容不对应,且歌词会在过后的某一时刻卡住不动
  3. 临时解决方法:出现此故障时清除缓存,切换上一首再切换下一首即可解决

我这边只要遇到了,无论怎么切歌,只要切回这一首都是本草纲目,reset之后再找这首歌播放,也还是本草纲目

oopstls pushed a commit to oopstls/YesPlayMusic that referenced this issue Oct 31, 2022
This is just a workaround, and the core issue is on UNM.
However, refactoring UNM is time-comsuming and also requires
a lot of hard work. Therefore, we disable "migu" at this moment
simply.

Fixed qier222#1713
Fixed qier222#1711 (?)
xiaogaozi added a commit to xiaogaozi/YesPlayMusic that referenced this issue Oct 26, 2023
* fix: 错误的选择了音源质量 (qier222#1589)

* feat: add img tag with loading attribute for lazy loading

* fix: render weekData error

* fix: vibrant worker error

* docs: add powered by vercel

* fix: bug

* fix: 专辑分碟排序错误 (qier222#1630)

* fix: 专辑分碟排序错误

* update

* fix(dockerfile): 限制最大標頭大小

原本的Nginx.conf没有定义最大标头大小。若不手动更改,则会出现无法登陆的bug,且Nginx会返回Header too big错误。

Fixed qier222#1604

Co-Authored-By: huangyinhaow <[email protected]>

* docs: update vercel links

* fix: 歌词页视觉效果缺陷 (qier222#1649)

* fix: 部分linux发行版环境的托盘行为 (qier222#1647)

* fix: 音乐库收藏的歌单少了第一张歌单 (qier222#1657)

* chore(ci/cd): bump `actions/checkout` to v3

* chore(ci/cd): bump `actions/upload-artifact` to v3

* fix: 修复在长时间暂停后无法播放的问题 (qier222#1627)

* fix: 修复在长时间暂停后无法播放的问题

* 增加doc

* fix: 歌名翻译文本位置 & FMCard背景颜色 (qier222#1650)

* fix: 歌名翻译文本位置

* fix: 使FMCard的背景颜色永远随着歌曲改变

* fix: 私人推荐歌单 (qier222#1665)

* fix: 私人推荐歌单

* update

* feat: Add context menu on MV page (qier222#1670)

* feat: Added "Add to Playlist" on lyrics page (qier222#1671)

* fix(dockerfile): 设置 NCMAPI 版本 (qier222#1689)

* fix: dockerfile ncapi pinning

* feat: ncmapi follows version in package.json

* feat: Add "Volume Control" to Lyrics Page (qier222#1672)

* feat: Add "Volume Control" to Lyrics Page

* fix: fix mute button

* feat: Add time to lyric page (qier222#1676)

* feat: Add time on lyrics page

* feat: Add the setting item of whether to display the time on the lyrics page

* fix: fix some issue

* fix: change port to workaround 21H2's port (qier222#1706)

* fix: change port to 35216 → workaround 21H2's port
* style: with restyled (qier222#1707)
* Restyled by clang-format
* Restyled by prettier
* fix: change 21232 to 41342

Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <[email protected]>

* chore(deps): upgrade dependencies (qier222#1708)

* fix(ipcMain): unexpected “本草綱目“ from migu

This is just a workaround, and the core issue is on UNM.
However, refactoring UNM is time-comsuming and also requires
a lot of hard work. Therefore, we disable "migu" at this moment
simply.

Fixed qier222#1713
Fixed qier222#1711 (?)

* feat: add tutorial to deploy on Replit (qier222#1731)

* feat: Add status text to like button when hover event triggers (qier222#1789)

Signed-off-by: Kay Wei <[email protected]>

* refactor(dockerfile): use `awk` to find NCMAPI version

* refactor(dockerfile): separate nginx config from `Dockerfile`

* feat: mount local time and time zone

* fix: 更新api以尝试解决邮箱登录问题

* fix: 更新依赖以解决手机号登录问题;UnblockNeteaseMusic 更新 (qier222#1915)

* fix: 更新api以尝试解决邮箱登录问题

* fix: 又双更新api版本以修复手机号登录问题

(可能

* deps: [测试]更新UNM到0.4.0

* update copyright year (qier222#1917)

* fix: player volume bug (qier222#1918)

* fix: player volume bug

* Update Player.js

* Update Player.js

* Update Player.js

* Update Player.js

* fix: bugs

* fix: update version

* revert: change port to workaround 21H2's port

---------

Signed-off-by: Kay Wei <[email protected]>
Co-authored-by: memorydream <[email protected]>
Co-authored-by: hawtimzhang <[email protected]>
Co-authored-by: qier222 <[email protected]>
Co-authored-by: pan93412 <[email protected]>
Co-authored-by: huangyinhaow <[email protected]>
Co-authored-by: 郭桓桓 <[email protected]>
Co-authored-by: marcus <[email protected]>
Co-authored-by: Viyerelu23333 <[email protected]>
Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <[email protected]>
Co-authored-by: jbwfu <[email protected]>
Co-authored-by: Kay W <[email protected]>
Co-authored-by: Karbob <[email protected]>
Co-authored-by: 草方块 <[email protected]>
Co-authored-by: タイムライン <[email protected]>
xiaogaozi added a commit to xiaogaozi/YesPlayMusic that referenced this issue Apr 2, 2024
* fix: 错误的选择了音源质量 (qier222#1589)

* feat: add img tag with loading attribute for lazy loading

* fix: render weekData error

* fix: vibrant worker error

* docs: add powered by vercel

* fix: bug

* fix: 专辑分碟排序错误 (qier222#1630)

* fix: 专辑分碟排序错误

* update

* fix(dockerfile): 限制最大標頭大小

原本的Nginx.conf没有定义最大标头大小。若不手动更改,则会出现无法登陆的bug,且Nginx会返回Header too big错误。

Fixed qier222#1604

Co-Authored-By: huangyinhaow <[email protected]>

* docs: update vercel links

* fix: 歌词页视觉效果缺陷 (qier222#1649)

* fix: 部分linux发行版环境的托盘行为 (qier222#1647)

* fix: 音乐库收藏的歌单少了第一张歌单 (qier222#1657)

* chore(ci/cd): bump `actions/checkout` to v3

* chore(ci/cd): bump `actions/upload-artifact` to v3

* fix: 修复在长时间暂停后无法播放的问题 (qier222#1627)

* fix: 修复在长时间暂停后无法播放的问题

* 增加doc

* fix: 歌名翻译文本位置 & FMCard背景颜色 (qier222#1650)

* fix: 歌名翻译文本位置

* fix: 使FMCard的背景颜色永远随着歌曲改变

* fix: 私人推荐歌单 (qier222#1665)

* fix: 私人推荐歌单

* update

* feat: Add context menu on MV page (qier222#1670)

* feat: Added "Add to Playlist" on lyrics page (qier222#1671)

* fix(dockerfile): 设置 NCMAPI 版本 (qier222#1689)

* fix: dockerfile ncapi pinning

* feat: ncmapi follows version in package.json

* feat: Add "Volume Control" to Lyrics Page (qier222#1672)

* feat: Add "Volume Control" to Lyrics Page

* fix: fix mute button

* feat: Add time to lyric page (qier222#1676)

* feat: Add time on lyrics page

* feat: Add the setting item of whether to display the time on the lyrics page

* fix: fix some issue

* fix: change port to workaround 21H2's port (qier222#1706)

* fix: change port to 35216 → workaround 21H2's port
* style: with restyled (qier222#1707)
* Restyled by clang-format
* Restyled by prettier
* fix: change 21232 to 41342

Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <[email protected]>

* chore(deps): upgrade dependencies (qier222#1708)

* fix(ipcMain): unexpected “本草綱目“ from migu

This is just a workaround, and the core issue is on UNM.
However, refactoring UNM is time-comsuming and also requires
a lot of hard work. Therefore, we disable "migu" at this moment
simply.

Fixed qier222#1713
Fixed qier222#1711 (?)

* feat: add tutorial to deploy on Replit (qier222#1731)

* feat: Add status text to like button when hover event triggers (qier222#1789)

Signed-off-by: Kay Wei <[email protected]>

* feat: Tray icon theme now follows system theme

* feat: osdlyrics desktop lyrics support

* chore: improve translations

* refactor: improve lyric file download implement

* refactor(dockerfile): use `awk` to find NCMAPI version

* refactor(dockerfile): separate nginx config from `Dockerfile`

* feat: mount local time and time zone

* fix: 更新api以尝试解决邮箱登录问题

* fix: 更新依赖以解决手机号登录问题;UnblockNeteaseMusic 更新 (qier222#1915)

* fix: 更新api以尝试解决邮箱登录问题

* fix: 又双更新api版本以修复手机号登录问题

(可能

* deps: [测试]更新UNM到0.4.0

* update copyright year (qier222#1917)

* fix: player volume bug (qier222#1918)

* fix: player volume bug

* Update Player.js

* Update Player.js

* Update Player.js

* Update Player.js

* fix: bugs

* fix: update version

* revert: change port to workaround 21H2's port

* fix: album.company显示问题 (qier222#2009)

* Update README.md

* chore: define node engines (qier222#1943)

The `@achrinza/node-ipc` version we use in 1.x does not allow
a version of Node.js greater than 17. As YesPlayMusic has been in
maintenance mode, we define our supported Node.js engine version
rather than upgrade this dependency.

It may indicate the Vercel platform to not use 18 (or greater) in their
deployment.

The error message is:

    error @achrinza/[email protected]: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "18.12.1"

* fix(tracklist): TrackListItem 序号问题 (qier222#2011)

直接使用 track.no 可能导致歌曲编号重复。改使用曲目在
阵列中的实际索引位置。

* fix(request): cross domain api issue (qier222#2026)

Fix the issue when NCMapi is not under the same domain
as the one frontend uses. The original method using
Vercel to proxy requests may cause latency under
some circumstances.

* fix(player): 修复歌曲时长过长时的进度显示问题 (qier222#1936)

原先进度条遇到时长超过 1hr 的歌曲,
不会呈现小时数的部分。这个 commit
将歌曲时长小时数加到分钟数中。

* fix(player): Skip track when audio source not supported (qier222#2033)

* fix: 艺人页面专辑区不显示精选集 (qier222#2046)

* fix(navbar): Fixed the issue of overlapping with the control bar (qier222#2073)

* chore(deps): Add prettier to devDependencies (qier222#2071)

* feat(settings): Internationalize some strings (qier222#2016)

* fix(login): clear last interval when calling checkQrCodeLogin (qier222#2094)

Fixed qier222#2093

* ci: Use Ubuntu 22.04 for Packaging (qier222#2107)

* feat(mpris): Add `xesam:url` field (qier222#2095)

chore: do not use fuo scheme, only netease music id is preserved

fix: lint prettier error

* feat(lyrics): Add pronunciation lyric mode (qier222#2091)

* feat: Add pronunciation lyric mode

* fix(lyrics): Fixed issue where lyric-mode-switch displays when the translation setting is off

* fix(player): 插队曲目切换后下一首曲目丢失 (qier222#2118)

* feat: use osdlyrics dbus interface to send lyric contents

* fix(ui): add max-width attr for settings selector

* feat(player): sync playing progress to mpris service on linux

Co-authored-by: alex3236 <[email protected]>

* fix(Player.js): 右键播放不显示播放器(qier222#1965)

* refactor(Player.js): 确保在播放时播放器处于enabled状态

* fix: play icon not appear in Safari

* Support unblock via docker.

* Remove unneeded env setting

* Make docker works

* Make docker works

* remove unneeded empty line.

* 修正专辑下描述内艺人链接

* same thing on MvRow

* Create sync.yml

* fix typo

* fix: fix build && adapte for bugs in NeteasyCloudMusicAPI

* chore: remove useless space

* chore: remove useless space

* chore: bump to 0.4.8

* Update build.yaml

* Update request.js

* Fix build

* Revert "修正专辑下描述内艺人链接"

This reverts commit 3093b6f.

---------

Signed-off-by: Kay Wei <[email protected]>
Co-authored-by: memorydream <[email protected]>
Co-authored-by: hawtimzhang <[email protected]>
Co-authored-by: qier222 <[email protected]>
Co-authored-by: pan93412 <[email protected]>
Co-authored-by: huangyinhaow <[email protected]>
Co-authored-by: 郭桓桓 <[email protected]>
Co-authored-by: marcus <[email protected]>
Co-authored-by: Viyerelu23333 <[email protected]>
Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <[email protected]>
Co-authored-by: jbwfu <[email protected]>
Co-authored-by: Kay W <[email protected]>
Co-authored-by: Revincx <[email protected]>
Co-authored-by: Karbob <[email protected]>
Co-authored-by: 草方块 <[email protected]>
Co-authored-by: タイムライン <[email protected]>
Co-authored-by: Younglina <[email protected]>
Co-authored-by: moonrailgun <[email protected]>
Co-authored-by: Holger <[email protected]>
Co-authored-by: 洩氏诹诹子 <[email protected]>
Co-authored-by: Kris Hu <[email protected]>
Co-authored-by: Arthals <[email protected]>
Co-authored-by: guaqiu <[email protected]>
Co-authored-by: Anmizi <[email protected]>
Co-authored-by: Siykt <[email protected]>
Co-authored-by: poly000 <[email protected]>
Co-authored-by: 拆家大主教 <[email protected]>
Co-authored-by: Lvc Revincx <[email protected]>
Co-authored-by: runnableAir <[email protected]>
Co-authored-by: alex3236 <[email protected]>
Co-authored-by: runnableAir <[email protected]>
Co-authored-by: leex <[email protected]>
Co-authored-by: colawithsauce <[email protected]>
Co-authored-by: Davy <[email protected]>
Co-authored-by: GH Action - Upstream Sync <[email protected]>
Co-authored-by: undefined <[email protected]>
Co-authored-by: 代强 <[email protected]>
Co-authored-by: 是虹川肉 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants