-
I got ERR_CONTENT_LENGTH_MISMATCH while trying to fetch tickers for the second time using bittrex. Anyone know what's causing it and how to fix it?
- OS: Windows 10
- Programming Language version:…
-
2017-10-01 19:06:28,173 |synced| INFO : 104.251.219.215 peers data received: ['104.237.3.184', '104.251.219.145', '104.237.3.185', '104.251.219.40', '187.205.233.48', '75.8.77.11', '74.104.141.84', '1…
-
When opening localhost:8888 the following error occurs immediately:
> Unhandled Error
> Traceback (most recent call last):
> File "/usr/local/lib/python3.4/dist-packages/twisted/protocols/basic…
-
Please provide as much as possible information to reproduce the issue.
RX 560/RX550/RX570 cards, getting about 30-35% rejects
Memory and Core underclocked and works in older version
-
I have Python 3.6.3 via PyEnv and tried the install process with `sudo pip3 install -r requirements.txt`.
The process fails when `PYTHON_LIBRARIES` and `PYTHON_INCLUDE_DIRS`are not found, and think t…
-
**All deps seem to be installed.**
:~/QRL# pip3 install -r requirements.txt
Requirement already satisfied: jsonpickle>=0.9.5 in /usr/local/lib/python3.5/dist-packages (from -r requirements.txt (li…
ghost updated
7 years ago
-
# Description
Guys, first of all. You're doing some great work here. I really benefit from this library. I enables me to make an PHP API on any exchange I want.
Currently, I am busy with cctx\bitt…
-
The following occurs for each block it attempts to fetch (min/max **615**/**617**);
```
2017-10-24 18:29:09,581 |synced| INFO : Block validation failed
2017-10-24 18:29:09,581 |synced| INFO : Blo…
-
- OS: Debian 8
- Programming Language version: PHP
- CCXT version: "1.10.1120"
- Exchange: BITTREX
- Method: fetchMarkets(), fetch_ticker()
>
>$exchange = new \ccxt\bittrex([
> …
-
Hi Guy,
I use function client.subscribeToMarkets(["BTC-1ST", "BTC-2GIVE"]. But after awhile, I don't receives any data from event ".on('trades'). It seems to be unsubscribed from market (bittrex). …