Daniele Lupo
Daniele Lupo
I've checked a bit and it seems to be related with `AUCTION` currency. If I try to retrieve data for example for `BTC-EUR` the connection is not closed. the script...
I've the same problem. Sometime the websocket disconnects: ``` [Errno 104] Connection reset by peer - data: None ``` I'm using a derived class that call `start` when `on_close` is...
I'm obtaining the same error. This happens when I this piece of code: ``` try { string address{ GetProductCandlesRequest }; replace_all(address, ProductIDPlaceholder, id); auto startTimes = TimeConversion::GetISO8601TimeStringFrom(startTime); auto endTimes =...
As I've said, it's the same error. The problem occurs because in the new piece of code ``` if (ciEqLibC()(value, http_1_1)) { ; // Do nothing HTTP 1.1 is the...
I've replaced `GetBodyAsString` with `restc_cpp::SerializeFromJson` in deserialization of the message, and the problem disappeared. I've some problem on enabling logs due to boost that mixes static and dynamic linking in...
This is an extract of the piece of code where I had problems: ``` constexpr auto GetAllKnownTradingPairsRequest{ "https://api.exchange.coinbase.com/products/" }; constexpr auto GetProductCandlesRequest{ "https://api.exchange.coinbase.com/products/{product_id}/candles" }; constexpr auto ProductIDPlaceholder{ "{product_id}" }; constexpr...
I'm trying. I've forked the project. It builds by using Visual Studio and vcpkg, but when I start, for example, osgearth_tocd.exe I obtain the following error: ```{text} The procedure entry...