it's weird incidentally it does the same with the Nova add postid option here's a log with the error:
2007-04-05 22:22:38,597::INFO::[sabnzbd] Fetching msgid <postid> from
http://www.newzbin.com 2007-04-05 22:22:38,628::INFO::[nzbgrab] Checking auth cookie...
2007-04-05 22:22:38,628::INFO::[nzbgrab] Checking old cookie
2007-04-05 22:22:38,628::INFO::[nzbgrab] Auth cookie successfully loaded
2007-04-05 22:22:38,629::INFO::[nzbgrab] Checking NZB #<postid>...
127.0.0.1 - - [05/Apr/2007:22:22:38] "GET /sabnzbd/addID?pp=2&id=<postid> HTTP/1.1" 302 113 "" "Mozilla/4.0 (compatible) Greasemonkey"
127.0.0.1 - - [05/Apr/2007:22:22:38] "GET /sabnzbd/ HTTP/1.1" 200 7254 "" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3"
2007-04-05 22:22:39,172::WARNING::[nzbgrab] Fetching <postid>
2007-04-05 22:22:39,535::INFO::[nzbgrab] Not using redirect
2007-04-05 22:22:39,535::ERROR::[sabnzbd.misc] Error fetching msgid <postid>
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/sabnzbd/misc.py", line 114, in run
filename, data, cat_root, cat_tail = nzbgrab.grabnzb(self.msgid, self.nzbun, self.nzbpw)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/sabnzbd/nzbgrab.py", line 154, in grabnzb
n = cd.find('filename=')
AttributeError: 'NoneType' object has no attribute 'find'
Anyone see anything blindingly obvious?