Hi, This is a PHP problem related to magic_quotes_gpc. Just set this option to Off on php.ini
More: http://sourceforge.net/tracker/?func=detail&aid=3004490&group_id=232812&atid=1088036 Em 15-12-2010 14:06, Todd Ingarfield escreveu: > Hello, > > I just started looking at monast as a possible interface to manage several > conference servers. When I try to use the monast gui to kick a user out of a > conference I get the confirmation dialog in the web interface, but when I > confirm I get the following message in the monast.log. > > [Wed Dec 15 10:03:11 2010] DEBUG :: MonAstProtocol.lineReceived > (192.168.30.36:53465 <http://192.168.30.36:53465>) :: Received: > {"Session":"14cb294eb2342a191b50df1fdcd7f146","Username":"admin","Server":"conference02.nashville"} > [Wed Dec 15 10:03:11 2010] ERROR :: Unhandled Exception executing > MonAst.processClientMessage with message > {"Session":"14cb294eb2342a191b50df1fdcd7f146","Username":"admin","Server":"conference02.nashville"} >>> Traceback (most recent call last): >>> File "/home/todd/local/monast/monast.py", line 275, in lineReceived >>> self.factory.processClientMessage(self, line) >>> File "/home/todd/local/monast/monast.py", line 573, in >>> processClientMessage >>> action = object['Action'] >>> KeyError: 'Action' > > This same error occurs when I try to hangup a channel or monitor a channel. > > Regards, > Todd > > > > ------------------------------------------------------------------------------ > Lotusphere 2011 > Register now for Lotusphere 2011 and learn how > to connect the dots, take your collaborative environment > to the next level, and enter the era of Social Business. > http://p.sf.net/sfu/lotusphere-d2d > > > > _______________________________________________ > MonAst-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/monast-users ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ MonAst-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monast-users
