-
I've noticed that there is a big delay on every 3rd or 4th `GetTickersAsync` call.
I've wrote a simple app to measure the response times with Stopwatch.
```
using System.Diagnostics;
using Excha…
BZ-CO updated
9 months ago
-
**Describe the bug**
If exception raised in [`client.get_order_book`](https://github.com/OpenBB-finance/OpenBBTerminal/blob/04f0a63abfbb35103c42737b08e875c0ff8ccefb/openbb_terminal/cryptocurrency/due…
-
When you run binanceapi.js in web worker , we get error
`window is not defined`
to fix this problem , just remove **window.**
from this code:
```
function signMessage(message, secret) {
…
-
### Verify Steps
- [X] Tracker 我已经在 [Issue Tracker](……/) 中找过我要提出的问题
- [X] Latest 我已经使用最新 Dev 版本测试过,问题依旧存在
- [X] Core 这是 OpenClash 存在的问题,并非我所使用的 Clash 或 Meta 等内核的特定问题
- [X] Meaningful 我提交的不是无意义的 …
-
Hello.
I am operating a class that allows automatic sales through Python by communicating with CCXT through AWS server.
----------------------------------------------------------------------------…
-
Hi, i don't know if it's here i can ask this question (all new to python & co.).
could this problem be due to a misshandling of the threading ?
if yes, how could i correct this in order to treat …
-
#### Summary
Google Chrome may cancel requests sometimes. Axios does not seem to throw an error when this happens.
#### Context
- axios version: *0.17.1*
- Environment: *Electron / Chrome / …
-
Hello, i am working with binanceAPI and i get stuck at this point:
**{"code":-1102,"msg":"Mandatory parameter 'symbol' was not sent, was empty/null, or malformed."}**
This is my code:
p…
-
An [experimental](https://nim-lang.org/docs/manual_experimental.html#named-argument-overloading) feature, which allow declaring procedures with identical signatures, but different argument names:
`…
-
My bot was running fine and all of a sudden I started getting errors from the candlesticks endpoint but it's not returning a standard Binance error that I'm used to (like when I hit a rate limit). It'…