mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 06:55:57 +03:00
[GH-ISSUE #240] 长时间暂停后无法正常继续播放 #122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NikolaJyun on GitHub (Aug 25, 2024).
Original GitHub issue: https://github.com/imsyy/SPlayer/issues/240
是网页端还是客户端
客戶端
当前系统环境
win11
当前 Node.js 及 npm 版本
v22.1.0/10.7.0
当前版本
v2.10.0
具体信息
将SPlayer暂停闲置几个小时 重新点击播放 会出现未知网路错误 并跳到一下一首 无法接续原本的进度播放

@NikolaJyun commented on GitHub (Aug 27, 2024):
补充 跳到下一首后播放进度是前一首歌的时间轴开始播放
@mq931001 commented on GitHub (Sep 7, 2024):
遇见同样的问题
@NikolaJyun commented on GitHub (Sep 30, 2024):
@imsyy 录制到了这个Bug了,当设备长时间不使用后,音乐播放会从原本暂停的时间点直接跳到下一首歌曲。老版本在这种情况下会显示网络错误(如截图所示),而最新的开发版则不会出现这个问题。
https://github.com/user-attachments/assets/5ac1be3c-0e7e-416a-80a4-dc09ac63425e
@imsyy commented on GitHub (Sep 30, 2024):
理论上是由于获取的网易播放源链接过期了,造成无法缓冲,触发播放错误,由于目前未对错误状态做出区分,从而导致默认下一曲(并且由于这种异常情况,导致进度未被重置),后面会尝试修复的
@NikolaJyun commented on GitHub (Sep 30, 2024):
哈哈哈 太專業了 不在我的領域範圍 不過大致能理解你的意思 這個倒是不急 不怎麼影響使用體驗 重構忙完了再嘗試修復也不遲
@imsyy commented on GitHub (Oct 15, 2024):
已解决该问题