[GH-ISSUE #512] 神奇的播放自动暂停 #279

Closed
opened 2026-02-27 07:11:02 +03:00 by kerem · 2 comments
Owner

Originally created by @zhengyi0119-114514 on GitHub (Oct 23, 2025).
Original GitHub issue: https://github.com/imsyy/SPlayer/issues/512

是网页端还是客户端

客户端

当前系统环境

Windows11

当前 Node.js 及 npm 版本

v24.8.0/11.6.0

当前版本

v3.0.0-beta.3

Originally created by @zhengyi0119-114514 on GitHub (Oct 23, 2025). Original GitHub issue: https://github.com/imsyy/SPlayer/issues/512 ### 是网页端还是客户端 客户端 ### 当前系统环境 Windows11 ### 当前 Node.js 及 npm 版本 v24.8.0/11.6.0 ### 当前版本 v3.0.0-beta.3
kerem 2026-02-27 07:11:02 +03:00
  • closed this issue
  • added the
    过期
    label
Author
Owner

@zhengyi0119-114514 commented on GitHub (Oct 23, 2025):

日志

    /c/Program Files/SPlayer  ./SPlayer                                                          ✔  01:39:22  

[DEPRECATION NOTICE] ⚠️  @neteaseapireborn/api is deprecated. Please install @neteasecloudmusicapienhanced/api instead:

npm install @neteasecloudmusicapienhanced/api

01:39:29.395 > 📃 logger initialized
01:39:29.406 > 🌱 Store init
01:39:29.445 > 🚀 Main process startup
01:39:29.491 > 🚀 Application Process Startup
01:39:29.497 > 📂 Serving static files from /renderer
01:39:29.508 > (node:10412) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
(Use `SPlayer --trace-deprecation ...` to show where the warning was created)
01:39:29.578 > 🌐 Register NcmAPI successfully
01:39:29.600 > 🌐 Register UnblockAPI successfully
01:39:29.629 > 🌐 Starting AppServer on port 25884
01:39:29.749 > 🚀 Tray Process Startup
01:39:29.804 > 🚀 ThumbarButtons Startup
01:39:29.988 > 🚀 ThumbarButtons Startup
01:39:30.590 > 🚫 All shortcuts unregistered.
01:39:30.591 > ✅ Shortcut registered: CmdOrCtrl+Shift+Space
01:39:30.592 > ✅ Shortcut registered: CmdOrCtrl+Shift+Left
01:39:30.593 > ✅ Shortcut registered: CmdOrCtrl+Shift+Right
01:39:30.593 > ✅ Shortcut registered: CmdOrCtrl+Shift+Up
01:39:30.593 > ✅ Shortcut registered: CmdOrCtrl+Shift+Down
01:39:30.594 > ✅ Shortcut registered: CmdOrCtrl+Shift+D
01:39:30.613 > Checking for update
01:39:30.691 > 🌐 Request NcmAPI: login/status
01:39:30.705 > 🌐 Request NcmAPI: search/hot/detail
01:39:30.737 > 🌐 Request NcmAPI: song/url/v1
01:39:30.910 > 🌐 Request NcmAPI: personalized
01:39:30.957 > 🌐 Request NcmAPI: lyric/new
01:39:30.961 > 🌐 Request NcmAPI: song/chorus
01:39:30.966 > 🌐 Request NcmAPI: song/url/v1
01:39:31.158 > 🌐 Request NcmAPI: playlist/detail
01:39:31.160 > 🌐 Request NcmAPI: playlist/detail
01:39:31.162 > 🌐 Request NcmAPI: playlist/detail
01:39:31.164 > 🌐 Request NcmAPI: playlist/detail
01:39:31.327 > 🔗 NeteaseSongUrl URL: https://m701.music.126.net/20251024020431/23e043b3f56e344f59f353ba1d0e8240/jdymusic/obj/wo3DlMOGwrbDjj7DisKw/62486388802/dc12/5450/b602/8ac2184081a335a6502db8a4bfd29829.flac
01:39:31.329 > 🌐 Request NcmAPI: playlist/detail
01:39:31.350 > 🌐 Request NcmAPI: playlist/detail
01:39:31.403 > 🌐 Request NcmAPI: playlist/detail
01:39:31.582 > 🔗 NeteaseSongUrl URL: https://m8.music.126.net/20251024020431/1afa3514eaa00d6077acc59afc83e221/ymusic/3378/02c1/1fd9/8bd8e2037f6f6b967722302b5f011f0c.mp3
01:39:31.810 > 🌐 Request NcmAPI: top/artists
01:39:31.926 > 🌐 Request NcmAPI: mv/all
01:39:32.116 > 🌐 Request NcmAPI: dj/recommend
01:39:32.264 > 🌐 Request NcmAPI: album/new
01:39:33.156 > Update for version 3.0.0-beta.3 is not available (latest version: 3.0.0-beta.3, downgrade is disallowed).
01:39:33.157 > ✅ No new version available: 3.0.0-beta.3
01:40:30.195 > 🌐 Request NcmAPI: search/default
01:41:30.193 > 🌐 Request NcmAPI: search/default

Node 和 npm由MSYS2安装,不知道是不是这个
播放到2:21自动暂停,但显示的状态是开着的,热重载可以暂时恢复

<!-- gh-comment-id:3438332772 --> @zhengyi0119-114514 commented on GitHub (Oct 23, 2025): 日志 ```     /c/Program Files/SPlayer  ./SPlayer  ✔  01:39:22   [DEPRECATION NOTICE] ⚠️ @neteaseapireborn/api is deprecated. Please install @neteasecloudmusicapienhanced/api instead: npm install @neteasecloudmusicapienhanced/api 01:39:29.395 > 📃 logger initialized 01:39:29.406 > 🌱 Store init 01:39:29.445 > 🚀 Main process startup 01:39:29.491 > 🚀 Application Process Startup 01:39:29.497 > 📂 Serving static files from /renderer 01:39:29.508 > (node:10412) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated. (Use `SPlayer --trace-deprecation ...` to show where the warning was created) 01:39:29.578 > 🌐 Register NcmAPI successfully 01:39:29.600 > 🌐 Register UnblockAPI successfully 01:39:29.629 > 🌐 Starting AppServer on port 25884 01:39:29.749 > 🚀 Tray Process Startup 01:39:29.804 > 🚀 ThumbarButtons Startup 01:39:29.988 > 🚀 ThumbarButtons Startup 01:39:30.590 > 🚫 All shortcuts unregistered. 01:39:30.591 > ✅ Shortcut registered: CmdOrCtrl+Shift+Space 01:39:30.592 > ✅ Shortcut registered: CmdOrCtrl+Shift+Left 01:39:30.593 > ✅ Shortcut registered: CmdOrCtrl+Shift+Right 01:39:30.593 > ✅ Shortcut registered: CmdOrCtrl+Shift+Up 01:39:30.593 > ✅ Shortcut registered: CmdOrCtrl+Shift+Down 01:39:30.594 > ✅ Shortcut registered: CmdOrCtrl+Shift+D 01:39:30.613 > Checking for update 01:39:30.691 > 🌐 Request NcmAPI: login/status 01:39:30.705 > 🌐 Request NcmAPI: search/hot/detail 01:39:30.737 > 🌐 Request NcmAPI: song/url/v1 01:39:30.910 > 🌐 Request NcmAPI: personalized 01:39:30.957 > 🌐 Request NcmAPI: lyric/new 01:39:30.961 > 🌐 Request NcmAPI: song/chorus 01:39:30.966 > 🌐 Request NcmAPI: song/url/v1 01:39:31.158 > 🌐 Request NcmAPI: playlist/detail 01:39:31.160 > 🌐 Request NcmAPI: playlist/detail 01:39:31.162 > 🌐 Request NcmAPI: playlist/detail 01:39:31.164 > 🌐 Request NcmAPI: playlist/detail 01:39:31.327 > 🔗 NeteaseSongUrl URL: https://m701.music.126.net/20251024020431/23e043b3f56e344f59f353ba1d0e8240/jdymusic/obj/wo3DlMOGwrbDjj7DisKw/62486388802/dc12/5450/b602/8ac2184081a335a6502db8a4bfd29829.flac 01:39:31.329 > 🌐 Request NcmAPI: playlist/detail 01:39:31.350 > 🌐 Request NcmAPI: playlist/detail 01:39:31.403 > 🌐 Request NcmAPI: playlist/detail 01:39:31.582 > 🔗 NeteaseSongUrl URL: https://m8.music.126.net/20251024020431/1afa3514eaa00d6077acc59afc83e221/ymusic/3378/02c1/1fd9/8bd8e2037f6f6b967722302b5f011f0c.mp3 01:39:31.810 > 🌐 Request NcmAPI: top/artists 01:39:31.926 > 🌐 Request NcmAPI: mv/all 01:39:32.116 > 🌐 Request NcmAPI: dj/recommend 01:39:32.264 > 🌐 Request NcmAPI: album/new 01:39:33.156 > Update for version 3.0.0-beta.3 is not available (latest version: 3.0.0-beta.3, downgrade is disallowed). 01:39:33.157 > ✅ No new version available: 3.0.0-beta.3 01:40:30.195 > 🌐 Request NcmAPI: search/default 01:41:30.193 > 🌐 Request NcmAPI: search/default ``` Node 和 npm由MSYS2安装,不知道是不是这个 播放到2:21自动暂停,但显示的状态是开着的,热重载可以暂时恢复
Author
Owner

@github-actions[bot] commented on GitHub (Nov 27, 2025):

👀 该 Issue 已经 30 天没有任何更新啦
如果问题仍然存在,请回复此评论,否则将在 7 天后自动关闭

<!-- gh-comment-id:3584397551 --> @github-actions[bot] commented on GitHub (Nov 27, 2025): 👀 该 Issue 已经 30 天没有任何更新啦 如果问题仍然存在,请回复此评论,否则将在 7 天后自动关闭
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SPlayer#279
No description provided.