[Plugin] YaRSS2 - RSS plugin with GTKUI support

Suggest, post, or discuss plugins for Deluge
SergeyAka
New User
New User
Posts: 7
Joined: Fri Oct 11, 2013 11:13 am

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

Post 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.
bro
Top Bloke
Top Bloke
Posts: 364
Joined: Sun Aug 28, 2011 6:46 pm
Location: Norway

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

Post by bro »

Maybe you fetch the RSS too often and they have a limit? What interval do you use?
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
SergeyAka
New User
New User
Posts: 7
Joined: Fri Oct 11, 2013 11:13 am

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

Post by SergeyAka »

Maybe. Update interval is 30 minutes.
SergeyAka
New User
New User
Posts: 7
Joined: Fri Oct 11, 2013 11:13 am

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

Post 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.
bro
Top Bloke
Top Bloke
Posts: 364
Joined: Sun Aug 28, 2011 6:46 pm
Location: Norway

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

Post 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?
Attachments
YaRSS2-1.3.2-py2.6.egg
(1.44 MiB) Downloaded 467 times
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
pritect
New User
New User
Posts: 2
Joined: Tue Oct 29, 2013 7:09 am

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

Post 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?
bro
Top Bloke
Top Bloke
Posts: 364
Joined: Sun Aug 28, 2011 6:46 pm
Location: Norway

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

Post by bro »

@pritect
Have you tried having the "Move Completed" field empty?
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
pritect
New User
New User
Posts: 2
Joined: Tue Oct 29, 2013 7:09 am

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

Post by pritect »

Thanks @bro, it worked
gurrrm
New User
New User
Posts: 2
Joined: Wed Nov 06, 2013 6:58 pm

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

Post 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.
bro
Top Bloke
Top Bloke
Posts: 364
Joined: Sun Aug 28, 2011 6:46 pm
Location: Norway

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

Post by bro »

@gurrrm
This is not supported, but it's a good idea to implement!
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
Post Reply