help connecting musicbee #553
toohotforpants
started this conversation in
General
Replies: 1 comment 7 replies
|
Did you try to get help from the music bee project directly? They should be able to tell you what is wrong. I will give it a try myself, but from the error message you pasted it is not clear to know what is wrong. Maybe there is a missing attribute xmlns in the root node of the response. |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there,
Inexperienced home server owner here, I got LMS working properly and wanted to use MusicBee's plugin to use it as a frontend but I am getting XML document errors when I enter my hostname path, port and login info into the plugin. I saw a few discussion about similar topics but it didnt look like they were the exact same thing. Using a few ideas from other discussions I tried putting my IP/path into my browser and was getting confirmations in both JSON and XML like
<script src="chrome-extension://fjnbnpbmkenffdnngjfgmeleoegfcffe/static/js/contentInt.js"/>and
{
"subsonic-response": {
"openSubsonic": true,
"serverVersion": "6",
"status": "ok",
"type": "lms",
"version": "1.16.0"
}
}
Like I said I am not very experienced with internet technologies so I dont really know if these status=ok messages mean it should be working or if I am doing something wrong? Any help would be appreciated. Thanks :)
All reactions