Page 1 of 1

Deluge 1.3.3 columns don't add

Posted: Fri Aug 26, 2011 4:01 pm
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>

Re: Deluge 1.3.3 columns don't add

Posted: Thu Oct 27, 2011 11:22 am
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'

Re: Deluge 1.3.3 columns don't add

Posted: Thu Oct 27, 2011 11:56 am
by Cas
See new ticket and workaround patch: http://dev.deluge-torrent.org/ticket/1957

Re: Deluge 1.3.3 columns don't add

Posted: Thu Oct 27, 2011 4:14 pm
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.

Re: Deluge 1.3.3 columns don't add

Posted: Sat Oct 29, 2011 3:52 pm
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.