Skip to content

findCompletedItems fails after 1 execution #384

@hellfire989

Description

@hellfire989

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions