alpacahq / alpacahq/pymarketstore
Connection Error
Aperta
- Lingua principale
- Python
- Stelle
- 112
- Fork
- 41
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.