Opened 8 years ago

Closed 8 years ago

#2941 closed bug (Fixed)

Deluge 1.3.13 crash after add torrent

Reported by: Haxy89 Owned by:
Priority: blocker Milestone: 1.3.14
Component: Core Version: 1.3.13
Keywords: Cc:

Description

deluged -v:

deluged: 1.3.13
/usr/lib/python2.7/dist-packages/deluge/_libtorrent.py:59: RuntimeWarning: to-Python converter for boost::shared_ptr<libtorrent::alert> already registered; second conversion method ignored.
  import libtorrent as lt
libtorrent: 1.1.1.0

error log:

File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1195, in run
self.mainLoop()
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1204, in mainLoop
self.runUntilCurrent()
 --- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 825, in runUntilCurrent
     call.func(*call.args, **call.kw)
File "/usr/lib/python2.7/dist-packages/deluge/core/torrentmanager.py", line 1058, in on_alert_tracker_error
     torrent.set_tracker_status("%s: %s" % (_("Error"), error_message))
exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 1: ordinal not in range(128)

Change History (4)

comment:1 by Haxy89, 8 years ago

Component: UnknownCore
Milestone: needs verified1.3.14
Priority: criticalblocker

comment:2 by Calum, 8 years ago

Are you using a deluge with a non-ascii language?

Edit:

It's ok I can replicate the issue with russian language set.

Last edited 8 years ago by Calum (previous) (diff)

comment:3 by Haxy89, 8 years ago

WebUi is in Polish

comment:4 by Calum, 8 years ago

Resolution: Fixed
Status: newclosed

Fixed in 1.3-stable: [0b4627be8aa] & [48cedf635f]

Note: See TracTickets for help on using tickets.