Page 30 of 78

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Posted: Mon Oct 14, 2013 10:51 am
by SergeyAka
Hi
I get very often error message in RSS feed. There is writen some thing like: error 104. The connection was closed by other side. When I get this error the RSS feed can't be updated, the list of news is empty.
The YaRSS2 plugin works at all, a few torrents was downloaded in automaticaly mode.
See screenshot http://s1.ipicture.ru/uploads/20131014/SeVxgosW.png

Ubuntu 13.04 х64, YaRSS2-1.3.1-py2.7, Deluge 1.3.6.

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Posted: Mon Oct 14, 2013 2:32 pm
by bro
Maybe you fetch the RSS too often and they have a limit? What interval do you use?

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Posted: Tue Oct 15, 2013 3:07 pm
by SergeyAka
Maybe. Update interval is 30 minutes.

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Posted: Wed Oct 16, 2013 11:13 am
by SergeyAka
I think the problem was in wrong set up Ipv6 tunnel. Now I'm using only ipv4 and problem with RSS is gone.

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Posted: Sat Oct 19, 2013 10:42 am
by bro
xyzzy wrote:Thanks, bro, I PM'ed you my logs etc. I haven't tried the daemon/client mode yet but my current workaround is to make changes in the GUI, close Deluge, and then restart it and never touch the preferences dialog after that. I have been able to keep it running for a couple of days that way.
Can you try the attached version and report back if you see less crashes?

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Posted: Tue Oct 29, 2013 7:19 am
by pritect
I am new to Deluge, so maybe I am doing something wrong, but I want to use YaRSS2 with the Extractor plugin

The Extractor plugin doesn't work when Move Completed is activated, and I can't find how to disable Move Completed in YaRSS2

Is it possible?

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Posted: Tue Oct 29, 2013 3:57 pm
by bro
@pritect
Have you tried having the "Move Completed" field empty?

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Posted: Wed Oct 30, 2013 8:39 am
by pritect
Thanks @bro, it worked

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Posted: Wed Nov 06, 2013 7:14 pm
by gurrrm
Apologies if this is documented elsewhere, but I scanned the thread and didn't see any mention of it. Is there any support for capturing submatches and re-using them as variables? i.e., in a (perl, for example) substition regex like s/My.Favorite.Show.*S(\d{2}).*E(\d{2})/Season $1, Episode $2/, the parentheses capture the season and episode numbers and are re-usable in variables $1 and $2.

I'd like to use the matches in the Move Completed fields, so that I could file a show in the specific season's subdirectory, like /path/to/TV Shows/My Favorite Show/Season 1/, and have Deluge pick the correct subdirectory.

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Posted: Thu Nov 07, 2013 10:20 pm
by bro
@gurrrm
This is not supported, but it's a good idea to implement!