Error message when connecting to the API using ebaysdk.finding
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 11:31 AM
Hello,
I've registered recently, and yesterday I've created my Prod app_id key (using the "apply for an exemption", since I only make search queries, not a real app and nothing to do with buying\selling). After completing this process everything looks fine, but when I try making even a single call like:
api = Finding(appid=APP_ID, config_file=None)
# Simple search with minimal parameters
search_params = {
'keywords': 'car',
'paginationInput': {
'entriesPerPage': 1 # Just get one result
}
}
# Execute the search
response = api.execute('findItemsAdvanced', search_params)
(Running on google colab currently)
I'm getting the error:
Error connecting to eBay API: 'findItemsAdvanced: Internal Server Error, Domain: Security, Severity: Error, errorId: 10001, Service call has exceeded the number of times the operation is allowed to be called'
I saw some others here in the forum described the same error, but didn't see any replies yet. If anyone handle this issue and solve it, I'll be happy for a recommended solution! Thanks!
I'm getting the error:
Error connecting to eBay API: 'findItemsAdvanced: Internal Server Error, Domain: Security, Severity: Error, errorId: 10001, Service call has exceeded the number of times the operation is allowed to be called'
I saw some others here in the forum described the same error, but didn't see any replies yet. If anyone handle this issue and solve it, I'll be happy for a recommended solution! Thanks!
Message 1 of 1
0 REPLIES 0
