Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cURL fails initialization after send_order() #33

Open
AlconDivino opened this issue Jul 8, 2018 · 2 comments
Open

cURL fails initialization after send_order() #33

AlconDivino opened this issue Jul 8, 2018 · 2 comments

Comments

@AlconDivino
Copy link

I am running a calculation with 3 prices using the get_depth() function.

When i get the result i want a function is called, that uses 3 send_order() functions.

However after the call of send_order() i get

<"BinaCPP::curl_api> curl_easy_perform() failed: Failed initialization
and the get_depth functions also don't work.

Any Idea why that is?

@kim2lux
Copy link

kim2lux commented Jan 24, 2019

Hello,

Did you resolve your issue ? I find the same problem using the send_order() function.
Generated String looks sliced in some cases too.

Best,

@TEPOTPOH
Copy link

You should call curl_easy_reset(BinaCPP::curl); after checking error in BinaCPP::curl_api_with_header

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants