You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: