Page 1 of 1
Can't get anything added to the Queue
Posted: January 16th, 2009, 6:39 pm
by Avar
Version: (Ex: 0.4.6 Final)
OS: Windows XP
Install-type: Windows Installer
Firewall Software: None
Are you using IPV6? not that I know of @_@
Is the issue reproducible? Yes
When I tried to add to SAB I get this:
2009-01-16 16:56:55,858 ERROR [sabnzbd] Failure in tempfile.mkstemp
Also getting this:
2009-01-16 18:19:00,015 ERROR [sabnzbd] Saving C:\Documents and Settings\John\Local Settings\Application Data\sabnzbd\cache\rss_data.sab failed
but may be unrelated =/
Re: Can't get anything added to the Queue
Posted: January 17th, 2009, 9:38 am
by shypike
Have you checked if the mentioned folder actually exists?
It also looks like the system location for temporary file does not exist.
Any experience with the CMD.exe command line program?
If so, open a cmd.exe window and type:
Code: Select all
set temp
echo hello >%temp%\tempfile.txt
And see if you get any error messages.
Re: Can't get anything added to the Queue
Posted: January 17th, 2009, 9:44 am
by Avar
K just tried that and no error messages.
I'm pretty sure the right folders and such exist. For system folders "logs" folder and "cache" file are there
Edit: Have also uninstalled and reinstalled several times.
Re: Can't get anything added to the Queue
Posted: January 18th, 2009, 4:52 am
by shypike
You have "C:\Documents and Settings\John" for the user profile.
Is this literally "John" or is it a name with accented characters (e.g. "Rène").
One alternative is to start SABnzbd like this:
SABnzbd.exe -f d:\data\sabnzbd.ini
Replace "d:\data" by a path of your own preference.
This will tell SABnzbd to create all of if working folders in d:\data instead
of your user profile.
You can copy the previous sabnzbd.ini to the new location first, this will
save you typing in all settings again.
Re: Can't get anything added to the Queue
Posted: January 18th, 2009, 12:01 pm
by Avar
Baaahhhh
I fixed it
Take care.
Re: Can't get anything added to the Queue
Posted: January 18th, 2009, 12:20 pm
by shypike
Wow, what an obscure problem!
I'll see if SABnzbd can report this better.
Proves that software developers can never be paranoid enough.