Topic History of: Disconnect Problems Max. showing the last posts - (Last post first)
Author
Message
celio
Hi,
Is there anything specific in the logs just before the massive disconnections ?
could you post this part ?
And after everybody got disconnected can they reconnect just after that ? or is palabre dead and has to be restarted ?
Thanks for the feedback
Jonathan Narwold
Thank you... please let me know what you find out.
admin
Hi,
thanks for the feedback
The event with no nickname occurs when a user disconnects before sending the "connect" node. This is normal.
But i'll check for the disconnection issue ...
Jonathan Narwold
I'm seeing some strange issues with a bunch of people being randomly disconnected from Palabre. A whole bunch of people will join the chat room that I've set up, and then at some point it'll just decide to boot everyone off. If I only connect with a couple users (within my control), I can chat indefinitely. I'm thinking it must be related to a particular message or nickname that someone's submitting that Palabre doesn't like, but I can't really tell. Here's a few details:
- There's no consistency in when or how these happen. The times are different, the number of people in the room is different, the message volume is different, etc.
- I am seeing some rather strange log behavior. Sometimes I'm seeing multiple events of the same type at the same time for the same user, such as the following (there were actually a whole lot more of these at the same time, but I abbreviated here):
2009-03-18 13:14:22,328 - [palabreClient.py 656 ]: 17132 INFO Disconnection asked by guest268956210(76.214.111.55)
2009-03-18 13:14:22,328 - [palabreClient.py 656 ]: 17132 INFO Disconnection asked by guest268956210(76.214.111.55)
2009-03-18 13:14:22,328 - [palabreClient.py 656 ]: 17132 INFO Disconnection asked by guest268956210(76.214.111.55)
2009-03-18 13:14:22,328 - [palabreClient.py 656 ]: 17132 INFO Disconnection asked by guest268956210(76.214.111.55)
2009-03-18 13:14:22,329 - [palabreClient.py 656 ]: 17132 INFO Disconnection asked by guest268956210(76.214.111.55)
...and other times, I'll get an event with no nick name, like this:
2009-03-18 13:15:39,668 - [palabreServer.py 420 ]: 17132 INFO Client left:
- My program is built using a Flash object that gets embedded into an HTML file that sends and receives JavaScript commands to and from the HTML interface. My source code is as follows: