After updating Sab to 5.3 my old userscript i use in Opera no longer works.
I've tried to disable the API key, and restarting, but I still get the error.
Isn't disabling meant to make Sab not ask for the API key ?
How can I make my userscript work again ?
Userscript is here: http://userscripts.org/scripts/review/4616
I use it because it works in opera, and it does everything i want.
WARNING: Missing Session key even after disabling ?
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- 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.
Re: WARNING: Missing Session key even after disabling ?
Did you tell your script not to send an API key anymore?
Could be that there is a small error in SABnznd so that
it complains when it receives an key while apikey is disabled.
I'm no good at Opera scripts, I'm not sure what it's supposed to do.
Could be that there is a small error in SABnznd so that
it complains when it receives an key while apikey is disabled.
I'm no good at Opera scripts, I'm not sure what it's supposed to do.
Re: WARNING: Missing Session key even after disabling ?
The script is very old, so there's no mention of API keys in there.
The link it creates looks like this:
The link it creates looks like this:
Code: Select all
http://192.168.1.5:8585/sabnzbd/addID?id=5715802&pp=3
Re: WARNING: Missing Session key even after disabling ?
Not sure if this ever worked, if so only by accident.
The correct syntax is
The correct syntax is
Code: Select all
http://192.168.1.5:8585/sabnzbd/api?mode=addid&id=5715802&pp=3
Re: WARNING: Missing Session key even after disabling ?
shypike wrote: Not sure if this ever worked, if so only by accident.
The correct syntax isCode: Select all
http://192.168.1.5:8585/sabnzbd/api?mode=addid&id=5715802&pp=3
If I do this, I get;
Code: Select all
error: expect one parameter
Re: WARNING: Missing Session key even after disabling ?
Sorry, my bad:
http://192.168.1.5:8585/sabnzbd/api?mod ... 15802&pp=3
Documented here: http://wiki.sabnzbd.org/api
http://192.168.1.5:8585/sabnzbd/api?mod ... 15802&pp=3
Documented here: http://wiki.sabnzbd.org/api
Re: WARNING: Missing Session key even after disabling ?
Thanks so much!
I finally got it right..
I've been looking at the API site, but just couldn't find what i was looking for.
The script is working again.
I finally got it right..
I've been looking at the API site, but just couldn't find what i was looking for.
The script is working again.