Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安装问题 #2

Closed
soul0000dream opened this issue Mar 6, 2021 · 6 comments
Closed

安装问题 #2

soul0000dream opened this issue Mar 6, 2021 · 6 comments
Labels
help wanted Extra attention is needed

Comments

@soul0000dream
Copy link

音乐服务配置好之后
springboot后端启动报错:音乐获取异常, 请检查音乐服务; UnirestException: [java.net.UnknownHostException: domain]是什么原因呀

@hanhuoer
Copy link
Owner

hanhuoer commented Mar 6, 2021

请检查一下配置是否正确:

/resources/*.yml

jusic:
  music-serve-domain: 'http://host:port'

@soul0000dream
Copy link
Author

谢谢,我改成这样可以了
music-serve-domain: 'http://127.0.0.1:8888'

@hanhuoer
Copy link
Owner

hanhuoer commented Mar 6, 2021

好的,注意音乐服务要保证是可用的,不然应用没法正常工作。
另外,这里已经很久没更新了,但后来有人基于本项目扩展了些功能,具体你可以参考一下 https://github.com/JumpAlang/Jusic-serve

@soul0000dream
Copy link
Author

好的,谢谢您

@hanhuoer hanhuoer closed this as completed Mar 6, 2021
@hanhuoer hanhuoer added the help wanted Extra attention is needed label Mar 6, 2021
@hanhuoer hanhuoer pinned this issue Mar 6, 2021
@soul0000dream
Copy link
Author

这个音乐服务好像是网易API,我把音乐服务下载到本地,应该不会停的吧,大佬

@hanhuoer
Copy link
Owner

hanhuoer commented Mar 6, 2021

是的,Musicoo 是提供了网易云音乐的基础服务,例如获取音乐外链、音乐详情、歌单列表等等,正是这些功能支撑起了 Jusic 的正常运行。
Musicoo 对外提供了 HTTP 的接口,所以你只需要把项目 clone 后运行起来,最后把服务的地址端口完整地配置到 Jusic 里面就好了。

Musicoo 的接口可以参考 https://github.com/hanhuoer/Musicoo/wiki

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants