transdroid
transdroid copied to clipboard
Can't add new labels in Deluge 1.3.12
After typing in a new label and clicking on update, transdroid can't create a new label and throws an error saying "Error during communication; check your..." even though there is no sign of communication failure.
+1 My error from console after trying to add a new label:
[ERROR ] 11:02:30 client:391 RPCError Message Received!
RPCRequest: label.set_torrent(ec74c4f239266f66c893ab11387c5c20c0fc4bea, Skidrow)
File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 299, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "/usr/lib/python2.7/dist-packages/deluge/plugins/Label-0.2.egg/label/core.py", line 316, in set_torrent CheckInput((not label_id) or (label_id in self.labels) , _("Unknown Label")) File "/usr/lib/python2.7/dist-packages/deluge/plugins/Label-0.2.egg/label/core.py", line 88, in CheckInput raise Exception(message)
Exception: Unknown Label
+1
Can't add new labels. But I can set labels that i have manually added in deluge to torrents.
So i'm guessing that there is something wrong with the PRC call.