You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
[email protected] 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 [email protected] on 8 Oct 2008 at 5:01
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 Oct 2008 at 5:01The text was updated successfully, but these errors were encountered: