09-22-2024 10:11 PM
For the past two days, we've been encountering an issue with eBay where we receive a 'The operation has timed out' message. Is anyone else experiencing the same problem, and does anyone have a solution? Your assistance would be greatly appreciated.
09-25-2024 08:57 AM
Hi @dealsbuzz,
If you are using the eBay SDK, you can try using the most recent version of the Trading API. The functionality of the SDK can be affected by updates to the Trading API.
10-10-2024 06:49 AM
I traced the cause. I noticed that requests sent with the HTTP/1.0 header were running very slowly. Changing the header to HTTP/1.1 fixes the problem. I would appreciate if you could correct this.