Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

findCompletedItems fails after 1 execution #384

Open
hellfire989 opened this issue May 14, 2024 · 1 comment
Open

findCompletedItems fails after 1 execution #384

hellfire989 opened this issue May 14, 2024 · 1 comment

Comments

@hellfire989
Copy link

hellfire989 commented May 14, 2024

As the title says, when trying to run the findCompletedItems command, it fails after one execution and I am blocked by a rate limit.
I'm not sure how this is possible when I only made one call?

Code:

from ebaysdk.finding import Connection as Finding
api = Finding(domain='svcs.ebay.com', config_file='ebay_prod.yaml')
response = api.execute('findCompletedItems', {'keywords': '0673419318679'}).dict()

Result:

ConnectionError: 'findCompletedItems: Internal Server Error, Domain: Security, Severity: Error, errorId: 10001, Service call has exceeded the number of times the operation is allowed to be called'
@mirswe
Copy link

mirswe commented Aug 3, 2024

its depreciated and restricted access

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants