Aug-14-2024, 08:27 PM
Hi everybody,
I have a script that works well till two days ago.
This script is used to check a smart wifi switch (SONOFF BASIC device) wich is connected to my wifi.
For the connection I'm using ewelink library from here:
https://github.com/AceExpert/ewelink-api-python
Starting from few days ago I got this error:
how can I solve this "unclosed connector"? I have no instances running.
I'm sorry but I don't have a clue.
Thanks in advance
I have a script that works well till two days ago.
This script is used to check a smart wifi switch (SONOFF BASIC device) wich is connected to my wifi.
For the connection I'm using ewelink library from here:
https://github.com/AceExpert/ewelink-api-python
Starting from few days ago I got this error:
Unclosed client session client_session: <aiohttp.client.ClientSession object at 0x7d10c2e323c0> Unclosed connector connections: ['[(<aiohttp.client_proto.ResponseHandler object at 0x7d10c1d06630>, 49865.666453087)]'] connector: <aiohttp.connector.TCPConnector object at 0x7d10c1d15cd0>I also tried to connect to other devices but without luck.
how can I solve this "unclosed connector"? I have no instances running.
I'm sorry but I don't have a clue.
Thanks in advance