Hi All,
Is there a way to manually disable the quick start wizard?
I seem to be caught in a loop, every time I go to <host>:8080/sabnzbd/, it just brings me back to the wizard.


shypike wrote:The only reason it does that is because the sabnzbd.ini file cannot be saved.
Run "c:\program files\SABnzbd\SABnzbd-console.exe" from a command prompt and look for error messages.
(Assuming you use Windows).



2011-11-13 08:02:56,112::WARNING::[interface:165] Missing Session key
def check_session(kwargs):
""" Check session key """
key = kwargs.get('session')
if not key:
key = kwargs.get('apikey')
msg = None
if not key:
logging.warning(Ta('Missing Session key'))
msg = T('Error: Session Key Required')
elif key != cfg.api_key():
logging.warning(Ta('Error: Session Key Incorrect'))
msg = T('Error: Session Key Incorrect')
return msghttp://Aurora.brokencouch:8080/api?mode=config&name=set_apikey&apikey=1
