mikekonan / exchange-proxy

exchange-proxy
GNU General Public License v3.0
110 stars 32 forks source link

asyncio - ERROR - Unclosed client session #5

Closed bibinvargheset closed 2 years ago

bibinvargheset commented 2 years ago

This also came on restart from gui 2021-11-16 06:35:21 - ccxt.base.exchange - WARNING - kucoin requires to release all resources with an explicit call to the .close() coroutine. If you are using the exchange instance with async coroutines, add 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). 2021-11-16 06:35:21 - asyncio - ERROR - Unclosed client session client_session: <aiohttp.client.ClientSession object at 0x7fc018ac07f0>

Smidelis commented 2 years ago

Hi @bibinvargheset, this is a normal warning, when the config is reloaded via the /reload_config telegram command. This has nothing do to with the proxy. You can ignore it.

mikekonan commented 2 years ago

looks like an internal freqtrade error