pycurl-requests icon indicating copy to clipboard operation
pycurl-requests copied to clipboard

Repo still maintained?

Open programmdesign opened this issue 1 year ago • 2 comments
trafficstars

Hi. Thanks for this cool library. I was about to use it to convieniently replace requests with PyCurl. However, I get error from the library where I try to replace requests in.

Errors e.g., are "Error: Couldn't get open orders. Retrying ... - Http status code is not 200."

If I use requests, that does not happen. Is there anything I have to configure or is the library no longer compatible with requests?

Thanks!

programmdesign avatar Jul 28 '24 17:07 programmdesign

Hi @programmdesign,

Are you able to provide a small example that reproduces the problem? I suspect that you've probably hit an incompatibility between requests and pycurl_requests.

Generally I try to keep the behaviour compatible between the two, but there are places where it adopts cURLs behaviour (otherwise it would turn into just a copy of all of Requests).

dcoles avatar Jul 28 '24 22:07 dcoles

@dcoles: Thanks for getting back. Sure. I'll send you debugging information. Just need a few days. Will get back asap.

programmdesign avatar Jul 30 '24 05:07 programmdesign