Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings.
Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
fn = urllib.urlretrieve('http://sabnzbdplus.sourceforge.net/version/latest')[0]
f = open(fn, 'r')
data = f.read()
f.close()
I think you're throwing away the name of the temporary file returned by urlretrieve, whereas I think you need to delete it after you've done the f.close ()
Thanks!
-- gyre --
Last edited by gyre on September 26th, 2010, 4:05 pm, edited 1 time in total.