jsososo

Results 112 comments of jsososo

异常会不会是这个服务还没起好,然后mix的服务先起好了,我看了下那个nginx location /api/ { proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://192.168.1.140:3000/; } 把这个的ip 端口后面的斜杠去掉试试看 proxy_pass http://192.168.1.140:3000; 2020年9月29日 下午5:33,hclasmn 写道: mix.log 要的是这个把?npm执行的log mix那个w我在执行时候发现,经常出现qq或163一个其中异常,偶尔会两个都提示异常 — You are receiving...

这段时间真的太忙了,而且之前没弄过docker,等过两天我研究研究,不好意思哈

不急不急,我再研究研究,之前零零碎碎的有看过些,太难整了 2020年11月14日 上午5:26,yesmiley 写道: +1, waiting. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

具体是哪里404,哪一块的接口,用的是你自己起的服务嘛,readme 里的那个已经不能用了 2020年10月14日 下午5:20,crush 写道: 参照大佬的nginx配置,我的服务器提示404,难道是接口不能用了? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

我这边不会再加这个功能了,就我所知,至少有两个开源的chrome插件是对我的网站支持同步听歌的 https://github.com/web-scrobbler/web-scrobbler https://github.com/LouisYLWang/Sync-Sofa 2020年8月30日 下午4:21,D.D Xie 写道: 就是邀请好友一起听歌 参考网站:http://music.alang.run/#/ — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub,...

这个原因是两边的查找替换机制不同,以后会合并采用相同的方案,然后web demo是指?

想法挺好的,不过这个优先级会低一些,最近不太有空去实现

我其实偶尔也有出现过这种情况,一般是歌曲链接失效或者获取失败且没有触发异常捕获的情况。(场景上一般是刚进入,或者页面挂的比较久了),这里面关于异常处理确实还有没到位的地方,可能后续会修改,但是web端应该会有比较长时间内没精力去处理 2021年5月31日 下午10:22,taylor12138 ***@***.******@***.***>> 写道: 进入你提供的网站 http://y.jsososo.com 后,搜索歌曲双击后但是歌曲没有播放,然后在下方点击下一首,再返回上一首,就可以播放了 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or...

Web 端的大问题就是不像app一样能起node服务,所有的压力都给到服务器,而且还容易被官方封禁(正如现在的qq音乐搜索,原来的migu音乐api,所以后续肯定是要依赖node的,所以等app那边差不多之后会考虑出一个轻量版的node,然后再用web 2021年6月1日 上午12:15,taylor12138 ***@***.******@***.***>> 写道: 这样子,那可惜了。无论是视图界面的用户友好度和web端相对于移动端的流畅度,我倒是觉得web界面做更胜一筹,正准备下载学习浏览 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

嗯,有空了会改下,最近有点忙 2020年11月23日 下午8:49,JSShou 写道: [企业微信20201123-204729@2x] — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.