03-07-2025 11:13 AM
Hey all,
This error message has me stumped:
<errorMessage xmlns="http://www.ebay.com/marketplace/search/v1/services">
<error>
<errorId>10001</errorId>
<domain>Security</domain>
<severity>Error</severity>
<category>System</category>
<message>Service call has exceeded the number of times the operation is allowed to be called</message>
<subdomain>RateLimiter</subdomain>
<parameter name="Param1">findItemsAdvanced</parameter>
<parameter name="Param2">FindingService</parameter>
</error>
</errorMessage>
My application ran for several months without problems, doing ~2K calls per day. Suddenly the error appeared and I took the app offline. Two days later the error still persists. Any ideas?
Cheers!
03-09-2025 01:11 PM
Tried another call:
[Timestamp] => 2025-03-09T20:07:36.575Z
[Ack] => Failure [Errors] => SimpleXMLElement Object
(
[ShortMessage] => IP limit exceeded.
[LongMessage] => Applications from this IP address are limited in the number of calls they can make. [ErrorCode] => 1.21
[SeverityCode] => Error
[ErrorClassification] => RequestError
)
[Build] => 1299_CORE_APILW_19146596_R1
[Version] => 1299
Guess my application/IP is banned?
03-09-2025 06:01 PM
I also encountered the same problem. Although I am a new account and have not created a key yet, after I created it, it prompted me that my IP is restricted. I don't understand why, is this a bug on eBay?😪
03-13-2025 02:43 PM
I've been having the same issue now. In the last week I barely made calls to the API and in the last couple of days noticed the error.
I have also tried to call from different IPs and got the same error.
So I wouldn't think it has to do with my limits being hit or IP getting blocked.