timotheus / ebaysdk-python

eBay API SDK for Python
https://developer.ebay.com/tools/sdks
Other
808 stars 326 forks source link

ConnectionResetError when trying to use ebaysdk.finding #305

Closed MMCore closed 4 years ago

MMCore commented 4 years ago

image

When I run this program using a valid ebay api token, I get the following error printed out: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))

I have tested this code on three separate devices with different IP addresses and the exact same error is present.

dmcherkas commented 4 years ago

This issue accrues because finding API started to use HTTPs requests. Is there suppose changes in library or we need to find something else?

fsmosca commented 4 years ago

api = ...(..., https=True, ...)