Page 1 of 1
WARNING: Missing Session key even after disabling ?
Posted: October 1st, 2010, 2:30 am
by real_per
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.
Re: WARNING: Missing Session key even after disabling ?
Posted: October 1st, 2010, 3:07 am
by shypike
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.
Re: WARNING: Missing Session key even after disabling ?
Posted: October 3rd, 2010, 6:11 pm
by real_per
The script is very old, so there's no mention of API keys in there.
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 ?
Posted: October 4th, 2010, 2:08 am
by shypike
Not sure if this ever worked, if so only by accident.
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 ?
Posted: October 5th, 2010, 5:30 pm
by real_per
shypike wrote:
Not sure if this ever worked, if so only by accident.
The correct syntax is
Code: Select all
http://192.168.1.5:8585/sabnzbd/api?mode=addid&id=5715802&pp=3
If I do this, I get;
Re: WARNING: Missing Session key even after disabling ?
Posted: October 6th, 2010, 2:05 am
by shypike
Re: WARNING: Missing Session key even after disabling ?
Posted: October 6th, 2010, 12:48 pm
by real_per
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.