Hi there, I've noticed many warnings about parsing keys that always seem to accumulate as Sabnzbd runs and downloads things automatically from SIckbeard and Mylar. I'm not sure what key is the problem, or where to start looking for a solution. Does anybody have any idea?
Version: 0.7.20
OS: OSX El Capitan
Install-type: OSx .app
Firewall Software: none
Are you using IPV6? no
Is the issue reproducible? yes, happens all the time
u'400', u'There was an error parsing the key for validity
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.
-
solidus0079
- Newbie

- Posts: 2
- Joined: October 31st, 2015, 8:45 am
Re: u'400', u'There was an error parsing the key for validit
I have no idea.
Where exactly do you see the error message appear?
Where exactly do you see the error message appear?
-
solidus0079
- Newbie

- Posts: 2
- Joined: October 31st, 2015, 8:45 am
Re: u'400', u'There was an error parsing the key for validit
Right at the top of the main window, where other errors and such appear.
Maybe it's an API key? I'm not sure if I need a SABNzbd API key to download, I'll try and disable it.
Maybe it's an API key? I'm not sure if I need a SABNzbd API key to download, I'll try and disable it.
Re: u'400', u'There was an error parsing the key for validit
Googling for "There was an error parsing the key for validity" seems to link to Growl and the file GNTPPacket.m therein:
https://code.google.com/p/growl/source/ ... 76b46f2255
On my Linux I can't find that file. Something OSX-specific?
EDIT: I would start by disabling Growl temporarily (http://localhost:8080/sabnzbd/config/notify/) to see if your message goes away. If so, it's indeed Growl related.
https://code.google.com/p/growl/source/ ... 76b46f2255
Code: Select all
if (errCode) *errCode = GrowlGNTPUnauthorizedErrorCode;
if (errDescription) *errDescription = NSLocalizedString(@"There was an error parsing the key for validity", @"");EDIT: I would start by disabling Growl temporarily (http://localhost:8080/sabnzbd/config/notify/) to see if your message goes away. If so, it's indeed Growl related.
