sixones / nzbvr

episode downloader written in php5 for sabnzbd+ and newzbin
http://sixones.com/projects/nzbvr
13 stars 0 forks source link

Can't search movies or series + error #10

Closed neyz closed 14 years ago

neyz commented 14 years ago

Hello,

I have installed the latest version of nzbvr and the picnic framework following your isntructions but I can't seem to get it to work. This is the error i get through firebug :

<!DOCTYPE html>

``` Exception Occurred

Picnic caught a 'ScraperRequestFailed'

TVRage appears to be down, unable to search.

The exception was thrown from '/var/www/localhost/htdocs/nzbvr/application/classes/scrapers/class.tvrage.php' line 64.

Trace:

#0 /var/www/localhost/htdocs/nzbvr/application/controllers/class.series.php(184): TVRage->search('skins')
```
#1 /var/www/localhost/htdocs/nzbvr/picnic/picnic/class.controller.php(34): SeriesController->search()
#2 /var/www/localhost/htdocs/nzbvr/picnic/picnic/class.picnic.php(147): PicnicController->call('search')
#3 /var/www/localhost/htdocs/nzbvr/index.php(24): Picnic->render()
#4 {main}
```
```

Note that I am trying to run this under Gentoo, I have managed to make it work with a Debian installation but I can't seem to spot the error.

Below are the flags used for PHP (if the error comes from there)

Installed versions: 5.2.13(5)(04:43:50 PM 03/25/2010)(apache2 berkdb bzip2 cli crypt ctype curl fastbuild filter ftp gd gdbm hash iconv ipv6 json mysql mysqli ncurses nls pcre readline reflection session simplexml snmp soap sockets spl sqlite ssl threads tokenizer unicode xml xmlreader xmlrpc xmlwriter zip zlib -adabas -bcmath -birdstep -calendar -cdb -cgi -cjk -concurrentmodphp -curlwrappers -db2 -dbase -dbmaker -debug -discard-path -doc -empress -empress-bcs -esoob -exif -fdftk -firebird -flatfile -force-cgi-redirect -frontbase -gd-external -gmp -imap -inifile -interbase -iodbc -java-external -kerberos -kolab -ldap -ldap-sasl -libedit -mcve -mhash -msql -mssql -oci8 -oci8-instant-client -odbc -pcntl -pdo -pic -posix -postgres -qdbm -recode -sapdb -sharedext -sharedmem -solid -spell -suhosin -sybase -sybase-ct -sysvipc -tidy -truetype -wddx -xpm -xsl -yaz)

I don't know if anyone can help me with that but it doesn't cost anything to ask right ? ;)

Thanks for your work !

sixones commented 14 years ago

Thanks for the debug info! Your getting the error because tvrage.com is down! Or PHP is blocked from communicating with tvrage.com (might be the case if you have a firewall enabled that automatically denys access).

neyz commented 14 years ago

Hello,

actually I don't think that is the problem because episode buttler works fine and i managed to access the tvrage page from lynx on the server. I think the problem more has something to do with some cflag for php or xml which is missing but I can't tell which one :(

thanks !

sixones commented 14 years ago

nzbVR uses SimpleXMLElement to resolve TVRage documents, make sure you have that compiled into PHP5!