tresni / freenas-rss-extension

Automatically exported from code.google.com/p/freenas-rss-extension
0 stars 0 forks source link

Error downloading "[torrent]" Message #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install using instructions
2. Setup a feed and set download directory
3. Went to history and selected feed
4. Clicked the download link next to torrent name

What is the expected output?
I would expect it to say torrent started or something along the lines. I have 
never been able to setup an automatic or manual download yet.

What do you see instead?
The error message stating 'Error downloading "[torrent name]"'

What version of the product are you using?
19/11/2009

On what operating system?
FreeNAS 7.2

Please provide any additional information below.
I am assuming it is about file permissions but I don't know where to go from 
here.

Original issue reported on code.google.com by Yates.Ro...@gmail.com on 17 Aug 2010 at 3:55

GoogleCodeExporter commented 9 years ago
Forgot to add. I setup 4 different feeds from 3 different sources. Tried 
enabling the subscribe and not to filter but unable to produce different results

Original comment by Yates.Ro...@gmail.com on 17 Aug 2010 at 3:57

GoogleCodeExporter commented 9 years ago
Wow, firstly, where do I get FreeNAS 7.2 from?

Secondly (and seriously), are they public feeds that someone else could try?

Original comment by omni...@gmail.com on 20 Aug 2010 at 9:40

GoogleCodeExporter commented 9 years ago
Well. It is the 0.7.2. I would expect people to assume that ;)

And, yes, they are feeds off of torrent portal.
Feed links here: http://www.torrentportal.com/rssinfo.php

also using a search based feed on sumotorrent.com 
(http://www.sumotorrent.com/searchRSS.php?search=)

I didn't change the install of my Transmission and the only extra command I 
have is to seed to 3(-gsr 3)

All I can think of is that my webGUI requires authentication but I don't think 
it uses that interface. I just tried it with it disabled and confirmed that it 
still doesn't work.

Original comment by Yates.Ro...@gmail.com on 20 Aug 2010 at 2:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Well I just tried a link in the feed from sumotorrent.com and got this error 
message at the very top of the window.

Warning: 
file_get_contents(http://torrents.sumotorrent.com/download/5426626/2010-08-17/**
********************.torrent): failed to open stream: Invalid redirect URL! 
http://www.sumotorrent.com/search/**************.torrent.html in 
/mnt/tank/RSS/www/ext/RSS/rss_functions.inc on line 42 Warning: Cannot modify 
header information - headers already sent by (output started at 
/mnt/tank/RSS/www/ext/RSS/rss_functions.inc:42) in /usr/local/www/fbegin.inc on 
line 181

This error doesn't show up with trying to download from torrentportal.com. Also 
I filled in the link with "****" as I don't want to cause problems with linking 
to any type of torrent

Original comment by Yates.Ro...@gmail.com on 20 Aug 2010 at 2:39

GoogleCodeExporter commented 9 years ago
Also have an EZTV RSS with no search criteria to be filtered. There has got to 
be more going on in the background. None auto download, I see the feeds in the 
"History" click the red minus to download and I get an error about not being 
able to download. My server has DMZ so there is no problems with closed ports.

Original comment by Yates.Ro...@gmail.com on 20 Aug 2010 at 5:48

GoogleCodeExporter commented 9 years ago
Error downloading can mean a number of different things, you'd need to turn on 
Debug Logging to find out what specifically is causing the problem.  (See 
https://sourceforge.net/apps/phpbb/freenas/viewtopic.php?p=20892#p20892 for how 
to do that.)

The error about the redirection is something sumotorrent is doing.  Apparently 
the RSS feed does not actually link directly to the torrent file but to an 
information page.  I'd have to do more digging on that to find out for certain. 
 I don't plan to try and workaround trackers that don't put the torrent file 
link directly in the RSS feed, would take to much time/effort.

I'll look into the rest of this when I have time.

Original comment by tre...@gmail.com on 30 Aug 2010 at 7:41

GoogleCodeExporter commented 9 years ago
I get this error when running the debug command
"Parse error: syntax error, unexpected '[' in /usr/local/www/exec.php(184) : 
eval()'d code on line 1"

config['rss']['debug'] = 3;
config['rss']['debuglog'] = true;

Original comment by Yates.Ro...@gmail.com on 2 Sep 2010 at 1:22

GoogleCodeExporter commented 9 years ago
You need dollar signes before the config:
$config['rss']['debug'] = 3;
$config['rss']['debuglog'] = true;

Try that.

Original comment by tre...@gmail.com on 10 Oct 2010 at 4:31

GoogleCodeExporter commented 9 years ago
The fees from EZTV RSS are currently being blocked by cogent....so if your path 
to that size goes through Cogent, it will be dropped.

You can search, and the website comes up and shows what the feeds should be, 
and links to the zoink.it server, but for lots of people, that is getting 
dropped.

Don't know if some type of proxy support could be built in to get around this 
or what, but it's leaving lots of people high and dry.

Original comment by mikepe...@gmail.com on 25 Jan 2011 at 7:17