Chat client/server problem

All Union Platform questions, comments, feature requests, and bug reports.

Chat client/server problem

Postby amazalot » Wed 23 Apr 2014 13:21

When i connect with my website it looks like this:
http://imgur.com/XnvLEGN
And after a long time it says "Orbiter connection closed."

This is what it looks like on the server side: (log.txt)
http://imgur.com/uYPjDoM

Any thoughts would be most appreciated! Thanks!
amazalot
 
Posts: 2
Joined: Wed 16 Apr 2014 04:00

Re: Chat client/server problem

Postby toby » Tue 20 May 2014 22:27

Your client does not have permission to do CREATE ROOM.
("Attempted restricted action ...")

Check union.xml for the proper setting:
Code: Select all
<remote-client-rules>
            <rule>
                <action>CREATE_ROOM</action>
                <roles></roles>
            </rule>
</remote-client-rules>


Where it says <roles> ... </roles>
put who you want to allow this function (similarly for the other functions),
as described on this page. http://www.unionplatform.com/?page_id=725

Your client is probably not doing any error handling ... hence when
the server response detailing the failure is received, it just sits there.
toby
 
Posts: 162
Joined: Sun 24 Jun 2012 14:18


Return to Union Platform

Online

Users browsing this forum: No registered users and 8 guests