[Plugin] YaRSS2 - RSS plugin with GTKUI support

Suggest, post, or discuss plugins for Deluge
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 »

captainnapalm wrote:Hey bro, again, thanks for your awesome plugin. I've figured out the majority of my issues with the plugin with your help previously.

I'm curious to know if label support is still in the forecast to be supported. It's the last remaining piece of the puzzle for me.
Hi

I actually started implementing that a while ago, but I didn't have time to finish it. It's absolutely in the forecast, but I can't promise anything. Implementing that feature probably has the highest priority, after fixing bugs.
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.
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 »

puddz wrote:
bro wrote:The bug is not in Deluge, but it could be a bug in libraries included with the Deluge (Windows) installer's python version.

Can you try the attached version? If the Deluge installer you used includes python 2.6, rename the egg to YaRSS2-1.3.4-py2.6.egg
I'm now getting "[Errno 9] Bad file descriptor"
It appears when I try to edit a subscription but not in the message log like the other error.
Ok, can you try the one attached?

Edit: This forces SSL3, which would only work if the server has trouble handling TLS. If that is the case, the server should be fixed. I tested it with a couple of servers, and they didn't accept it, so this is only for debug purpose.
Attachments
YaRSS2-1.3.4.1-py2.7.egg
(1.43 MiB) Downloaded 565 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.
puddz
New User
New User
Posts: 7
Joined: Mon Apr 27, 2015 2:24 pm

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

Post by puddz »

bro wrote: Ok, can you try the one attached?

Edit: This forces SSL3, which would only work if the server has trouble handling TLS. If that is the case, the server should be fixed. I tested it with a couple of servers, and they didn't accept it, so this is only for debug purpose.
Still the same error. " "[Errno 9] Bad file descriptor""
If it can help, I can pm you the rss link.
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 »

puddz wrote:
bro wrote: Ok, can you try the one attached?

Edit: This forces SSL3, which would only work if the server has trouble handling TLS. If that is the case, the server should be fixed. I tested it with a couple of servers, and they didn't accept it, so this is only for debug purpose.
Still the same error. " "[Errno 9] Bad file descriptor""
If it can help, I can pm you the rss link.
Sure, if I can test myself it'll be easier.
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.
puddz
New User
New User
Posts: 7
Joined: Mon Apr 27, 2015 2:24 pm

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

Post by puddz »

bro wrote: Sure, if I can test myself it'll be easier.
Sent :)
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 »

After testing a bit it seems to be an issue in Python's SSL library. This is a platform independent issue, which has been fixed in Python 2.7.9. Presumably, as Deluge 3.11 was released November 30, 2014, and Python 2.7.9 was released 2014-12-10, it's safe to say the Python (2.7) version included in the Windows installer is older. It's the same issue with Python 2.6.9 (currently latest version), so I'm not sure if it'll be fixed in Python 2.6 at all.

I haven't found a way to make it work with older Python versions.
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.
Kourkis
New User
New User
Posts: 3
Joined: Tue Apr 28, 2015 8:10 pm

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

Post by Kourkis »

bro wrote:After testing a bit it seems to be an issue in Python's SSL library. This is a platform independent issue, which has been fixed in Python 2.7.9. Presumably, as Deluge 3.11 was released November 30, 2014, and Python 2.7.9 was released 2014-12-10, it's safe to say the Python (2.7) version included in the Windows installer is older. It's the same issue with Python 2.6.9 (currently latest version), so I'm not sure if it'll be fixed in Python 2.6 at all.

I haven't found a way to make it work with older Python versions.
Hello, I've got the same problem as puddz, the thing is that it was working fine 5 days ago, and all of a sudden it stopped working, with the error message

Code: Select all

bozo_exception when parsing rssfeed: <urlopen error [Errno 1] _ssl.c:490: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error>
My version of Python hasn't changed in the meantime, so I doubt it comes from here. Even if it comes from here, I have the version 2.7.9 installed, which fixes this issue.
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 »

Kourkis wrote:
bro wrote:After testing a bit it seems to be an issue in Python's SSL library. This is a platform independent issue, which has been fixed in Python 2.7.9. Presumably, as Deluge 3.11 was released November 30, 2014, and Python 2.7.9 was released 2014-12-10, it's safe to say the Python (2.7) version included in the Windows installer is older. It's the same issue with Python 2.6.9 (currently latest version), so I'm not sure if it'll be fixed in Python 2.6 at all.

I haven't found a way to make it work with older Python versions.
Hello, I've got the same problem as puddz, the thing is that it was working fine 5 days ago, and all of a sudden it stopped working, with the error message

Code: Select all

bozo_exception when parsing rssfeed: <urlopen error [Errno 1] _ssl.c:490: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error>
My version of Python hasn't changed in the meantime, so I doubt it comes from here. Even if it comes from here, I have the version 2.7.9 installed, which fixes this issue.
I know that the Python version in the Windows installer hasn't changed, but if the servers started requiring certain features that do not work with the included Python version, it would explain why it happens now.

Are you on Windows?
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.
puddz
New User
New User
Posts: 7
Joined: Mon Apr 27, 2015 2:24 pm

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

Post by puddz »

bro wrote:After testing a bit it seems to be an issue in Python's SSL library. This is a platform independent issue, which has been fixed in Python 2.7.9. Presumably, as Deluge 3.11 was released November 30, 2014, and Python 2.7.9 was released 2014-12-10, it's safe to say the Python (2.7) version included in the Windows installer is older. It's the same issue with Python 2.6.9 (currently latest version), so I'm not sure if it'll be fixed in Python 2.6 at all.

I haven't found a way to make it work with older Python versions.
So there's no way to fix it until Deluge updates?
Kourkis
New User
New User
Posts: 3
Joined: Tue Apr 28, 2015 8:10 pm

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

Post by Kourkis »

bro wrote:
Kourkis wrote:
bro wrote:After testing a bit it seems to be an issue in Python's SSL library. This is a platform independent issue, which has been fixed in Python 2.7.9. Presumably, as Deluge 3.11 was released November 30, 2014, and Python 2.7.9 was released 2014-12-10, it's safe to say the Python (2.7) version included in the Windows installer is older. It's the same issue with Python 2.6.9 (currently latest version), so I'm not sure if it'll be fixed in Python 2.6 at all.

I haven't found a way to make it work with older Python versions.
Hello, I've got the same problem as puddz, the thing is that it was working fine 5 days ago, and all of a sudden it stopped working, with the error message

Code: Select all

bozo_exception when parsing rssfeed: <urlopen error [Errno 1] _ssl.c:490: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error>
My version of Python hasn't changed in the meantime, so I doubt it comes from here. Even if it comes from here, I have the version 2.7.9 installed, which fixes this issue.
I know that the Python version in the Windows installer hasn't changed, but if the servers started requiring certain features that do not work with the included Python version, it would explain why it happens now.

Are you on Windows?
Yes, Windows 8.1
Post Reply