alpacahq / alpacahq/pymarketstore

Connection Error

オープン
#33 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
112
フォーク
41
PR マージ指標
30日以内にマージされた PR はありません

説明

I have Marketstore running @ localhost:5993, but running into this error.

ConnectionError: HTTPConnectionPool(host='localhost', port=5993): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

import pymarketstore as pymkts
param = pymkts.Params('BTC', '1Min', 'OHLCV', limit=10)
cli = pymkts.Client(endpoint='http://localhost:5993/rpc')

reply = cli.query(param) <-- This is where the error occurs.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。