Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Jun 2, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant