Page 1 of 1

Not snatching from IPtorrents

Posted: Sat Sep 24, 2016 2:45 pm
by Daudiren
Hi Clinton,

I know you're a busy man. I'm just curious if this has gotten on your radar yet?

https://github.com/CouchPotato/CouchPot ... ssues/6752

It's an issue where CP is not snatching from IPTorrents, but other trackers works just fine. Someone is mentioning a fix as well, but I'm thinking of waiting for a official update so that I don't get any conflicts in the code.

Re: Not snatching from IPtorrents

Posted: Tue Sep 27, 2016 2:25 pm
by Daudiren
Had to get this working. Tried the following fix by replacing line 63 of the IPTorrents file.

Code: Select all

result_table = html.find('table', attrs = {'class': 'torrents'})
with

Code: Select all

result_table = html.find('table', id='torrents')
Seems to be working again now. If I understand this correctly it's IPtorrents that has changed something on their end which makes the current version of CouchPotato on ASUSTOR not communicate with website correctly.

If you want to try this yourself you have to SSH in to your NAS and locate the following path:
couchpotato/core/media/_base/providers/torrent/iptorrents.py

Use vi or something to edit the file. I read that there might be a merge conflict if this is updated by Clinton and you have auto-update enabled.

Re: Not snatching from IPtorrents

Posted: Sun Oct 02, 2016 10:05 pm
by clinton.hall
Thanks Daudiren.
This change needs to be made in the CouchPotato source. As soon as this is done, the Asustor APP will pull the latest changes and fix this.

If it has not already been suggested on github, you might want to post the solution there as this is for more than just Ausustor app.

Re: Not snatching from IPtorrents

Posted: Fri Sep 22, 2017 2:57 pm
by Ant0NLombArD0
Daudiren wrote:Hi Clinton,

I know you're a busy man. I'm just curious if this has gotten on your radar yet?

It's an issue where CP is not snatching from IPTorrents, but other trackers works just fine. Someone is mentioning a fix as well, but I'm thinking of waiting for a official update so that I don't get any conflicts in the code.
came here googling the same.