LUCIT-Systems-and-Development / unicorn-binance-rest-api

A Python SDK by LUCIT to use the Binance REST API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, us, tr) in a simple, fast, flexible, robust and fully-featured way.
https://unicorn-binance-rest-api.docs.lucit.tech
Other
60 stars 17 forks source link

Unable to place orders #33

Closed oliver-zehentleitner closed 2 years ago

oliver-zehentleitner commented 2 years ago

Discussed in https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/discussions/32

Originally posted by **rondha03** April 20, 2022 Hello! Occasionally, I will no longer be able to place orders on Binance Futures for an undetermined amount of time. After taking a look at the pyc file, I noticed that these lines alwas appear when orders no longer go thru: 2022-04-19 02:18:02,995 [DEBUG ] 4620 3684 connectionpool: Starting new HTTPS connection (1): api.binance.com:443 2022-04-19 02:18:03,281 [DEBUG ] 4620 3684 connectionpool: [https://api.binance.com:443](https://api.binance.com/) "GET /api/v3/ping HTTP/1.1" 200 2 2022-04-19 02:18:03,521 [DEBUG ] 4620 3684 connectionpool: [https://api.binance.com:443](https://api.binance.com/) "GET /api/v3/time HTTP/1.1" 200 28 2022-04-19 02:18:03,524 [DEBUG ] 4620 3684 connectionpool: Starting new HTTPS connection (1): api.github.com:443 2022-04-19 02:18:03,770 [DEBUG ] 4620 3684 connectionpool: [https://api.github.com:443](https://api.github.com/) "GET /repos/LUCIT-Systems-and-Development/unicorn-binance-rest-api/releases/latest HTTP/1.1" 200 1045 it goes from fapi.binance (all good) to api.binance then finally api.github (where it will stop sending orders to Binance)
oliver-zehentleitner commented 2 years ago

This is the initialization sequence of ubra... please open a new issue an provide the asked information!