Deluge 1.3.3 columns don't add

General support for problems installing or using Deluge
Post Reply
devcode

Deluge 1.3.3 columns don't add

Post by devcode »

Hi!
Deluge 1.3.3 columns to the russian name don't add, if column on eng then add and don't add label on russian lang

log:

Code: Select all


devcode@DevComp:~$ deluge-gtk -L error
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/listview.py", line 339, in on_menuitem_toggled
    self.columns[name].column.set_visible(widget.get_active())
KeyError: '\xd0\xa0\xd0\xbe\xd0\xb7\xd0\xb4\xd0\xb0\xd0\xbd\xd0\xbe'
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/listview.py", line 339, in on_menuitem_toggled
    self.columns[name].column.set_visible(widget.get_active())
KeyError: '\xd0\x97\xd0\xb0\xd0\xb3\xd1\x80\xd1\x83\xd0\xb6\xd0\xb5\xd0\xbd\xd0\xbe'
[ERROR   ] 18:53:56 client:393 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: label.add(Видео)
--------------------------------------------------------------------------------
  File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 298, in dispatch
    ret = self.factory.methods[method](*args, **kwargs)
  File "/usr/share/pyshared/deluge/plugins/Label-0.1-py2.6.egg/label/core.py", line 189, in add
    CheckInput(RE_VALID.match(label_id) , _("Invalid label, valid characters:[a-z0-9_-]"))
  File "/usr/share/pyshared/deluge/plugins/Label-0.1-py2.6.egg/label/core.py", line 88, in CheckInput
    raise Exception(message)

Exception: Неправильная метка. Допустимые символы: латиница (A-Z), арабские цифры (0-9), дефис, подчеркивание.
--------------------------------------------------------------------------------
Unhandled error in Deferred:
Traceback (most recent call last):
Failure: deluge.ui.client.DelugeRPCError: <deluge.ui.client.DelugeRPCError object at 0x406f310>
Lukos
New User
New User
Posts: 5
Joined: Fri Sep 02, 2011 9:15 am

Re: Deluge 1.3.3 columns don't add

Post by Lukos »

Have the same issue with Swedish language, did get this when trying to add 'ratio' column. Are there any workaround?

Code: Select all

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/listview.py", line 339, in on_menuitem_toggled
    self.columns[name].column.set_visible(widget.get_active())
KeyError: 'F\xc3\xb6rh\xc3\xa5llande'
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge 1.3.3 columns don't add

Post by Cas »

See new ticket and workaround patch: http://dev.deluge-torrent.org/ticket/1957
Lukos
New User
New User
Posts: 5
Joined: Fri Sep 02, 2011 9:15 am

Re: Deluge 1.3.3 columns don't add

Post by Lukos »

Cas wrote:See new ticket and workaround patch: http://dev.deluge-torrent.org/ticket/1957
Thanks, but how do I apply the patch? Only edit the source file? Will it effect the version numbering, will my client become a modified version since the edit will change the hash if it exist.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge 1.3.3 columns don't add

Post by Cas »

Lukos wrote:
Cas wrote:See new ticket and workaround patch: http://dev.deluge-torrent.org/ticket/1957
Thanks, but how do I apply the patch? Only edit the source file? Will it effect the version numbering, will my client become a modified version since the edit will change the hash if it exist.
It is best to simply edit the file in the location where Deluge is installed.

The client version will not change and there is no hash except for the source tarball that we release.
Post Reply