Nzix
Nzix
@PLUSLEE 管理员身份启动命令行试一下,也检查一下80端口是否被其它程序使用 ``` netstat -ano | find "80" ```
@daorren 有用的 楼上 @gqbre 是正解,编辑本地 PAC 文件,在 `FindProxyForURL` 里加 `if` 不过因为屏蔽了网易云的 HTTPS 请求,设为系统代理的话,网页版是用不了的,浏览器上要给网易云排除一下系统代理 桌面端代理这两个 host 就够了 ``` if (host == 'music.163.com' || host == 'interface.music.163.com') { return 'PROXY :' }...
看了下现在没问题 你再试试呢 60 行是 https://gist.github.com/nondanee/f157bbbccecfe29e48d87273cd02e213#file-helper-py-L60 访问的是 https://raw.githubusercontent.com/Microsoft/vscode/1.46.0/.yarnrc 可能是当时 vscode 仓库 1.46.0 的 tag 还没打
#86 should be fixed, please check #87
Does manual replacement work? https://github.com/nondanee/vsc-netease-music/issues/87#issuecomment-610687595
It's most commonly caused by ffmpeg After "correct" replacement the vscode 1.46.1 should be failed to startup because of **code unsigned** #95 If vscode can successfully boot up, your replacement...
Will add feature for searching users After that you can choose one user and view its playlists
全端?windows 客户端就不行吧 #491 #472
@Anopia 是个 BUG,以后这样的问题新开一个 issue 吧(明晚修)
~~我试了下,网易云 iOS 6.2.0 不转发音源就可以用==~~ ~~使用 WLAN 代理,手动和自动都行~~ 不对,仅限网易自己的源,QQ 的还是要转发==