I am trying to install YaRSS2 but just can't get it to stick. When I hit Apply, it just clears the checkbox and this shows up in the log:
2016-03-17 22:58:16,732 DEBG 'deluge-web' stderr output:
[ERROR ] 22:58:16 client:391 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: notifications.set_config({u'smtp_port': u'', u'smtp_recipients': [], u'smtp_tls': False, u'smtp_enabled': False, u'subscriptions': {u'email': []}})
--------------------------------------------------------------------------------
File "/usr/lib/python2.7/site-packages/deluge/core/rpcserver.py", line 299, in dispatch
ret = self.factory.methods[method](*args, **kwargs)
File "/usr/lib/python2.7/site-packages/deluge/plugins/Notifications-0.2-py2.7.egg/notifications/core.py", line 235, in set_config
self.config[key] = config[key]
File "/usr/lib/python2.7/site-packages/deluge/config.py", line 169, in __setitem__
return self.set_item(key, value)
File "/usr/lib/python2.7/site-packages/deluge/config.py", line 211, in set_item
value = oldtype(value)
ValueError: invalid literal for int() with base 10: ''
--------------------------------------------------------------------------------
(Updated a few minutes later) - well, it appears the snippet above is irrelevant. When I only try to enable YaRSS2, there are no entries in the log at all. I'm about to tear my hair out....
Any suggestions? Thank you.
Peter