passivbot_binance_isolated_margin_legacy
passivbot_binance_isolated_margin_legacy copied to clipboard
TypeError: '>' not supported between instances of 'NoneType' and 'float' binance requires to release all resources with an explicit call to the .close() coroutine.
here's my error:"Traceback (most recent call last):
File "/Users/passivbot_binance_isolated_margin_legacy/passivbot_isolated_margin.py", line 1532, in await exchange.close()
to your code into a place when you're done with the exchange and don't need the exchange instance anymore (at the end of your async coroutine).
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x117e57ac0>
Unclosed connector
connections: ['[(<aiohttp.client_proto.ResponseHandler object at 0x117efe200>, 429629.236401458)]', '[(<aiohttp.client_proto.ResponseHandler object at 0x122143820>, 429629.455532416)]', '[(<aiohttp.client_proto.ResponseHandler object at 0x117efd900>, 429630.147231708)]']
connector: <aiohttp.connector.TCPConnector object at 0x117e57a90>"
i've been dealing with the exact same issue, please help