tillman32 • PM |
Sep 20, 2012 6:46 PM
|
![]() Posts: 17 |
Hello again!
My mumble widget that you guys provide has always been displaying the channels in backwards order, and I'm finally getting around to looking into it. Here's what my plugin looks like, note that this screen shot is off my website, but the channels are in the same order when creating a widget through your guys' site ![]() So, my AFK channel and all that, is on the bottom, not the top of the list. Here's what my admin interface ( mumble-django ) looks like, this is what provides the .json for your widget. ![]() As you can see, thats the correct channel order, and that's what should be displaying. What do you think root cause of this 'could' be? Thanks! |
maul • PM |
Sep 21, 2012 11:55 AM
|
![]() Posts: 983 |
Hi tillman32,
GTMurmur is not reporting the proper positioning for the channels on your server. I'm not sure if this is a bug in GTMurmur, a restriction with Murmur, or a configurable setting in Murmur. In this case, the channels are sorted by the default (Alphabetically). I'll submit this as a possible bug to the GTMurmur development team. Let me know if you notice anything in your server configuration which causes this issue. Best regards. |
tillman32 • PM |
Sep 21, 2012 2:34 PM
|
![]() Posts: 17 |
Thanks!
I'll have a look around to see if I can find anything. Please let me know if they want any information from me. I'll provide my configs or anything to help. Thanks! |
foobardragon • PM |
Oct 09, 2012 1:09 PM
|
![]() Posts: 9 |
*bump*
Any progress in this issue? I got the same problem. It's kinda sad because the plugin works really great except this small flaw. Commander AST - Advanced Squad Tactics |
tillman32 • PM |
Oct 09, 2012 1:21 PM
|
![]() Posts: 17 |
I have looked over my configs, I don't see an option for this sort of thing.
@Foobardragon - Lets compare what we have in common to better understand the culprit. Can you answer my questions below? Questions: - Which OS are you running murmur on? - Which solution are you using for the .json ( mumble-django, mumpi etc )? - Are you using Dbus or ICE? - Are you using any database besides the standard SQLite DB? Thanks! |
maul • PM |
Oct 10, 2012 12:10 PM
|
![]() Posts: 983 |
Hey guys,
Sorry - no updates as of yet. We have this logged as a possible bug and hope to address it in the near future. Best regards. |
tillman32 • PM |
Oct 19, 2012 1:45 AM
|
![]() Posts: 17 |
Here's my little update:
I made another mumble-server on a VPS - same issue! No luck! http://vps.brandontillman.com/ ( Shows the viewer live ) |
claytonjrabens • PM |
Oct 19, 2012 9:32 AM
|
![]() Posts: 1 |
Even I got the same problem and after looking through the config file everything seems normal but still couldn't find out the way to fix it.
![]() Toronto accident attorney |
mastricx • PM |
Nov 01, 2012 1:59 AM
|
![]() Posts: 4 |
I'm seeing this as well http://www.gametracker.com/server_info/198.46.84.68:64738/
I've also seen this issue in MumPI, but not phpMumbleAdmin. It would seem that gtmurmur just needs to report/sort by the Position field. |
tillman32 • PM |
Jan 09, 2013 7:11 PM
|
![]() Posts: 17 |
Any update on this?
@mastricx You state that it does display in the correct order while using phpMumbleAdmin, can you verify? Are we looking at a gtmurmur issue here, or a MumPI/mumble-django issue? This will greatly help track the issue down. Thanks! |