12-26-2015, 08:13 PM
Hello everyone.
I'm trying to set up the SickPotatoHead addon on my OpenElec machine, but I have some problems with the Torrentz provider, and I was wondering if any of you could help me.
For example, let's say that I want to download an episode of The Big Bang Theory.
The corresponding search string is:
If I try to type this string into my web browser, I get what looks like an ordinary xml page, but in SickPotatoHead it seems to return an invalid or null value.
To be more precise, the problem seems to arise in the getUrl function in helpers.py. Here's the piece of code I'm referring to:
The error I get is this:
Do you have any idea what may have gone wrong?
I'm trying to set up the SickPotatoHead addon on my OpenElec machine, but I have some problems with the Torrentz provider, and I was wondering if any of you could help me.
For example, let's say that I want to download an episode of The Big Bang Theory.
The corresponding search string is:
Code:
https://torrentz.eu/feed?q=The+Big+Bang+Theory+S09E10
To be more precise, the problem seems to arise in the getUrl function in helpers.py. Here's the piece of code I'm referring to:
Code:
resp = session.get(url, timeout=timeout, allow_redirects=True, verify=session.verify)
Code:
Connection error to getURL https://torrentz.eu/feed?q=Big+Bang+Theory+S09E10 Error: u"error ('Connection aborted.', error(104, 'Connection reset by peer'))"