siegfried
siegfried
Having the same issue on OpenBSD 6.4. ``` Erlang/OTP 19 [erts-8.3] [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false] Elixir 1.7.3 (compiled with Erlang/OTP 19) ```
Now I cannot reproduce it anymore. I did nothing but upgraded my OpenBSD from 6.4 to 6.5, Erlang from Erlang/OTP 19 [erts-8.3] to Erlang/OTP 21 [erts-10.2] and Elixir from 1.7.3...
I'm able to reproduce this again. I wonder if it is because I'm not running it as root. @bitwalker ``` $ DEBUG_BOOT=true ./j1605_mqtt/bin/j1605_mqtt remote_console tput: not enough arguments (3) for...
https://dev.binance.vision/t/error-timestamp-for-this-request-is-outside-of-the-recvwindow/1357/2
I add an option here. https://github.com/daroczig/binancer/pull/22/files#diff-b58e9c1dcba45c73288595ee036109f55d8969df4ecbf6333f3abba6281d59abR94
I'm a little hesitant to modify the current code base even through a few of them are reusable. I presume to reuse them some renaming and updates might be necessary,...
These functions are using deprecated V1 API. Is there a plan to remove them in favor of V3? * binance_ticker_all_prices() * binance_ticker_all_books() * binance_ticker_24hr() Also these functions which are fundamental...
Or shall we version the functions according to the API?
On a second thoughts we might have to skip the tests requiring authentication until it is possible to have a shared credential for testing. Even though the timestamp can be...
If you feel I'm heading to the right direction, you can merge this PR. I'll add the missing feature one by one. @daroczig