sabnzbd 0.7.0a3, testing nzb-retry to combat nzbmatrix's empty nzb: nzbmatrix is currently really slugish and curl a request for the nzb is a hit and miss.. perfect time to test! --- >curl -i "http://api.nzbmatrix.com/v1.1/download.php?username=xxx&apikey=zzz&scenename=1&id=1225169" HTTP/1.1 500 Internal Server Error Date: Wed, 28 Mar 2012 02:31:53 GMT Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 Accept-Ranges: bytes Content-Length: 0 Connection: close Content-Type: text/html >curl -i "http://api.nzbmatrix.com/v1.1/download.php?username=xxx&apikey=zzz&scenename=1&id=1225169" HTTP/1.1 200 OK Date: Wed, 28 Mar 2012 02:35:05 GMT Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 X-Powered-By: PHP/5.3.5 API_Rate_Limit: 100 API_Rate_Limit_Used: 66 API_Rate_Limit_Left: 34 API_Download_Limit: 150 API_Download_Limit_Used: 83 API_Download_Limit_Left: 67 Category_ID: 6 Content-Disposition: attachment; filename="Breaking.In.S02E04.HDTV.x264-LOL.nzb" Connection: close Transfer-Encoding: chunked Content-Type: application/x-nzb --- sab logs: 2012-03-27 21:06:02,676::INFO::[__init__:476] Fetching https://api.nzbmatrix.com/v1.1/download.php?id=1225157&username=xxx&apikey=zzz&scenename=1 2012-03-27 21:06:02,677::INFO::[nzbqueue:174] Saving queue 2012-03-27 21:06:02,677::DEBUG::[__init__:798] Saving data for SABnzbd_nzo_5wns4z in C:\Users\username\AppData\Local\sabnzbd\admin\future 2012-03-27 21:06:02,678::INFO::[__init__:873] Saving data for queue9.sab in C:\Users\username\AppData\Local\sabnzbd\admin\queue9.sab 2012-03-27 21:06:02,680::INFO::[urlgrabber:115] Grabbing URL https://api.nzbmatrix.com/v1.1/download.php?id=1225157&username=xxx&apikey=zzz&scenename=1 2012-03-27 21:06:53,315::INFO::[nzbstuff:636] Replacing spaces with underscores in download.php!id=1225157&username=xxx&apikey=zzz&scenename=1.nzb 2012-03-27 21:06:53,315::INFO::[misc:766] Creating directories: C:\Users\username\Documents\downloads\incomplete\download.php!id=1225157&username=xxx&apikey=zzz&scenename=1 2012-03-27 21:06:53,318::WARNING::[nzbstuff:696] Empty NZB file download.php!id=1225157&username=xxx&apikey=zzz&scenename=1.nzb [download.php!id=1225157&username=xxx&apikey=zzz&scenename=1.nzb] 2012-03-27 21:06:53,318::INFO::[urlgrabber:205] Unknown error fetching NZB, retry after 2 min https://api.nzbmatrix.com/v1.1/download.php?id=1225157&username=xxx&apikey=zzz&scenename=1 2012-03-27 21:08:53,325::INFO::[urlgrabber:115] Grabbing URL https://api.nzbmatrix.com/v1.1/download.php?id=1225157&username=xxx&apikey=zzz&scenename=1 2012-03-27 21:09:02,198::INFO::[nzbstuff:636] Replacing spaces with underscores in Whitney.S01E22.720p.HDTV.X264-DIMENSION --- success!