Closed GoogleCodeExporter closed 9 years ago
I can't reproduce it. Does it happen always?
Original comment by lambda...@gmail.com
on 8 Jan 2010 at 12:40
2010-01-08 18:39:14,672 DEBUG Guessing type of j2j.draugr.de
2010-01-08 18:39:14,672 DEBUG Trying to discover component msn.draugr.de using
coccinellabot@gmail.com/disco-botD8A8CF36: 0/0 retries left
2010-01-08 18:39:15,675 DEBUG Registered on msn.draugr.de gateway
Traceback (most recent call last):
File "/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/pybot.py",
line 187, in <module>
servers = xmpp_discoverer.discover_servers(server_list)
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp_d
iscoverer.py",
line 927, in discover_servers
_discover_item(clients, server, server)
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp_d
iscoverer.py",
line 831, in _discover_item
item = _discover_item(clients, item, server)
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp_d
iscoverer.py",
line 772, in _discover_item
_handle_component_available(component, server, client)
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp_d
iscoverer.py",
line 599, in _handle_component_available
if _test_gateway(client, component[u'jid'], identity[u'category'],
identity[u'type']) == False:
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp_d
iscoverer.py",
line 374, in _test_gateway
return _try_register(client, jid, account, is_form)
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp_d
iscoverer.py",
line 332, in _try_register
_unregister(client, roster, jid)
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp_d
iscoverer.py",
line 211, in _unregister
roster.delItem(contact)
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp/r
oster.py",
line 135, in delItem
self._owner.send(Iq('set',NS_ROSTER,payload=[Node('item',{'jid':jid,'subscriptio
n':'remove'})]))
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp/d
ispatcher.py",
line 366, in send
self._owner_send(stanza)
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp/t
ransports.py",
line 207, in send
self._owner.disconnected()
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp/c
lient.py",
line 127, in disconnected
for i in self.disconnect_handlers: i()
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp/c
lient.py",
line 135, in DisconnectHandler
raise IOError('Disconnected from server.')
IOError: Disconnected from server.
2010-01-08 18:39:40,789 DEBUG Successfull login on msn.draugr.de gateway
2010-01-08 18:39:40,802 CRITICAL Aborting discovery on draugr.de server.
Traceback (most recent call last):
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp_d
iscoverer.py",
line 927, in discover_servers
_discover_item(clients, server, server)
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp_d
iscoverer.py",
line 831, in _discover_item
item = _discover_item(clients, item, server)
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp_d
iscoverer.py",
line 772, in _discover_item
_handle_component_available(component, server, client)
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp_d
iscoverer.py",
line 599, in _handle_component_available
if _test_gateway(client, component[u'jid'], identity[u'category'],
identity[u'type']) == False:
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp_d
iscoverer.py",
line 374, in _test_gateway
return _try_register(client, jid, account, is_form)
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp_d
iscoverer.py",
line 332, in _try_register
_unregister(client, roster, jid)
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp_d
iscoverer.py",
line 211, in _unregister
roster.delItem(contact)
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp/r
oster.py",
line 135, in delItem
self._owner.send(Iq('set',NS_ROSTER,payload=[Node('item',{'jid':jid,'subscriptio
n':'remove'})]))
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp/d
ispatcher.py",
line 366, in send
self._owner_send(stanza)
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp/t
ransports.py",
line 207, in send
self._owner.disconnected()
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp/c
lient.py",
line 127, in disconnected
for i in self.disconnect_handlers: i()
File
"/var/www/vhosts/thecoccinella.org/private/pybot-coccinella/pybot/include/xmpp/c
lient.py",
line 135, in DisconnectHandler
raise IOError('Disconnected from server.')
IOError: Disconnected from server.
Original comment by s.devri...@gmail.com
on 8 Jan 2010 at 5:41
Since it doesn't seem to happen anymore to you and I couldn't reproduce it, I'll
close the bug.
Original comment by lambda...@gmail.com
on 13 Jan 2010 at 5:55
Original issue reported on code.google.com by
s.devri...@gmail.com
on 8 Jan 2010 at 6:22