Untitled

 avatar
unknown
plain_text
2 years ago
9.5 kB
9
Indexable
arkreflex@darkrefleX:~/Desktop/PokeDB/PokeDB$ python3 bot.py

Loaded: GeneralCommands.py

Loaded: DBCommands.py

Loaded: Streams.py

Ready.

WARNING:root:Msg limit too low. Not enough messages for 1 msg/stream.

WARNING:root:Msg limit too low. Not enough messages for 1 msg/stream.

ERROR:discord.ext.commands.bot:Ignoring exception in command None

discord.ext.commands.errors.CommandNotFound: Command "pset" is not found

WARNING:root:Msg limit too low. Not enough messages for 1 msg/stream.

ERROR:discord.ext.commands.bot:Ignoring exception in command None

discord.ext.commands.errors.CommandNotFound: Command "pset" is not found

ERROR:discord.ext.commands.bot:Ignoring exception in command None

discord.ext.commands.errors.CommandNotFound: Command "pset" is not found

WARNING:root:Command 'psearch' raised an exception: InterfaceError: 2003: Can't connect to MySQL server on 'atlas-db:3306' (-3 Temporary failure in name resolution)

ERROR:discord.client:Attempting a reconnect in 1.98s

Traceback (most recent call last):

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1152, in _create_direct_connection

    hosts = await asyncio.shield(host_resolved)

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 874, in _resolve_host

    addrs = await self._resolver.resolve(host, port, family=self._family)

  File "/home/darkreflex/.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 860, in getaddrinfo

    return await self.run_in_executor(

  File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run

    result = self.fn(*self.args, **self.kwargs)

  File "/usr/lib/python3.10/socket.py", line 955, in getaddrinfo

    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

socket.gaierror: [Errno -3] Temporary failure in name resolution



The above exception was the direct cause of the following exception:



Traceback (most recent call last):

  File "/home/darkreflex/.local/lib/python3.10/site-packages/discord/client.py", line 656, in connect

    self.ws = await asyncio.wait_for(coro, timeout=60.0)

  File "/usr/lib/python3.10/asyncio/tasks.py", line 445, in wait_for

    return fut.result()

  File "/home/darkreflex/.local/lib/python3.10/site-packages/discord/gateway.py", line 372, in from_client

    socket = await client.http.ws_connect(str(url))

  File "/home/darkreflex/.local/lib/python3.10/site-packages/discord/http.py", line 536, in ws_connect

    return await self.__session.ws_connect(url, **kwargs)

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/client.py", line 779, in _ws_connect

    resp = await self.request(

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/client.py", line 536, in _request

    conn = await self._connector.connect(

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 540, in connect

    proto = await self._create_connection(req, traces, timeout)

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 901, in _create_connection

    _, proto = await self._create_direct_connection(req, traces, timeout)

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1166, in _create_direct_connection

    raise ClientConnectorError(req.connection_key, exc) from exc

aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host gateway-us-east1-d.discord.gg:443 ssl:default [Temporary failure in name resolution]

ERROR:discord.client:Attempting a reconnect in 0.28s

Traceback (most recent call last):

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1152, in _create_direct_connection

    hosts = await asyncio.shield(host_resolved)

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 874, in _resolve_host

    addrs = await self._resolver.resolve(host, port, family=self._family)

  File "/home/darkreflex/.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 860, in getaddrinfo

    return await self.run_in_executor(

  File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run

    result = self.fn(*self.args, **self.kwargs)

  File "/usr/lib/python3.10/socket.py", line 955, in getaddrinfo

    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

socket.gaierror: [Errno -3] Temporary failure in name resolution



The above exception was the direct cause of the following exception:



Traceback (most recent call last):

  File "/home/darkreflex/.local/lib/python3.10/site-packages/discord/client.py", line 656, in connect

    self.ws = await asyncio.wait_for(coro, timeout=60.0)

  File "/usr/lib/python3.10/asyncio/tasks.py", line 445, in wait_for

    return fut.result()

  File "/home/darkreflex/.local/lib/python3.10/site-packages/discord/gateway.py", line 372, in from_client

    socket = await client.http.ws_connect(str(url))

  File "/home/darkreflex/.local/lib/python3.10/site-packages/discord/http.py", line 536, in ws_connect

    return await self.__session.ws_connect(url, **kwargs)

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/client.py", line 779, in _ws_connect

    resp = await self.request(

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/client.py", line 536, in _request

    conn = await self._connector.connect(

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 540, in connect

    proto = await self._create_connection(req, traces, timeout)

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 901, in _create_connection

    _, proto = await self._create_direct_connection(req, traces, timeout)

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1166, in _create_direct_connection

    raise ClientConnectorError(req.connection_key, exc) from exc

aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host gateway-us-east1-d.discord.gg:443 ssl:default [Temporary failure in name resolution]

ERROR:discord.client:Attempting a reconnect in 5.02s

Traceback (most recent call last):

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1152, in _create_direct_connection

    hosts = await asyncio.shield(host_resolved)

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 874, in _resolve_host

    addrs = await self._resolver.resolve(host, port, family=self._family)

  File "/home/darkreflex/.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 860, in getaddrinfo

    return await self.run_in_executor(

  File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run

    result = self.fn(*self.args, **self.kwargs)

  File "/usr/lib/python3.10/socket.py", line 955, in getaddrinfo

    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

socket.gaierror: [Errno -3] Temporary failure in name resolution



The above exception was the direct cause of the following exception:



Traceback (most recent call last):

  File "/home/darkreflex/.local/lib/python3.10/site-packages/discord/client.py", line 656, in connect

    self.ws = await asyncio.wait_for(coro, timeout=60.0)

  File "/usr/lib/python3.10/asyncio/tasks.py", line 445, in wait_for

    return fut.result()

  File "/home/darkreflex/.local/lib/python3.10/site-packages/discord/gateway.py", line 372, in from_client

    socket = await client.http.ws_connect(str(url))

  File "/home/darkreflex/.local/lib/python3.10/site-packages/discord/http.py", line 536, in ws_connect

    return await self.__session.ws_connect(url, **kwargs)

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/client.py", line 779, in _ws_connect

    resp = await self.request(

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/client.py", line 536, in _request

    conn = await self._connector.connect(

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 540, in connect

    proto = await self._create_connection(req, traces, timeout)

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 901, in _create_connection

    _, proto = await self._create_direct_connection(req, traces, timeout)

  File "/home/darkreflex/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1166, in _create_direct_connection

    raise ClientConnectorError(req.connection_key, exc) from exc

aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host gateway-us-east1-d.discord.gg:443 ssl:default [Temporary failure in name resolution]

WARNING:root:Msg limit too low. Not enough messages for 1 msg/stream.

Ready.

WARNING:root:Command 'psearch' raised an exception: NotFound: 404 Not Found (error code: 10062): Unknown interaction

WARNING:root:Command 'psearch' raised an exception: NotFound: 404 Not Found (error code: 10062): Unknown interaction

Editor is loading...