- Code: Select all
automatic -v 3 -l /addons-config/automatic.log -c /etc/automatic.conf
Here's my complete automatic.conf. I removed all of the excess to try to simplify and changed my cookie info:
- Code: Select all
#Boston Bruins from iomag
feed = { url => "http://www.nhltorrents.co.uk/rsscappers.php?id=2163"
cookies => "uid=12345;pass=1212121212121212121212121212121"
}
#San Jose Sharks by MagicPotatoes
feed = { url => "http://www.nhltorrents.co.uk/rsscappers.php?id=40486"
cookies => "uid=12345;pass=1212121212121212121212121212121"
}
#Detroit Red Wings by Textbook
feed = { url => "http://www.nhltorrents.co.uk/rsscappers.php?id=3066"
cookies => "uid=12345;pass=1212121212121212121212121212121"
}
#Phillyslims
feed = { url => "http://www.nhltorrents.co.uk/rsscappers.php?id=17122"
cookies => "uid=12345;pass=1212121212121212121212121212121"
}
interval = 10
use-transmission = no
torrent-folder = "/USB/WD_1TB/torrents/sources/testNHL/"
statefile = "/addons-config/automatic.state"
# Filters
filter = {
pattern => "NHL.*720"
folder => "/WD_1TB/torrents/NHL/"
}
filter = {
pattern => "NHL.*HDTV"
folder => "/WD_1TB/torrents/NHL/"
}
Here's a snipet of the log where I think the error is occuring. "Error opening file for writing: No such file or directory" keeps popping up. It's unclear to me whether that means it can't get the file from the torrent site, or whether it can't create the file on the NAS. The folder exists that I want to download the torrent file to (/USB/WD_1TB/torrents/sources/testNHL/) and I gave it 777 permissions:
- Code: Select all
../src/web.c, 108: [write_header_callback] Found filename: [TSTN] NHL - Preseason - Buffalo Sabres @ Toronto Maple Leafs - 2011/09/23 - English - 720 HD.torrent
../src/web.c, 188: [write_data_callback] allocated 102400 bytes for mem->response->data
../src/web.c, 438: [getHTTPData] response code: 0
../src/torrent.c, 52: Content-Filename: [TSTN] NHL - Preseason - Buffalo Sabres @ Toronto Maple Leafs - 2011/09/23 - English - 720 HD.torrent
../src/file.c, 86: Error opening file for writing: No such file or directory
../src/list.c, 228: [cleanupList] size before: 3
../src/list.c, 239: [cleanupList] size after: 0
../src/web.c, 570: [closeCURLSession] Closing curl session 0x3a468
Any suggestions would be appreciated. I've got the watch-directory working perfectly in Transmission so getting this to work would be killer.
