Ticket #24 (assigned defect)

Opened 5 months ago

Last modified 5 months ago

AttributeError: 'NoneType' object has no attribute 'split'

Reported by: anonymous Assigned to: dax (accepted)
Priority: major Milestone: 0.3.0
Component: core Version: 0.3
Keywords: Cc:

Description

I have an error when JMC try connect to e-mail server. If it running without any registered e-mail accounts working fine, but after register first account - crushes. This is my log:

Error with handler <jmc.jabber.disco.IMAPAccountDiscoGetInfoHandler object at 0x8a6ce8c> with <pyxmpp.iq.Iq instance at 0x8abdc6c> 'NoneType?' object has no attribute 'split' Traceback (most recent call last):

File "build/bdist.freebsd-5.3-RELEASE-i386/egg/jcl/jabber/component.py", line 848, in apply_registered_behavior

result)

File "build/bdist.freebsd-5.3-RELEASE-i386/egg/jcl/jabber/component.py", line 911, in <lambda>

handle_func(stanza, lang_class, node, result, data),

File "build/bdist.freebsd-5.3-RELEASE-i386/egg/jmc/jabber/disco.py", line 65, inhandle

splitted_node = node.split("/")

AttributeError?: 'NoneType?' object has no attribute 'split'

After that error JMC crash.

FreeBSD 5.3 Python 2.5 JMC 0.3b1 JCL 0.1

Change History

08/01/08 10:17:42 changed by dax

  • status changed from new to assigned.

08/04/08 10:38:27 changed by dax

Which Jabber client are you using ? Can you activate debug on JMC and paste the XML received by JMC just before this error (received XML are lines prefixed by 'IN:') ?