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

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
solidus0079
Newbie
Newbie
Posts: 2
Joined: October 31st, 2015, 8:45 am

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

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

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

Post by shypike »

I have no idea.
Where exactly do you see the error message appear?
solidus0079
Newbie
Newbie
Posts: 2
Joined: October 31st, 2015, 8:45 am

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

Post 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.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

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

Post 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.
Post Reply