kennnyshiwa-cogs icon indicating copy to clipboard operation
kennnyshiwa-cogs copied to clipboard

Error with the ark cog

Open MineJOT1 opened this issue 2 years ago • 0 comments

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]

MineJOT1 avatar Dec 25 '21 09:12 MineJOT1