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.
[Plugin] YaRSS2 - RSS plugin with GTKUI support
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
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.
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
Maybe. Update interval is 30 minutes.
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
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
Can you try the attached version and report back if you see less crashes?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.
- 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.
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
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?
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
@pritect
Have you tried having the "Move Completed" field empty?
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.
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
Thanks @bro, it worked
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
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.
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
@gurrrm
This is not supported, but it's a good idea to implement!
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.