网易云音乐加载音乐失败提示网络错误的原因
Tofloor
poster avatar
widon1104
deepin
2020-02-18 19:04
Author
本帖最后由 widon1104 于 2020-2-18 11:12 编辑

原因是系统打开了ipv6,而对ipv6的支持不好导致的,关闭ipv6可以修复这个问题

sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1


永久保存的话,
widon@widon-deepin:~$ sudo deepin-editor /etc/sysctl.conf
在文件最末尾添加
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1


Reply Favorite View the author
All Replies
avatar
pho
deepin
2020-03-05 02:38
#1
之前运行网易云音乐好好的啊,假如关闭 IPv6,会否对其他网络支持又差一些呢?
Reply View the author
avatar
widon1104
deepin
2020-03-05 17:03
#2
提示网络失败可能不是ipv6的原因,可能是路由器有问题
Reply View the author
avatar
蒙笛
deepin
2023-08-25 01:37
#3

在Deepin23上又出现了这个问题,

但 sudo /opt/apps/com.163.music/files/bin/netease-cloud-music %U 可以正常

另外一个相关帖子:https://blog.csdn.net/chauncygu/article/details/109143966

Reply View the author