Ticket #4125 (closed defect: fixed)

Opened 6 weeks ago

Last modified 5 weeks ago

Traceback: Gajim: Error loading image coercing to Unicode: need string or buffer, URLError found

Reported by: r000n Owned by:
Priority: normal Milestone: 0.12
Component: None Version: svn
Severity: normal Keywords: traceback, image, xhtml-im
Cc: OS: Unix

Description

Traceback on xhtml-im message in groupchat receiving:

Received message:

<message from='gajim@conference.gajim.org/nahy' to='r000n@jabber.org/Gajim' xml:lang='ru' type='chat' id='1627'>
<body>.. image:: http://img-fotki.yandex.ru/get/19/nahy.0/0_112bf_e1071425_M</body>
<html xmlns='http://jabber.org/protocol/xhtml-im'>
<body xmlns='http://www.w3.org/1999/xhtml'>
<img src='http://img-fotki.yandex.ru/get/19/nahy.0/0_112bf_e1071425_M' alt='http://img-fotki.yandex.ru/get/19/nahy.0/0_112bf_e1071425_M'/>
</body>
</html>
<active xmlns='http://jabber.org/protocol/chatstates'/>
<x xmlns='jabber:x:event'>
<composing/>
</x>
<thread>NSWCdlGHXNwdTshNWZbAjYWzswQMpVzw</thread>
</message>

Traceback:

22 Jul 2008 16:03:40 Gajim: Error loading image coercing to Unicode: need string or buffer, URLError found

Attachments

representing.diff (510 bytes) - added by Florob 6 weeks ago.
Make exception handling not cause an exception

Change History

Changed 6 weeks ago by Florob

Make exception handling not cause an exception

Changed 5 weeks ago by r000n

Seems problem in python. But Florob' patch can prevents freezing on exception, and it's good in any case)

Changed 5 weeks ago by js

  • status changed from new to closed
  • resolution set to fixed

(In [10028]) [Florob] Make exception handling not cause an exception. Fixes #4125.

Add/Change #4125 (Traceback: Gajim: Error loading image coercing to Unicode: need string or buffer, URLError found)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.