badlop / neutron

Automatically exported from code.google.com/p/neutron
GNU General Public License v2.0
0 stars 0 forks source link

Neutron disconnects joining a groupchat (branch gh0st-dev) #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Joining a groupchat

What is the expected output?

Join a groupchat when bot owner issues a !join command.  What do you see 
instead?  Bot is present then immediately disconnects.

What version of the product are you using?
Current SVN from gh0st-dev branch. 

On what operating system?
Centos 5.2 Python 2.4.3

Please provide any additional information below.

DEBUG: socket       error Socket error while sending data
Traceback (most recent call last):
  File "modules/xmpp/transports.py", line 178, in send
    self._send(raw_data)
error: (32, 'Broken pipe')
DEBUG: client       stop  Disconnect detected
DISCONNECTED
DEBUG: roster       ok    Setting roster item 
istest@conference.chatter.domain.jw.local for resource neutron...
DEBUG: socket       error Socket error while receiving data
Traceback (most recent call last):
  File "modules/xmpp/transports.py", line 146, in receive
    try: received = self._recv(BUFLEN)
sslerror: (6, 'TLS/SSL connection has been closed')
DEBUG: client       stop  Disconnect detected
DEBUG: socket       error Socket operation failed
Traceback (most recent call last):
  File "modules/xmpp/transports.py", line 146, in receive
    try: received = self._recv(BUFLEN)
sslerror: (6, 'TLS/SSL connection has been closed')
DISCONNECTED

What version of Python is being used to develop this bot?

Thanks.

Original issue reported on code.google.com by clwat...@gmail.com on 8 Oct 2008 at 5:01