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
{{ message }}
This repository has been archived by the owner on May 22, 2019. It is now read-only.
I get this error when trying to run the bot on macos:
Starting bot...
It is not advised to run the bot with root privileges.
Continuing logging in...
Traceback (most recent call last):
File "/Users/frankheijden/Library/Python/3.6/lib/python/site-packages/aiohttp/connector.py", line 822, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/base_events.py", line 804, in create_connection
sock, protocol_factory, ssl, server_hostname)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/base_events.py", line 830, in _create_connection_transport
yield from waiter
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/sslproto.py", line 505, in data_received
ssldata, appdata = self._sslpipe.feed_ssldata(data)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/sslproto.py", line 201, in feed_ssldata
self._sslobj.do_handshake()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 689, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "appuselfbot.py", line 926, in <module>
bot.run(token, bot=False)
File "/Users/frankheijden/Library/Python/3.6/lib/python/site-packages/discord/client.py", line 568, in run
return task.result()
File "/Users/frankheijden/Library/Python/3.6/lib/python/site-packages/discord/client.py", line 475, in start
await self.login(*args, bot=bot)
File "/Users/frankheijden/Library/Python/3.6/lib/python/site-packages/discord/client.py", line 346, in login
await self.http.static_login(token, bot=bot)
File "/Users/frankheijden/Library/Python/3.6/lib/python/site-packages/discord/http.py", line 247, in static_login
data = await self.request(Route('GET', '/users/@me'))
File "/Users/frankheijden/Library/Python/3.6/lib/python/site-packages/discord/http.py", line 154, in request
async with self._session.request(method, url, **kwargs) as r:
File "/Users/frankheijden/Library/Python/3.6/lib/python/site-packages/aiohttp/client.py", line 843, in __aenter__
self._resp = await self._coro
File "/Users/frankheijden/Library/Python/3.6/lib/python/site-packages/aiohttp/client.py", line 366, in _request
timeout=timeout
File "/Users/frankheijden/Library/Python/3.6/lib/python/site-packages/aiohttp/connector.py", line 445, in connect
proto = await self._create_connection(req, traces, timeout)
File "/Users/frankheijden/Library/Python/3.6/lib/python/site-packages/aiohttp/connector.py", line 757, in _create_connection
req, traces, timeout)
File "/Users/frankheijden/Library/Python/3.6/lib/python/site-packages/aiohttp/connector.py", line 879, in _create_direct_connection
raise last_exc
File "/Users/frankheijden/Library/Python/3.6/lib/python/site-packages/aiohttp/connector.py", line 862, in _create_direct_connection
req=req, client_error=client_error)
File "/Users/frankheijden/Library/Python/3.6/lib/python/site-packages/aiohttp/connector.py", line 827, in _wrap_create_connection
raise ClientConnectorSSLError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorSSLError: Cannot connect to host discordapp.com:443 ssl:None [[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)]
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x105422da0>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x10579d748>
Task was destroyed but it is pending!
task: <Task pending coro=<game_and_avatar() running at appuselfbot.py:774> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x106325c78>()]>>
Task was destroyed but it is pending!
task: <Task pending coro=<Todo.todo_timer() running at /Users/frankheijden/Desktop/Discord-Selfbot-master/cogs/todo.py:223> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x106325b28>()]>>
Task was destroyed but it is pending!
task: <Task pending coro=<Track.heartbeat() running at /Users/frankheijden/Desktop/Discord-Selfbot-master/cogs/track.py:36> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x106325ac8>()]>>
Task was destroyed but it is pending!
task: <Task pending coro=<Debugger.redirection_clock() running at /Users/frankheijden/Desktop/Discord-Selfbot-master/cogs/debugger.py:377> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x106325af8>()]>>
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get this error when trying to run the bot on macos:
The text was updated successfully, but these errors were encountered: