Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Sorry for not informing you guys earlier, but I moved this weekend and will be without Internet until Monday. The site will be up shortly afterwards again
Last edited by KyleK (2012-04-01 09:22:27)
Offline
Sorry for the newbie question. I have tried to figure this out but am literally stuck!
It appears that my parameters and filter is working but why is it that I'm getting a Response Code: 403 error? I have a DNS-323 and when I ping the source it comes back okay. here's how the log reads. Any suggestions?
../src/automatic.c, 424: [1] Found new download: The Colbert Report 2012-04-11 [HDTV - FQM] (http://torrent.zoink.it/The.Colbert.Report.2012.04.11.(HDTV-FQM)[VTV].torrent)
../src/torrent.c, 159: sendHTTPData() failed! (Response Code: 403)
Offline
I updated from fun_plug 0.5 to 0.7 oabi
how i can install Automatic??
Offline
I currently do not provide builds for ffp 0.7 oabi, but you can download the Automatic sources and build it yourself on the device.
Offline
dnsnewbie wrote:
Sorry for the newbie question. I have tried to figure this out but am literally stuck!
It appears that my parameters and filter is working but why is it that I'm getting a Response Code: 403 error? I have a DNS-323 and when I ping the source it comes back okay. here's how the log reads. Any suggestions?
../src/automatic.c, 424: [1] Found new download: The Colbert Report 2012-04-11 [HDTV - FQM] (http://torrent.zoink.it/The.Colbert.Report.2012.04.11.(HDTV-FQM)[VTV].torrent)
../src/torrent.c, 159: sendHTTPData() failed! (Response Code: 403)
Not sure if this helps , but here is one of my automatic.cong files , without the username and password of course.
This one checks the RSS feed i wrote that scans the pirate bay for good quality new movies only (thats the rss link) and scans it every 30 minutes and downloads if it finds something new thanks to KyleKs amazing Automatic
Have a look and see if it helps you out - our use my feed if you want.
Offline
@Kylek
This is the only active Automatic forum I can find!! I am using Automatic on a Iomega Storcenter ix4-200d. I compiled from source and it was working perfectly until recently.
I ran the command:
/opt/bin/automatic -o -f -c /etc/automatic.conf -v 3 -l /home/default/automatic.log
And here is my log output (personal data XXXX'd out!!)
http://pastebin.com/9uDc1vRM
Is there any help that you or anyone could offer me?! I am really missing my rss!!
Thank a Million,
The Capt.
Offline
The log says that it couldn't resolve the host, which might either mean your torrent source was temporarily down, or your NAS isn't able to resolve domains anymore.
Check if you can ping any website from your NAS.
Offline
KyleK wrote:
The log says that it couldn't resolve the host, which might either mean your torrent source was temporarily down, or your NAS isn't able to resolve domains anymore.
Check if you can ping any website from your NAS.
You are a legend!! My DNS name server had changed when I changed ISP!! I changed it to OpenDNS Nameservers and now it is working perfectly! Thanks a million for a great piece of software!!
Offline
Just in case anyone has a similar issue - Google have a nice handy dns if its ever required ... 8.8.8.8
Offline
@djtaz
Thanks for sharing your .conf. and I just gave your filter & feeds a try but am still getting the same error 403..
Any idea what Response Code 403 is pertaining to this? or suggestions?
[12/05/04 23:19:27] ../src/automatic.c, 424: [2] Found new download: Chronicle.2012.SYNCFIXED.DVDRip.XviD-SPARKS [NO RAR] (magnet:?xt=urn:btih:1e58af636edb068de53f8af164e5dc3cd45ad52d&dn=Chronicle.2012.SYNCFIXED.DVDRip.XviD-SPARKS+%5BNO+RAR%5D)
../src/torrent.c, 159: sendHTTPData() failed! (Response Code: 403)
Offline
HTTP 403 means "forbidden", i.e. bad auth credentials.
Does your Transmission require a password to log in? Then Automatic needs that login data as well.
Offline
dnsnewbie wrote:
@djtaz
Thanks for sharing your .conf. and I just gave your filter & feeds a try but am still getting the same error 403..
Any idea what Response Code 403 is pertaining to this? or suggestions?
[12/05/04 23:19:27] ../src/automatic.c, 424: [2] Found new download: Chronicle.2012.SYNCFIXED.DVDRip.XviD-SPARKS [NO RAR] (magnet:?xt=urn:btih:1e58af636edb068de53f8af164e5dc3cd45ad52d&dn=Chronicle.2012.SYNCFIXED.DVDRip.XviD-SPARKS+%5BNO+RAR%5D)
../src/torrent.c, 159: sendHTTPData() failed! (Response Code: 403)
As KyleK already said , try checking the conf file and see if u have this filled in properly
# For Transmission 1.3x and newer only: If you configured Transmission/Clutch to use password authentication, Automatic needs that information as well # EXAMPLE : rpc-auth = "user:pass" rpc-auth = "USERNAME:PASSWORD"
Offline
Hi KyleK
been using Automatic for a few years now. Thanks for a great application!
Any idea when you'll be releasing the source for the magnet support for us who are using other platforms?
Offline
Oh, haven't I done that yet?
You can actually find Automatic on github now: https://github.com/1100101/automatic
The 'official' releases are tagged, so you can download the source packages: https://github.com/1100101/Automatic/tags
I just realized that Automatic 0.7.3 (with magnet support) is only available for ffp-0.5 so far. Gotta change that!
Offline
Great! Thanks again!
Offline
So I downloaded the new 0.7.3-zip but ran into some trouble.
There seems to be some files missing?
The configure-script reports:
"config.status: error: cannot find input file: `Makefile.in'"
I copied the Makefile.in and the following files from the 0.7.2 source. (src/Makefile.in, src/tests/Makefile.in, missing and debcomp)
Now both configure and make ran without any problems and the executable seems to work great as well because it started downloading magnets right after I restarted automatic.
Just wanted to report back and let you know everything's working. Thanks!
Offline
I tried the same thing by taking the missing files from the 0.7.2 package but got this when hitting ./configure:
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Guess i wait for a better package by Kylek
Thanks guys!
Offline
You need to install gcc on whatever platform you're trying to compile Automatic.
Offline
Thanks it seems to work just fine now. 0.7.3 up and running!
Offline
For some reason automatic cant download torrents anymore. I get some error 403. Anyone knows whats wrong and what to do?
Heres my logfile:
../src/automatic.c, 458: Checking feed 'http://rss.torrentleech.org/a6fa15266c59ef941bc6' (100 items)
../src/automatic.c, 462: History bucket size changed: 130
[12/06/04 13:50:56] ../src/automatic.c, 397: [(null)] Found new download: Game of Thrones S02E10 720p HDTV x264-IMMERSE (http://www.torrentleech.org/rss/downloa … SE.torrent)
../src/automatic.c, 316: [downloadTorrent] url=http://www.torrentleech.org/rss/download/369810/a6fa15266c59ef941bc6/Game.of.Thrones.S02E10.720p.HDTV.x264-IMMERSE.torrent, curl_session=0x239b0
../src/web.c, 390: [getHTTPData] url=http://www.torrentleech.org/rss/download/369810/a6fa15266c59ef941bc6/Game.of.Thrones.S02E10.720p.HDTV.x264-IMMERSE.torrent, curl_session=0x239b0
../src/regex.c, 95: [getRegExMatch] Text to match against: Content-Length: 168
(21 byte)
../src/web.c, 103: Content-Length: 168
../src/web.c, 420: [getHTTPData] response code: 403
../src/automatic.c, 424: Error: Download failed (Error Code 403)
../src/automatic.c, 395: Duplicate torrent: Game of Thrones S02 720p HDTV x264- TL
../src/automatic.c, 395: Duplicate torrent: Bang Bang Formosa 2012 DVDRip XviD-CoWRY
../src/list.c, 228: [cleanupList] size before: 100
../src/list.c, 239: [cleanupList] size after: 0
../src/web.c, 559: [closeCURLSession] Closing curl session 0x239b0
../src/automatic.c, 621: New bucket size: 130
Offline
HTTP 403 means "forbidden", i.e. bad auth credentials.
EDIT:
The log message is rather misleading, because the problem does not happen when downloading the torrent, it rather happens when Automatic tries to upload it to Transmission.
The message means that Transmission does not recognize Automatic as valid user, rejecting the request to add a torrent (HTTP error code 403).
If you have authentication enabled in Transmission, you also need to set the 'rpc-auth' parameter in automatic.conf.
Last edited by KyleK (2012-06-04 16:05:54)
Offline
rpc-auth = "username:password" This one? I have always have this like this but with my real user and pass off course and its been working nicely..
Here's all the log on level 3:
../src/config_parser.c, 608: Configuration file size: 4913
../src/config_parser.c, 655: skipping comment (line 0)
../src/config_parser.c, 655: skipping comment (line 1)
../src/config_parser.c, 655: skipping comment (line 2)
../src/config_parser.c, 643: skipping newline (line 3)
../src/config_parser.c, 655: skipping comment (line 4)
../src/config_parser.c, 779: [parse_config_file] option: transmission-version
../src/config_parser.c, 780: [parse_config_file] param: 1.3 (3 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: transmission-version=1.3 (type: 0)
../src/config_parser.c, 655: skipping comment (line 7)
../src/config_parser.c, 655: skipping comment (line 8)
../src/config_parser.c, 655: skipping comment (line 9)
../src/config_parser.c, 655: skipping comment (line 10)
../src/config_parser.c, 655: skipping comment (line 11)
../src/config_parser.c, 655: skipping comment (line 12)
../src/config_parser.c, 655: skipping comment (line 13)
../src/config_parser.c, 655: skipping comment (line 14)
../src/config_parser.c, 655: skipping comment (line 15)
../src/config_parser.c, 655: skipping comment (line 16)
../src/config_parser.c, 655: skipping comment (line 17)
../src/config_parser.c, 643: skipping newline (line 18)
../src/config_parser.c, 655: skipping comment (line 19)
../src/config_parser.c, 779: [parse_config_file] option: rpc-host
../src/config_parser.c, 780: [parse_config_file] param: localhost (9 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: rpc-host=localhost (type: 0)
../src/config_parser.c, 655: skipping comment (line 22)
../src/config_parser.c, 643: skipping newline (line 23)
../src/config_parser.c, 779: [parse_config_file] option: rpc-port
../src/config_parser.c, 780: [parse_config_file] param: 9091 (4 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: rpc-port=9091 (type: 1)
../src/config_parser.c, 655: skipping comment (line 26)
../src/config_parser.c, 779: [parse_config_file] option: rpc-auth
../src/config_parser.c, 780: [parse_config_file] param: user:password (12 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: rpc-auth=bjorn:as12as (type: 0)
../src/config_parser.c, 655: skipping comment (line 29)
../src/config_parser.c, 655: skipping comment (line 30)
../src/config_parser.c, 655: skipping comment (line 31)
../src/config_parser.c, 643: skipping newline (line 32)
../src/config_parser.c, 655: skipping comment (line 33)
../src/config_parser.c, 655: skipping comment (line 34)
../src/config_parser.c, 739: reading multiline param
../src/config_parser.c, 753: multiline param: param_good=0
../src/config_parser.c, 779: [parse_config_file] option: feed
../src/config_parser.c, 780: [parse_config_file] param: url => "http://rss.torrentleech.org/a6fa15266c59ef941bc6"
(61 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: feed= url => "http://rss.torrentleech.org/a6fa15266c59ef941bc6"
(type: 2)
../src/regex.c, 95: [getRegExMatch] Text to match against: http://rss.torrentleech.org/a6fa15266c59ef941bc6 (48 byte)
../src/list.c, 228: [cleanupList] size before: 1
../src/list.c, 239: [cleanupList] size after: 0
../src/config_parser.c, 655: skipping comment (line 38)
../src/config_parser.c, 655: skipping comment (line 39)
../src/config_parser.c, 643: skipping newline (line 40)
../src/config_parser.c, 643: skipping newline (line 41)
../src/config_parser.c, 655: skipping comment (line 42)
../src/config_parser.c, 779: [parse_config_file] option: interval
../src/config_parser.c, 780: [parse_config_file] param: 2 (1 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: interval=2 (type: 1)
../src/config_parser.c, 655: skipping comment (line 45)
../src/config_parser.c, 655: skipping comment (line 46)
../src/config_parser.c, 643: skipping newline (line 47)
../src/config_parser.c, 655: skipping comment (line 48)
../src/config_parser.c, 655: skipping comment (line 49)
../src/config_parser.c, 655: skipping comment (line 50)
../src/config_parser.c, 655: skipping comment (line 51)
../src/config_parser.c, 779: [parse_config_file] option: use-transmission
../src/config_parser.c, 780: [parse_config_file] param: yes (3 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: use-transmission=yes (type: 1)
../src/config_parser.c, 655: skipping comment (line 54)
../src/config_parser.c, 655: skipping comment (line 55)
../src/config_parser.c, 779: [parse_config_file] option: start-torrents
../src/config_parser.c, 780: [parse_config_file] param: yes (3 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: start-torrents=yes (type: 1)
../src/config_parser.c, 655: skipping comment (line 58)
../src/config_parser.c, 779: [parse_config_file] option: torrent-folder
../src/config_parser.c, 780: [parse_config_file] param: /volume1/transmission/incoming (30 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: torrent-folder=/volume1/transmission/incoming (type: 0)
../src/config_parser.c, 655: skipping comment (line 61)
../src/config_parser.c, 779: [parse_config_file] option: statefile
../src/config_parser.c, 780: [parse_config_file] param: /etc/automatic.state (20 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: statefile=/etc/automatic.state (type: 0)
../src/config_parser.c, 655: skipping comment (line 64)
../src/config_parser.c, 779: [parse_config_file] option: prowl-apikey
../src/config_parser.c, 780: [parse_config_file] param: 7c938b9f154985e69676ccd8b250b0d0c8a10acd (40 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: prowl-apikey=7c938b9f154985e69676ccd8b250b0d0c8a10acd (type: 0)
../src/config_parser.c, 739: reading multiline param
../src/config_parser.c, 753: multiline param: param_good=0
../src/config_parser.c, 779: [parse_config_file] option: filter
../src/config_parser.c, 780: [parse_config_file] param: pattern => "(?!.*(hdchina|chdbits|fasm|avc|voxhd|multi|cinefile|esir|dual|bd9|dts-hd|dtshd|brrip|bdrip|3d|ps3|xvid|wmv|z0n3|hdmaniacs|finnish|untouched|rx|german|legi0n|hd4u|thugline|semtex|kralimarko|hdclub))(2013|2012).*1080p"
folder => "/volume1/Media/Movies"
(269 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: filter= pattern => "(?!.*(hdchina|chdbits|fasm|avc|voxhd|multi|cinefile|esir|dual|bd9|dts-hd|dtshd|brrip|bdrip|3d|ps3|xvid|wmv|z0n3|hdmaniacs|finnish|untouched|rx|german|legi0n|hd4u|thugline|semtex|kralimarko|hdclub))(2013|2012).*1080p"
folder => "/volume1/Media/Movies"
(type: 2)
../src/list.c, 228: [cleanupList] size before: 2
../src/list.c, 239: [cleanupList] size after: 0
../src/config_parser.c, 739: reading multiline param
../src/config_parser.c, 753: multiline param: param_good=0
../src/config_parser.c, 779: [parse_config_file] option: filter
../src/config_parser.c, 780: [parse_config_file] param: pattern => "(?!.*(hebsub))alcatraz.*720p"
folder => "/volume1/Media/Series/Alcatraz"
(349 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: filter= pattern => "(?!.*(hebsub))alcatraz.*720p"
folder => "/volume1/Media/Series/Alcatraz"
(type: 2)
../src/list.c, 228: [cleanupList] size before: 2
../src/list.c, 239: [cleanupList] size after: 0
../src/config_parser.c, 739: reading multiline param
../src/config_parser.c, 753: multiline param: param_good=0
../src/config_parser.c, 779: [parse_config_file] option: filter
../src/config_parser.c, 780: [parse_config_file] param: pattern => "(?!.*(santi))game.of.thrones.*720p"
folder => "/volume1/Media/Series/Game of Thrones/S02"
(366 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: filter= pattern => "(?!.*(santi))game.of.thrones.*720p"
folder => "/volume1/Media/Series/Game of Thrones/S02"
(type: 2)
../src/list.c, 228: [cleanupList] size before: 2
../src/list.c, 239: [cleanupList] size after: 0
../src/config_parser.c, 739: reading multiline param
../src/config_parser.c, 753: multiline param: param_good=0
../src/config_parser.c, 779: [parse_config_file] option: filter
../src/config_parser.c, 780: [parse_config_file] param: pattern => "suits.*720p"
folder => "/volume1/Media/Series/Suits/S02"
(333 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: filter= pattern => "suits.*720p"
folder => "/volume1/Media/Series/Suits/S02"
(type: 2)
../src/list.c, 228: [cleanupList] size before: 2
../src/list.c, 239: [cleanupList] size after: 0
../src/config_parser.c, 739: reading multiline param
../src/config_parser.c, 753: multiline param: param_good=0
../src/config_parser.c, 779: [parse_config_file] option: filter
../src/config_parser.c, 780: [parse_config_file] param: pattern => "family.guy.*720p"
folder => "/volume1/Media/Series/Family Guy"
(153 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: filter= pattern => "family.guy.*720p"
folder => "/volume1/Media/Series/Family Guy"
(type: 2)
../src/list.c, 228: [cleanupList] size before: 2
../src/list.c, 239: [cleanupList] size after: 0
../src/config_parser.c, 739: reading multiline param
../src/config_parser.c, 753: multiline param: param_good=0
../src/config_parser.c, 779: [parse_config_file] option: filter
../src/config_parser.c, 780: [parse_config_file] param: pattern => "californication.*720p"
folder => "/volume1/Media/Series/Californication"
(92 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: filter= pattern => "californication.*720p"
folder => "/volume1/Media/Series/Californication"
(type: 2)
../src/list.c, 228: [cleanupList] size before: 2
../src/list.c, 239: [cleanupList] size after: 0
../src/config_parser.c, 739: reading multiline param
../src/config_parser.c, 753: multiline param: param_good=0
../src/config_parser.c, 779: [parse_config_file] option: filter
../src/config_parser.c, 780: [parse_config_file] param: pattern => "2012.*dvdrip"
folder => "/volume1/Media/Torrents/DVDrip"
(256 byte)
../src/config_parser.c, 781: [parse_config_file] -----------------
../src/config_parser.c, 496: filter= pattern => "2012.*dvdrip"
folder => "/volume1/Media/Torrents/DVDrip"
(type: 2)
../src/list.c, 228: [cleanupList] size before: 2
../src/list.c, 239: [cleanupList] size after: 0
../src/config_parser.c, 655: skipping comment (line 88)
../src/config_parser.c, 655: skipping comment (line 89)
../src/config_parser.c, 655: skipping comment (line 90)
../src/config_parser.c, 643: skipping newline (line 91)
[12/06/04 15:50:03] ../src/automatic.c, 556: Daemon started
../src/automatic.c, 561: Automatic version: 0.7.2 (3acd9b3)
../src/automatic.c, 562: verbose level: 3
../src/automatic.c, 563: Transmission version: 1.3
../src/automatic.c, 564: RPC host: localhost
../src/automatic.c, 565: RPC port: 9091
../src/automatic.c, 566: RPC auth: bjorn:as12as
../src/automatic.c, 567: foreground mode: no
../src/automatic.c, 568: config file: /etc/automatic.conf
../src/automatic.c, 569: Transmission home: /root/.config/transmission
../src/automatic.c, 570: check interval: 2 min
../src/automatic.c, 571: Upload limit: -1 KB/s
../src/automatic.c, 572: torrent folder: /volume1/transmission/incoming
../src/automatic.c, 573: start torrents: yes
../src/automatic.c, 574: state file: /etc/automatic.state
../src/automatic.c, 576: Prowl API key: 7c938b9f154985e69676ccd8b250b0d0c8a10acd
../src/automatic.c, 578: 1 feed URLs
../src/automatic.c, 579: Read 7 filters from config file
../src/web.c, 349: auth: bjorn:as12as
../src/web.c, 354: [am_curl_init] Created new curl session 0x239a8
../src/regex.c, 95: [getRegExMatch] Text to match against: Content-Length: 43
(20 byte)
../src/web.c, 152: Content-Length: 43
../src/regex.c, 95: [getRegExMatch] Text to match against: Content-Length: 580
(21 byte)
../src/web.c, 152: Content-Length: 580
../src/web.c, 516: response code: 409
../src/web.c, 519: Error code 409, session ID: g3iBIQqgsrQA0XI6bzrFCNwNkb41BzwI0gPH4aSmqPXixgTP
../src/web.c, 559: [closeCURLSession] Closing curl session 0x239a8
../src/web.c, 349: auth: bjorn:as12as
../src/web.c, 354: [am_curl_init] Created new curl session 0x239a8
../src/regex.c, 95: [getRegExMatch] Text to match against: Content-Length: 43
(20 byte)
../src/web.c, 152: Content-Length: 43
../src/regex.c, 95: [getRegExMatch] Text to match against: Content-Length: 1564
(22 byte)
../src/web.c, 152: Content-Length: 1564
../src/web.c, 516: response code: 200
../src/web.c, 559: [closeCURLSession] Closing curl session 0x239a8
../src/regex.c, 95: [getRegExMatch] Text to match against: {"arguments":{"alt-speed-down":50,"alt-speed-enabled":false,"alt-speed-time-begin":540,"alt-speed-time-day":127,"alt-speed-time-enabled":false,"alt-speed-time-end":1020,"alt-speed-up":50,"blocklist-enabled":false,"blocklist-size":0,"blocklist-url":"http://www.example.com/blocklist","cache-size-mb":4,"config-dir":"/usr/local/transmission/var/","dht-enabled":false,"download-dir":"/volume1/Media/Torrents","download-dir-free-space":2174011723776,"download-queue-enabled":true,"download-queue-size":5,"encryption":"tolerated","idle-seeding-limit":30,"idle-seeding-limit-enabled":false,"incomplete-dir":"/var/services/homes/transmission/Downloads","incomplete-dir-enabled":false,"lpd-enabled":false,"peer-limit-global":240,"peer-limit-per-torrent":15,"peer-port":51413,"peer-port-random-on-start":false,"pex-enabled":false,"port-forwarding-enabled":false,"queue-stalled-enabled":true,"queue-stalled-minutes":30,"rename-partial-files":true,"rpc-version":14,"rpc-version-minimum":1,"script-torrent-done-enabled":false,"script-torrent-done-filename":"","seed-queue-enabled":false,"seed-queue-size":10,"seedRatioLimit":5,"seedRatioLimited":true,"speed-limit-down":100,"speed-limit-down-enabled":false,"speed-limit-up":100,"speed-limit-up-enabled":false,"start-added-torrents":true,"trash-original-torrent-files":true,"units":{"memory-bytes":1024,"memory-units":["KiB","MiB","GiB","TiB"],"size-bytes":1000,"size-units":["kB","MB","GB","TB"],"speed-bytes":1000,"speed-units":["kB/s","MB/s","GB/s","TB/s"]},"utp-enabled":false,"version":"2.52 (13304)"},"result":"success"}
(1564 byte)
../src/regex.c, 95: [getRegExMatch] Text to match against: {"arguments":{"alt-speed-down":50,"alt-speed-enabled":false,"alt-speed-time-begin":540,"alt-speed-time-day":127,"alt-speed-time-enabled":false,"alt-speed-time-end":1020,"alt-speed-up":50,"blocklist-enabled":false,"blocklist-size":0,"blocklist-url":"http://www.example.com/blocklist","cache-size-mb":4,"config-dir":"/usr/local/transmission/var/","dht-enabled":false,"download-dir":"/volume1/Media/Torrents","download-dir-free-space":2174011723776,"download-queue-enabled":true,"download-queue-size":5,"encryption":"tolerated","idle-seeding-limit":30,"idle-seeding-limit-enabled":false,"incomplete-dir":"/var/services/homes/transmission/Downloads","incomplete-dir-enabled":false,"lpd-enabled":false,"peer-limit-global":240,"peer-limit-per-torrent":15,"peer-port":51413,"peer-port-random-on-start":false,"pex-enabled":false,"port-forwarding-enabled":false,"queue-stalled-enabled":true,"queue-stalled-minutes":30,"rename-partial-files":true,"rpc-version":14,"rpc-version-minimum":1,"script-torrent-done-enabled":false,"script-torrent-done-filename":"","seed-queue-enabled":false,"seed-queue-size":10,"seedRatioLimit":5,"seedRatioLimited":true,"speed-limit-down":100,"speed-limit-down-enabled":false,"speed-limit-up":100,"speed-limit-up-enabled":false,"start-added-torrents":true,"trash-original-torrent-files":true,"units":{"memory-bytes":1024,"memory-units":["KiB","MiB","GiB","TiB"],"size-bytes":1000,"size-units":["kB","MB","GB","TB"],"speed-bytes":1000,"speed-units":["kB/s","MB/s","GB/s","TB/s"]},"utp-enabled":false,"version":"2.52 (13304)"},"result":"success"}
(1564 byte)
../src/automatic.c, 598: RPC Version: 14
../src/web.c, 390: [getHTTPData] url=https://prowlapp.com/publicapi/verify?apikey=7c938b9f154985e69676ccd8b250b0d0c8a10acd, curl_session=(nil)
../src/web.c, 354: [am_curl_init] Created new curl session 0x239a8
../src/regex.c, 95: [getRegExMatch] Text to match against: Content-Length: 118
(21 byte)
../src/web.c, 103: Content-Length: 118
../src/web.c, 420: [getHTTPData] response code: 200
../src/prowl.c, 138: Prowl API key '7c938b9f154985e69676ccd8b250b0d0c8a10acd' is valid
../src/web.c, 559: [closeCURLSession] Closing curl session 0x239a8
../src/state.c, 111: Restored 129 old entries
[12/06/04 15:50:05] ../src/automatic.c, 608: ------ Checking for new episodes ------
../src/web.c, 390: [getHTTPData] url=http://rss.torrentleech.org/a6fa15266c59ef941bc6, curl_session=(nil)
../src/web.c, 354: [am_curl_init] Created new curl session 0x239a8
../src/web.c, 178: [write_data_callback] allocated 102400 bytes for mem->response->data
../src/web.c, 420: [getHTTPData] response code: 200
../src/automatic.c, 447: [processFeed] curl_session=0x239a8
../src/xml_parser.c, 87: 100 items in XML
../src/xml_parser.c, 135: == Done extracting RSS items ==
../src/automatic.c, 458: Checking feed 'http://rss.torrentleech.org/a6fa15266c59ef941bc6' (100 items)
../src/automatic.c, 462: History bucket size changed: 130
[12/06/04 15:50:05] ../src/automatic.c, 397: [(null)] Found new download: Game of Thrones S02E10 720p HDTV x264-IMMERSE (http://www.torrentleech.org/rss/downloa … SE.torrent)
../src/automatic.c, 316: [downloadTorrent] url=http://www.torrentleech.org/rss/download/369810/a6fa15266c59ef941bc6/Game.of.Thrones.S02E10.720p.HDTV.x264-IMMERSE.torrent, curl_session=0x239a8
../src/web.c, 390: [getHTTPData] url=http://www.torrentleech.org/rss/download/369810/a6fa15266c59ef941bc6/Game.of.Thrones.S02E10.720p.HDTV.x264-IMMERSE.torrent, curl_session=0x239a8
../src/regex.c, 95: [getRegExMatch] Text to match against: Content-Length: 168
(21 byte)
../src/web.c, 103: Content-Length: 168
../src/web.c, 420: [getHTTPData] response code: 403
../src/automatic.c, 424: Error: Download failed (Error Code 403)
../src/automatic.c, 395: Duplicate torrent: Game of Thrones S02 720p HDTV x264- TL
../src/automatic.c, 395: Duplicate torrent: Bang Bang Formosa 2012 DVDRip XviD-CoWRY
[12/06/04 15:50:05] ../src/automatic.c, 397: [(null)] Found new download: Poe 2012 DVDRiP XViD-TASTE (http://www.torrentleech.org/rss/downloa … TE.torrent)
../src/automatic.c, 316: [downloadTorrent] url=http://www.torrentleech.org/rss/download/369893/a6fa15266c59ef941bc6/Poe.2012.DVDRiP.XViD-TASTE.torrent, curl_session=0x239a8
../src/web.c, 390: [getHTTPData] url=http://www.torrentleech.org/rss/download/369893/a6fa15266c59ef941bc6/Poe.2012.DVDRiP.XViD-TASTE.torrent, curl_session=0x239a8
../src/regex.c, 95: [getRegExMatch] Text to match against: Content-Length: 168
(21 byte)
../src/web.c, 103: Content-Length: 168
../src/web.c, 420: [getHTTPData] response code: 403
../src/automatic.c, 424: Error: Download failed (Error Code 403)
../src/list.c, 228: [cleanupList] size before: 100
../src/list.c, 239: [cleanupList] size after: 0
../src/web.c, 559: [closeCURLSession] Closing curl session 0x239a8
../src/automatic.c, 621: New bucket size: 130
Last edited by whiteout (2012-06-04 19:02:09)
Offline
I have now tested to not use any authentication for transmission and fixed ort the transmission settings file and the automatic.conf. problem is still there though
[12/06/04 18:15:26] ../src/automatic.c, 556: Daemon started
../src/automatic.c, 561: Automatic version: 0.7.2 (3acd9b3)
../src/automatic.c, 562: verbose level: 2
../src/automatic.c, 563: Transmission version: 1.3
../src/automatic.c, 564: RPC host: localhost
../src/automatic.c, 565: RPC port: 9091
../src/automatic.c, 566: RPC auth: none
../src/automatic.c, 567: foreground mode: no
../src/automatic.c, 568: config file: /etc/automatic.conf
../src/automatic.c, 569: Transmission home: /root/.config/transmission
../src/automatic.c, 570: check interval: 2 min
../src/automatic.c, 571: Upload limit: -1 KB/s
../src/automatic.c, 572: torrent folder: /volume1/transmission/incoming
../src/automatic.c, 573: start torrents: yes
../src/automatic.c, 574: state file: /etc/automatic.state
../src/automatic.c, 576: Prowl API key: 7c938b9f154985e69676ccd8b250b0d0c8a10acd
../src/automatic.c, 578: 1 feed URLs
../src/automatic.c, 579: Read 7 filters from config file
../src/automatic.c, 598: RPC Version: 14
../src/prowl.c, 138: Prowl API key '7c938b9f154985e69676ccd8b250b0d0c8a10acd' is valid
../src/state.c, 111: Restored 129 old entries
[12/06/04 18:15:27] ../src/automatic.c, 608: ------ Checking for new episodes ------
../src/automatic.c, 458: Checking feed 'http://rss.torrentleech.org/a6fa15266c59ef941bc6' (100 items)
../src/automatic.c, 395: Duplicate torrent: Game of Thrones S02 720p HDTV x264- TL
../src/automatic.c, 395: Duplicate torrent: Bang Bang Formosa 2012 DVDRip XviD-CoWRY
[12/06/04 18:15:27] ../src/automatic.c, 397: [(null)] Found new download: Poe 2012 DVDRiP XViD-TASTE (http://www.torrentleech.org/rss/downloa … TE.torrent)
../src/automatic.c, 424: Error: Download failed (Error Code 403)
[12/06/04 18:15:28] ../src/automatic.c, 397: [(null)] Found new download: Game of Thrones S02 720p HDTV AC3 x264-EbP (http://www.torrentleech.org/rss/downloa … bP.torrent)
../src/automatic.c, 424: Error: Download failed (Error Code 403)
Im so lost when it comes to these things. Any idea what to try next? any of the dependencies that might be wrong?
Offline
You're running ffp-0.7-oabi, right?
And you built Automatic yourself?
Can you try my package instead (see signature)?
Offline
Im on a synology 411j NAS and i have used the source from page#1 on this topic. I think all of this started when i upgraded to 0.7.3 but i have now managed to downgrade to 0.7.2 again. i dont know how to install from oabi or arm. I have just used ./configure make make install..
Offline