pycurl-requests
pycurl-requests copied to clipboard
Repo still maintained?
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!
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: Thanks for getting back. Sure. I'll send you debugging information. Just need a few days. Will get back asap.