You don't need frames to view this website. Flash communication server. Flash mx xml socket server.
Home
Main Menu
Home
- - - - - - -
What is Palabre ?
Features
News
FAQ
Forum
DEMO
- - - - - - -
Downloads !
Browse SVN
- - - - - - -
Search
Contact Us
- - - - - - -
Sourceforge Project Page
Python
Links
Palabre on Facebook






Actionscript for Multiplayer games
 
Download Palabre Flash Xml Socket Server DOWNLOAD Download Palabre Flash Xml Socket Server FORUM Download Palabre Flash Xml Socket Server FAQ Download Palabre Flash Xml Socket Server WHAT IS IT
 



Using Palabre ? Coming here for Support ? Please consider making an (even small) donation :)
Palabre Forum  


::post new topic::
Installment - 2005/10/18 11:06 Hi

Ive just downloaded and started to test the server but i cant seem to get it to work. Its up and running and I can connect to it but the response i get is always "<error>This is not a valid XML string</error>" no matter what the request is.

Its running on a shell account i have.

Could someone help me with this? Im pretty novice about this kind of stuff :-)

Seems like a great server btw.
  reply | quote
Re:Installment - 2005/10/18 11:07 Hi !

the first node sent should be :

<connect nickname="YOURNICK" />

and then the server should answer :

<connect isok="1" msg="Your nickname is now : YOURNICK" />

After that you can test the connection by sending :

<ping />

and the server should answer :

<pong />

If this doesn't work, did you test with the PalabreClient ?

I just uploaded a new version of the client with three examples.

By the way i'm glad you like it !
I'll upload a new documented version soon :)

Bye !
  reply | quote
Re:Installment - 2005/10/18 11:07 Yes. Im am testing with the palabre flashclient.
<connect nickname='Nickname' />
Returns
<error>This is not a valid XML string</error>

I have tried running the server on my home computer. It has Python 2.4.2 installed and it workes as supposed to there.
The shell however has Python version 2.3 installed. Do you think that could be a problem?

(also tried 2.3.5 on home comp and it worked fine)
  reply | quote
Re:Installment - 2005/10/18 11:08 hum that's strange.
I just tested under linux with python 2.3.5 and it worked just fine.

Maybe on your shell there are no xml parser ?
Is there an error at startup involving xmldom ?


You can try to copy the line 82 (self.doc = xmldom.parseString(line)) of the file palabreClient.py just above the line 80 (" try:") ( and change the indentation )

and see what the error really is.
  reply | quote
::post new topic::
SORRY, website is currently mostly broken due to software changes on the server.
Hope to fix it soon ...

In the meantime you may still download palabre or use the forum