xombiemp / ultimate-torrent-setup

All the files needed for the Ultimate Torrent Setup, featuring Ubuntu, rtorrent, ruTorrent, Sonarr, Radarr.
232 stars 44 forks source link

Couch Potato not creating cp.torrent.fail files instead of snatching movies #52

Closed akasoldats closed 6 years ago

akasoldats commented 7 years ago

I'm not sure if this is related to CP specifically, the overall torrent setup, or user error on my part however every movie added via CP creates a *.cp(tt########).torrent.fail file in the watch directory. If I nab a torrent from CP and past the ui into rtorrent it works fine. Any ideas what might cause this?

akasoldats commented 7 years ago

Upon further inspection it looks like it starts out as a .torrent file and then eventually is changed into a .torrent.fail file. :/

xombiemp commented 7 years ago

Rutorrent is the process that is adding .fail to the torrent file because it is failing to add the torrent for some reason.

In couchpotato, go to Setting General and make sure folder CHMOD is 0775 and file CHMOD is 0664.

akasoldats commented 7 years ago

Those were already set. Any other ides? Is there an error log somewhere I can check to see why rutorrent is failing?

skluthe commented 7 years ago

Set a cronjob to look at your watch folder and rename any .fail file to remove the .fail extension and set the permissions using chmod. If you need a specific cron command let me know.

xombiemp commented 6 years ago

Guide now uses Radarr instead of CouchPotato.