Help solve the problem, what needs to be done and how to fix it
Python:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/app.py", line 49, in <module>
asyncio.run(main(dp))
File "/usr/local/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
return future.result()
File "/src/app.py", line 35, in main
session = Session()
File "/src/utils/parsing/general.py", line 21, in __init__
self._user = fake_useragent.UserAgent().random
File "/usr/local/lib/python3.10/site-packages/fake_useragent/fake.py", line 69, in __init__
self.load()
File "/usr/local/lib/python3.10/site-packages/fake_useragent/fake.py", line 75, in load
self.data = load_cached(
File "/usr/local/lib/python3.10/site-packages/fake_useragent/utils.py", line 250, in load_cached
update(path, use_cache_server=use_cache_server, verify_ssl=verify_ssl)
File "/usr/local/lib/python3.10/site-packages/fake_useragent/utils.py", line 245, in update
write(path, load(use_cache_server=use_cache_server, verify_ssl=verify_ssl))
File "/usr/local/lib/python3.10/site-packages/fake_useragent/utils.py", line 187, in load
ret = json.loads(get(
File "/usr/local/lib/python3.10/site-packages/fake_useragent/utils.py", line 84, in get
raise FakeUserAgentError('Maximum amount of retries reached')
fake_useragent.errors.FakeUserAgentError: Maximum amount of retries reached
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f7b088f3250>
Unclosed connector
connections: ['[(<aiohttp.client_proto.ResponseHandler object at 0x7f7b0891a3e0>, 18177.384304479)]']
connector: <aiohttp.connector.TCPConnector object at 0x7f7b088f3c40>