Neutron: Exception after start

Executing Init Script
Querying Channels
Connected
Traceback (most recent call last):
  File "./neutron.py", line 480, in ?
    start()
  File "./neutron.py", line 453, in start
    if JCON.auth(USERNAME, PASSWORD, RESOURCE):
  File "modules/xmpp/client.py", line 191, in auth
    while not self.Dispatcher.Stream._document_attrs and self.Process(): pass
AttributeError: Client instance has no attribute 'Dispatcher'

Has same problem

Hello,

I create account, configure neutron, and after start i get errors in console:

Executing Init Script
Connected
Logged In
Presence Sent
Unhandled exception in thread started by 
Traceback (most recent call last):
  File "plugins/userinfo_plugin.py", line 41, in handler_userinfo_iq
    groupchat = iq.getFrom().getStripped()
AttributeError: 'NoneType' object has no attribute 'getStripped'
Traceback (most recent call last):
  File "./neutron.py", line 543, in ?
    start()
  File "./neutron.py", line 539, in start
    JCON.Process(10)
  File "modules/xmpp/dispatcher.py", line 302, in dispatch
    handler['func'](session,stanza)
  File "./neutron.py", line 403, in messageCB
    body = msg.getBody().strip()
AttributeError: 'NoneType' object has no attribute 'strip'

Corected

I corrected this errors manualy and now it works correctly.

Does anyone know how to detect internet connection and make reconnect if connection lost?

--
Regards, _Andrey_
http://www.wegroup.org

what do you do to correct

what do you do to correct this error?

is it a bug or a missconfiguration?

как исправил

как исправил эту ошибку.
As has corrected this mistake.

Syndicate content