Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with the ark cog #49

Open
MineJOT1 opened this issue Dec 25, 2021 · 0 comments
Open

Error with the ark cog #49

MineJOT1 opened this issue Dec 25, 2021 · 0 comments

Comments

@MineJOT1
Copy link

So, the cog is just saying "Error in command 'ark'. Check your console or logs for details."

Here's the log:
[2021-12-25 11:16:08] [ERROR] red: Exception in command 'ark'
Traceback (most recent call last):
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\connector.py", line 999, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\connector.py", line 865, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\resolver.py", line 31, in resolve
infos = await self._loop.getaddrinfo(
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 821, in getaddrinfo
return await self.run_in_executor(
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\concurrent\futures\thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\socket.py", line 918, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno 11001] getaddrinfo failed

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

Traceback (most recent call last):
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped
ret = await coro(*args, **kwargs)
File "C:\Users\server\AppData\Local\Red-DiscordBot\Red-DiscordBot\data\korkkiruuvi\cogs\CogManager\cogs\ark\ark.py", line 74, in ark
cpu_data = await self.do_lookup(query)
File "C:\Users\server\AppData\Local\Red-DiscordBot\Red-DiscordBot\data\korkkiruuvi\cogs\CogManager\cogs\ark\ark.py", line 35, in do_lookup
async with session.get(base_url % query) as r:
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\client.py", line 1117, in aenter
self._resp = await self._coro
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\client.py", line 520, in _request
conn = await self._connector.connect(
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\connector.py", line 535, in connect
proto = await self._create_connection(req, traces, timeout)
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\connector.py", line 892, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\connector.py", line 1011, in _create_direct_connection
raise ClientConnectorError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host odata.intel.com:443 ssl:default [getaddrinfo failed]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant