Search found 11 matches
- September 10th, 2015, 11:33 pm
- Forum: General Help
- Topic: "No response from indexer" on QNAP
- Replies: 17
- Views: 10896
Re: "No response from indexer" on QNAP
OK. Done and working. Thanks for your help!
- September 10th, 2015, 1:35 pm
- Forum: General Help
- Topic: "No response from indexer" on QNAP
- Replies: 17
- Views: 10896
Re: "No response from indexer" on QNAP
OK, so this is getting messy. These are all python links on the system: [/] # find -type l -name python ./mnt/ext/opt/Python/bin/python ./share/CACHEDEV1_DATA/.qpkg/container-station/bin/python ./share/CACHEDEV1_DATA/.qpkg/container-station/usr/local/python/bin/python ./share/CACHEDEV1_DATA/.qpkg/SA...
- September 10th, 2015, 11:44 am
- Forum: General Help
- Topic: "No response from indexer" on QNAP
- Replies: 17
- Views: 10896
Re: "No response from indexer" on QNAP
Output: [~] # python http-https-tester.py Python version 2.7.3 (default, Aug 18 2015, 01:08:10) [GCC 4.9.1] URL http://www.google.com/ OK, with result <!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" lang="cs"><head><meta content URL https://www.go...
- September 9th, 2015, 10:19 pm
- Forum: General Help
- Topic: "No response from indexer" on QNAP
- Replies: 17
- Views: 10896
Re: "No response from indexer" on QNAP
We can continue with further investigation if you want to find the root cause, no problem.
- September 9th, 2015, 12:17 pm
- Forum: General Help
- Topic: "No response from indexer" on QNAP
- Replies: 17
- Views: 10896
Re: "No response from indexer" on QNAP
Sorry for so many replies, but now I see why Http doesn't work either: MartinH:~ haplm$ wget http://api.nzbgeek.info/api?t=get&id=xxx&apikey=yyy [1] 10046 [2] 10047 MartinH:~ haplm$ --2015-09-09 19:16:18-- http://api.nzbgeek.info/api?t=get Resolving api.nzbgeek.info... 212.71.250.176, 46.38....
- September 9th, 2015, 12:13 pm
- Forum: General Help
- Topic: "No response from indexer" on QNAP
- Replies: 17
- Views: 10896
Re: "No response from indexer" on QNAP
Http for RSS works:
Code: Select all
RSS Feed http://nzbindex.com/rss/?q=hello+nothing&sort=agedesc&max=25 was empty- September 9th, 2015, 12:04 pm
- Forum: General Help
- Topic: "No response from indexer" on QNAP
- Replies: 17
- Views: 10896
Re: "No response from indexer" on QNAP
Strange, I'm getting SSL error while trying to get the RSS feed: Failed to retrieve RSS from https://nzbindex.com/rss/?q=hello+nothing&sort=agedesc&max=25: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)> However, this doesn't explain why I can't get a ...
- September 9th, 2015, 9:54 am
- Forum: General Help
- Topic: "No response from indexer" on QNAP
- Replies: 17
- Views: 10896
Re: "No response from indexer" on QNAP
Unsurprisingly, the situation is the same: 2015-09-09 16:46:11,121::INFO::[urlgrabber:116] Grabbing URL http://api.nzbgeek.info/api?t=get&id=xxx&apikey=yyy 2015-09-09 16:46:11,300::DEBUG::[urlgrabber:372] No response from indexer, retry after 60 sec However, when I try to test connection to ...
- September 9th, 2015, 3:05 am
- Forum: General Help
- Topic: "No response from indexer" on QNAP
- Replies: 17
- Views: 10896
Re: "No response from indexer" on QNAP
This is content of the script I ran originally: import urllib url = 'https://api.nzbgeek.info/api?t=get&id=xxx&apikey=yyy' opener = urllib.FancyURLopener({}) fn, header = opener.retrieve(url) print "\nheader is:\n", header print "\nFirst 5 lines from webserver response:" ...
- September 9th, 2015, 3:03 am
- Forum: General Help
- Topic: "No response from indexer" on QNAP
- Replies: 17
- Views: 10896
Re: "No response from indexer" on QNAP
Https URL, correct API key. >>> import urllib2 >>> f = urllib2.urlopen('https://api.nzbgeek.info/api?t=get&id=xxx&apikey=yyy', timeout=5) >>> f.read()[:100] '<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE nzb PUBLIC "-//newzBin//DTD NZB 1.1//EN" ..... All thi...
- September 8th, 2015, 1:40 pm
- Forum: General Help
- Topic: "No response from indexer" on QNAP
- Replies: 17
- Views: 10896
"No response from indexer" on QNAP
Hi, I have a problem with sabnzbd on my QNAP (new installation). After SickRage sends NZB URL for processing, it never gets downloaded, and the log is full of messages like: 2015-09-08 17:03:32,115::INFO::[urlgrabber:116] Grabbing URL https://api.nzbgeek.info/api?t=get&id=xx&apikey=yy 2015-0...