-
当前时间:2021-04-21 20:35:32:2830
System.AggregateException: One or more errors occurred. (Response status code does not indicate success: 502 (Bad Gateway).)
---> System.Net.Http.HttpRequestExcept…
-
While subscribe private websocket endpoints, it depends on `exchange.urls['hostnames']` in none-pro code, which does not have any urls for `api-aws`, except some comments such as
```
// recommende…
-
图表,一般都是大聚合操作,用不好会很慢.
### 最好不存数据,尽可能的不存
就不会面临这此问题:数据量大需要优化的问题, 多节点的数据同步/ 数据缺失/个别节点抓取失败等问题.
### 其它
个别数据是要存的.
比如: ftx杠杆币不存更多的数据,就无法计算准确的价格.
我们的thegraph 时间-价格-块号对应关系,存储这些数据会,用于后续的the-gra…
-
###
OS: Windows 10
Programming Language version: Python
CCXT version: 3.1.35
Hello on Huobi I am not able to place derivates orders anymore on both linear and inverse contracts.
Example inv…
-
### Operating System
Windows
### Programming Languages
Python 3.8.10
### CCXT Version
4.1.40
### Description
Based on the below code, the huobi.watch_orders() is stuck and not pri…
-
I have exchanges not showing up only one from remote clients. If I try locally it's fine, I opened up the dev tools in firefox and network's showing bunch of connection to api's when I connect locally…
-
Seems to be similar to issue #182
running command:
`./mrswatson64 --plugin WaveShell:NEQM --display-info --error-report --log-level debug`
```
- 00000000 000002 MrsWatson version 0.9.8 ini…
-
### I did this
curl reuse connection can save much time, when sending http get/post request repeatly.
I used it for a long time, but recently i found the messge:
```
* processing: http://4716461…
-
你好
原先我的程序使用curl,发送一个post请求 比如:
`curl -X POST https://api.hbdm.vn/linear-swap-api/v1/swap_cross_position_info\?AccessKeyId\=630ffb31-bgbfh5tv3f-3eb9569d-895e0\&SignatureMethod\=HmacSHA256\&Signatu…
-
我连接api.hbdm.vn这个域名会报错:system error: Network is unreachable。但是api.hbdm.com就可以。这两个域名都是交易所接口里面指定的,我朋友用别的库连api.hbdm.vn是可以的。请问下为啥呢