-
Notifications
You must be signed in to change notification settings - Fork 154
Description
Found error in hash info: this event loop is already running. {'processed': False, 'data': {}, 'error': ValueError('this event loop is already running.')} err occ in response: ValueError('this event loop is already running.') is not JSON serializable Task exception was never retrieved future: <Task finished name='Task-6' coro=<Client.get_object_async() done, defined at /home/r1ck/.local/lib/python3.10/site-packages/vt/client.py:536> exception=ClientConnectionError('Connector is closed.')> Traceback (most recent call last): File "/home/r1ck/.local/lib/python3.10/site-packages/vt/client.py", line 538, in get_object_async response = await self.get_async(path, *path_args, params=params) File "/home/r1ck/.local/lib/python3.10/site-packages/vt/client.py", line 440, in get_async await self._get_session().get( File "/home/r1ck/.local/lib/python3.10/site-packages/aiohttp/client.py", line 536, in _request conn = await self._connector.connect( File "/home/r1ck/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 543, in connect raise ClientConnectionError("Connector is closed.") aiohttp.client_exceptions.ClientConnectionError: Connector is closed.