Hi Bro,
I have been testing the development version and I have found some strange behaviour.
My setup is deluge-daemon 1.3.5 running in my HTPC (xubuntu 12.04 x86_64) and deluge-gtk-client 1.3.5 in my desktop machine (OSX mountain lion) connecting to deluge-daemon in my HTPC.
To try the development version I downloaded the source code from github in my HTPC machine and then "git checkout development" and then "python setup.py bdist_egg" which generated the file YaRSS2-1.1.4-py2.7.egg. I have then removed the older version of yarss2, installed the new one and restarted deluge-daemon. Once upgraded I can see in the plugin properties that version 1.1.4 of yarss2 is installed. The strange thing is that from my mac I can´t see yarss2 configuration GUI. If I open the deluge-gtk-client in my HTPC connecting to the same deluge-daemon running in localhost I can see the yarss2 config GUI. So I can only see the yarss2 configuration GUI from my linux machine but not from my mac machine (both connecting to the same deluge-daemon).
So I have tried to configure a subscription from my linux machine and seems to work but the torrent doesn´t start downloading. In the log I see that one entry matched my search. I don´t see any error in the GUI log but I have seen this in /var/log/deluge/daemon.log
Code: Select all
[ERROR ] 21:05:13 rpcserver:303 Exception calling RPC request: 'cookies_dict'
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 298, in dispatch
ret = self.factory.methods[method](*args, **kwargs)
File "build/bdist.linux-x86_64/egg/yarss2/core.py", line 76, in initiate_rssfeed_update
self.rssfeed_timer.rssfeed_update_handler(rssfeed_key, subscription_key=subscription_key)
File "build/bdist.linux-x86_64/egg/yarss2/rssfeed_handling.py", line 434, in rssfeed_update_handler
self.yarss_config.get_config())
File "build/bdist.linux-x86_64/egg/yarss2/torrent_handling.py", line 151, in add_torrents
torrent_match["cookies_dict"],
KeyError: 'cookies_dict'
thanks in advance for any help.
P.S. I double checked that I am running the latest available version of deluge in my osx machine (
https://github.com/downloads/vguerci/De ... 1.x64.tbz2) and even tried to delete deluge config in my mac and start from scratch but I couldn´t get the yarss2 gui (it worked with yarss2 1.1.3)