Page 1 of 1

u'400', u'There was an error parsing the key for validity

Posted: October 31st, 2015, 1:00 pm
by solidus0079
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

Re: u'400', u'There was an error parsing the key for validit

Posted: October 31st, 2015, 1:47 pm
by shypike
I have no idea.
Where exactly do you see the error message appear?

Re: u'400', u'There was an error parsing the key for validit

Posted: November 1st, 2015, 10:37 am
by solidus0079
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.

Re: u'400', u'There was an error parsing the key for validit

Posted: November 1st, 2015, 1:22 pm
by sander
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

Code: Select all

   if (errCode) *errCode = GrowlGNTPUnauthorizedErrorCode;
   if (errDescription) *errDescription = NSLocalizedString(@"There was an error parsing the key for validity", @"");
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.