chef-uk Posted January 10, 2013 Share Posted January 10, 2013 Hi all. Would really like some support with this as i'm banging my head against a brickwall now/reached the limitations of knowing what I am doing lol. I've created the channel viewer protocol file which I thought was correct, yet i'm still getting Failed to query server (no response) messages when trying to create a mumble viewer. Here's my XML code. Is my problem here, or elsewhere? <?xml version="1.0" encoding="UTF-8" ?> <server xmlns="http://mumble.sourceforge.net/Channel_Viewer_Protocol" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance xsi:schemaLocation="http://bitbucket.org/Svedrin/mumble-django/wiki/channel-viewer-protocol_murmur-1-2-3.xsd" id="1" name="Root" x_connecturl="mumble://clanptg.mdn19.creeperhost.net?version=1.2.3"> <channel description="" id="0" links="" name="Root" parent="-1" position="0" temporary="false" x_connecturl="mumble://clanptg.mdn19.creeperhost.net?version=1.2.3"> <channel description="" id="2" links="" name="METRO ALL WEAPONS" parent="0" position="1" temporary="false" x_connecturl="mumble://clanptg.mdn19.creeperhost.net/METRO ALL WEAPONS?version=1.2.3" /> <channel description="" id="3" links="" name="METRO NO EXPLOSIVES" parent="0" position="2" temporary="false" x_connecturl="mumble://clanptg.mdn19.creeperhost.net/METRO NO EXPLOSIVES?version=1.2.3"> <channel description="" id="4" links="" name="CASPIAN" parent="0" position="3" temporary="false" x_connecturl="mumble://clanptg.mdn19.creeperhost.net/CASPIAN?version=1.2.3"> <channel description="" id="5" links="" name="FUN SERVER" parent="0" position="4" temporary="false" x_connecturl="mumble://clanptg.mdn19.creeperhost.net/FUN SERVER?version=1.2.3"> <channel description="" id="6" links="" name="BATTLEFIELD 1942" parent="0" position="5" temporary="false" x_connecturl="mumble://clanptg.mdn19.creeperhost.net/BATTLEFIELD 1942?version=1.2.3"> <channel description="" id="7" links="" name="ARMA2 AND MODS" parent="0" position="6" temporary="false" x_connecturl="mumble://clanptg.mdn19.creeperhost.net/ARMA2 AND MODS?version=1.2.3"> <channel description="" id="8" links="" name="MINECRAFT" parent="0" position="7" temporary="false" x_connecturl="mumble://clanptg.mdn19.creeperhost.net/MINECRAFT?version=1.2.3"> <channel description="" id="9" links="" name="PLANETSIDE 2" parent="0" position="8" temporary="false" x_connecturl="mumble://clanptg.mdn19.creeperhost.net/PLANETSIDE 2?version=1.2.3"> <channel description="" id="10" links="" name="OTHER GAMING" parent="0" position="9" temporary="false" x_connecturl="mumble://clanptg.mdn19.creeperhost.net/OTHER GAMING?version=1.2.3"> <channel description="" id="11" links="" name="THE LEGENDS LAIR" parent="0" position="10" temporary="false" x_connecturl="mumble://clanptg.mdn19.creeperhost.net/THE LEGENDS LAIR?version=1.2.3"> <channel description="" id="12" links="" name="RECRUITMENT COMMITTEE" parent="0" position="11" temporary="false" x_connecturl="mumble://clanptg.mdn19.creeperhost.net/RECRUITMENT COMMITTEE?version=1.2.3"> <channel description="" id="13" links="" name="CLAN COUNCIL" parent="0" position="12" temporary="false" x_connecturl="mumble://clanptg.mdn19.creeperhost.net/CLAN COUNCIL?version=1.2.3"> <channel description="" id="14" links="" name="AWAY CHANNEL" parent="0" position="13" temporary="false" x_connecturl="mumble://clanptg.mdn19.creeperhost.net/AWAY CHANNEL?version=1.2.3">/> <user address="32 1 6 248 16 143 0 1 2 31 60 255 w x y z" bytespersec="0" channel="4" comment="" context="QmF0dGxlZmllbGQgQmFkIENvbXBhbnkgMgA= " deaf="false" identity="" idlesecs="1693" mute="false" name="svedrin" onlinesecs="2943" os="X11" osversion="Debian GNU/Linux unstable (sid)" release="1.2.2-2" selfDeaf="false" selfMute="false" session="7" suppress="false" tcponly="false" userid="1" version="66050" x_addrstring="2001:6f8:108f:1:21f:3cff:wx:yz" /> </channel> </channel> </channel> </channel> </channel> </channel> </channel> </channel> </channel> </channel> </channel> </channel> </channel> </channel> </server> Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted January 13, 2013 Administrators Share Posted January 13, 2013 Eh??“Failed to query server (no response)” states it does not get a response at all, so it is unlikely it is a syntax problem. Quote Link to comment Share on other sites More sharing options...
chef-uk Posted January 15, 2013 Author Share Posted January 15, 2013 Ok Thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.