Does anyone know what this error means?


Rick Aurbach
 

I am building an app that accesses the Library of Congress Online Card Catalog. At this point, I'm mainly running from the Simulator. And sometimes when I issue the GET query, I get the following error response:


2019-07-23 13:40:55.657130-0500 BookCorner[1369:31794] CredStore - performQuery - Error copying matching creds.  Error=-25300, query={

    class = inet;

    "m_Limit" = "m_LimitAll";

    "r_Attributes" = 1;

    sync = syna;

}


Does anyone know: (a) what this means? (b) what's causing it, and (c) what I can do about it?

I appreciate your help.

Rick Aurbach


Alex Zavatone
 

It looks like you are being limited for making too many requests in one period of time.

That’s my guess.


On Jul 23, 2019, at 1:47 PM, Rick Aurbach via Groups.Io <rlaurb@...> wrote:

I am building an app that accesses the Library of Congress Online Card Catalog. At this point, I'm mainly running from the Simulator. And sometimes when I issue the GET query, I get the following error response:


2019-07-23 13:40:55.657130-0500 BookCorner[1369:31794] CredStore - performQuery - Error copying matching creds.  Error=-25300, query={

    class = inet;

    "m_Limit" = "m_LimitAll";

    "r_Attributes" = 1;

    sync = syna;

}


Does anyone know: (a) what this means? (b) what's causing it, and (c) what I can do about it?

I appreciate your help.

Rick Aurbach


Steve Christensen <punster@...>
 

On Jul 23, 2019, at 3:44 PM, Alex Zavatone via Groups.Io <zav@...> wrote:

It looks like you are being limited for making too many requests in one period of time.

That’s my guess.


On Jul 23, 2019, at 1:47 PM, Rick Aurbach via Groups.Io <rlaurb@...> wrote:

I am building an app that accesses the Library of Congress Online Card Catalog. At this point, I'm mainly running from the Simulator. And sometimes when I issue the GET query, I get the following error response:


2019-07-23 13:40:55.657130-0500 BookCorner[1369:31794] CredStore - performQuery - Error copying matching creds.  Error=-25300, query={

    class = inet;

    "m_Limit" = "m_LimitAll";

    "r_Attributes" = 1;

    sync = syna;

}


Does anyone know: (a) what this means? (b) what's causing it, and (c) what I can do about it?

I appreciate your help.

Rick Aurbach