You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
┌──(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
The text was updated successfully, but these errors were encountered:
I did all install requirements manulay , and didnt work. what is wrong. i use kali
┌──(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
The text was updated successfully, but these errors were encountered: