I seem to be having a strange problem. I keep getting these messages:
Code: Select all
2014-12-30 17:49:44,374::INFO::[urlgrabber:116] Grabbing URL https://www.usenet-crawler.com/getnzb/xxxx
2014-12-30 17:50:06,475::DEBUG::[urlgrabber:372] No response from indexer, retry after 60 sec
2014-12-30 17:50:06,475::INFO::[urlgrabber:199] Retry URL https://www.usenet-crawler.com/getnzb/xxxx
System:
Freebsd 10.0
Sabnzbd: 0.7.20
Python: 2.7.9
Raw curl from the same machine, same account:
Code: Select all
curl -vs -o mynzb.nzb "https://www.usenet-crawler.com/getnzb/dxx" | grep Content-Length
* Hostname was NOT found in DNS cache
* Trying 46.19.141.134...
* Connected to http://www.usenet-crawler.com (46.19.141.134) port 443 (#0)
* successfully set certificate verify locations:
* CAfile: /usr/local/share/certs/ca-root-nss.crt
CApath: none
* SSLv3, TLS handshake, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Server hello (2):
{ [data not shown]
* SSLv3, TLS handshake, CERT (11):
{ [data not shown]
* SSLv3, TLS handshake, Server key exchange (12):
{ [data not shown]
* SSLv3, TLS handshake, Server finished (14):
{ [data not shown]
* SSLv3, TLS handshake, Client key exchange (16):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Finished (20):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
{ [data not shown]
* SSLv3, TLS handshake, Finished (20):
{ [data not shown]
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* Server certificate:
* subject: OU=Domain Control Validated; OU=PositiveSSL; CN=www.usenet-crawler.com
* start date: 2013-12-12 00:00:00 GMT
* expire date: 2015-12-12 23:59:59 GMT
* subjectAltName: http://www.usenet-crawler.com matched
* issuer: C=GB; ST=Greater Manchester; L=Salford; O=COMODO CA Limited; CN=PositiveSSL CA 2
* SSL certificate verify ok.
> GET /getnzb/xxx HTTP/1.1
> User-Agent: curl/7.39.0
> Host: http://www.usenet-crawler.com
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: nginx/1.6.0
< Date: Tue, 30 Dec 2014 16:34:52 GMT
< Content-Type: application/x-nzb
< Content-Length: 240259
< Connection: keep-alive
< X-Powered-By: PHP/5.6.4
< Set-Cookie: PHPSESSID=x; path=/
< Expires: Thu, 19 Nov 1981 08:52:00 GMT
< Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
< Pragma: no-cache
< X-DNZB-Name:x
< X-DNZB-Category: TV > HD
< X-DNZB-Details: https://www.usenet-crawler.com/details/xx
< X-DNZB-NFO:
< X-DNZB-Failure: https://www.usenet-crawler.com/getnzb/xx
< X-DNZB-ProperName: x
< X-DNZB-EpisodeName: x
< X-DNZB-MoreInfo: http://www.tvrage.com/shows/id-33829
< Content-Disposition: attachment; filename="xx"
<
{ [data not shown]
* Connection #0 to host http://www.usenet-crawler.com left intact