
[Plugin] YaRSS2 - RSS plugin with GTKUI support
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
Yeah i had it too, i think its a plugin error and its been mentioned a few times. But it seems like bro is not here to fix it anymore, so i reverted back to deluge 1.3.15 becuse all the plugins still work with that version 

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
I didn't experience the ssl error, but found the plugin is broken with python 3.9.x, because of removed deprecated function-call, so I fixed and rebuilt it.
YaRSS2-2.1.4-py3.9.egg:
https://paste.c-net.org/PimpleHunts
That specific ssl error previously mentioned, I had in another python project, gohlkegrabber, and as didn't know how to fix, then wen't in and disabled https ssl verification completely, as workaround, with:
The issue seemingly is a somewhat common issue in urllib3, some state to use requests instead - I read many workarounds, where none worked for me besides what I did above, though as said, not regarding this plugin though, just same error .
YaRSS2-2.1.4-py3.9.egg:
https://paste.c-net.org/PimpleHunts
That specific ssl error previously mentioned, I had in another python project, gohlkegrabber, and as didn't know how to fix, then wen't in and disabled https ssl verification completely, as workaround, with:
Code: Select all
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
The issue seemingly is a somewhat common issue in urllib3, some state to use requests instead - I read many workarounds, where none worked for me besides what I did above, though as said, not regarding this plugin though, just same error .
Last edited by mhertz on Sat Dec 26, 2020 11:00 pm, edited 1 time in total.
-
- Member
- Posts: 10
- Joined: Fri Nov 15, 2019 4:20 am
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
hi mhertz, thanks for your reply, i was just wondering where or how to impliment that bit of code?
thanks again
thanks again
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
You're welcome. Hope it works for you.
Here's a build with disabled ssl verification of https feeds, and also the fix for python 3.9.x support, but should work on earlier python's too: https://paste.c-net.org/PotionsAgony
Just in case, here's a build with only disabled ssl, and nothing else, so no python 3.9 fix: https://paste.c-net.org/RuthlessHarley
Here's a build with disabled ssl verification of https feeds, and also the fix for python 3.9.x support, but should work on earlier python's too: https://paste.c-net.org/PotionsAgony
Just in case, here's a build with only disabled ssl, and nothing else, so no python 3.9 fix: https://paste.c-net.org/RuthlessHarley
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
nvm, already solved.
Who is online
Users browsing this forum: No registered users and 7 guests