Skip to content

error #26

Description

@sec13b

I did all install requirements manulay , and didnt work. what is wrong. i use kali

pip install aiohttp==3.8.1
pip install aiosignal==1.2.0
pip install async-timeout==4.0.2
pip install attrs==22.1.0
pip install base58==2.1.1
pip install certifi==2022.6.15.1
pip install charset-normalizer==2.1.1
pip install colorama==0.4.5
pip install discord-webhook==0.17.0
pip install ecdsa==0.18.0
pip install fake-user-agent==2.1.5
pip install frozenlist==1.3.1
pip install idna==3.3
pip install lxml==4.9.1
pip install multidict==6.0.2
pip install requests==2.28.1
pip install six==1.16.0
pip install urllib3==1.26.12
pip install yarl==1.8.1


┌──(kali㉿kali)-[~/Desktop/BitGen-master]
└─$ python3 main.py -t 10 -v
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-1' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-22' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-43' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-64' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-85' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-106' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-127' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-169' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-190' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-211' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-232' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete



















Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions