Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

From Dry Run True to Dry Run False - Error Message #205

Open
fdraugusto opened this issue Nov 13, 2019 · 1 comment
Open

From Dry Run True to Dry Run False - Error Message #205

fdraugusto opened this issue Nov 13, 2019 · 1 comment

Comments

@fdraugusto
Copy link

I am getting the below message every time I switch from Dry Run = True to Dry Run = False. Why is this happening? When running on Dry Run = True everything works fine.

WARNING - bitmex - Unable to contact the BitMEX API (%s). Please check the URL. Retrying. Request: HTTPSConnectionPool(host='www.bitmex.com', port=443): Max retries exceeded with url: /api/v1/order?filter=%7B%22ordStatus.isTerminated%22%3A+false%2C+%22sy
mbol%22%3A+%22XBTUSD%22%7D&count=500 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f6505393208>: Failed to establish a new connection: [Errno 111] Connection refused')) https://www.bitmex.com/api/v1/order
null
2019-11-13 12:20:19,151 - INFO - bitmex - sending req to https://www.bitmex.com/api/v1/order: {"filter": "{"ordStatus.isTerminated": false, "symbol": "XBTUSD"}", "count": 500}
2019-11-13 12:20:27,164 - WARNING - bitmex - Unable to contact the BitMEX API (%s). Please check the URL. Retrying. Request: HTTPSConnectionPool(host='www.bitmex.com', port=443): Max retries exceeded with url: /api/v1/order?filter=%7B%22ordStatus.isTerminated%22%3A+false%2C+%22sy
mbol%22%3A+%22XBTUSD%22%7D&count=500 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f650491c278>: Failed to establish a new connection: [Errno 111] Connection refused')) https://www.bitmex.com/api/v1/order

@EnriqueGautoSand
Copy link

same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants