I coded this akinator command in a cog... there are no synttax errors in the command but it is not connecting to en.akinator.com
Traceback (most recent call last):
File "/home/container/.local/lib/python3.8/site-packages/discord/ext/bridge/bot.py", line 176, in invoke_application_command
await ctx.command.invoke(ctx)
File "/home/container/.local/lib/python3.8/site-packages/discord/commands/core.py", line 375, in invoke
await injected(ctx)
File "/home/container/.local/lib/python3.8/site-packages/discord/commands/core.py", line 132, in wrapped
raise ApplicationCommandInvokeError(exc) from exc
discord.errors.ApplicationCommandInvokeError: Application Command raised an exception: ClientConnectorError: Cannot connect to host en.akinator.com:443 ssl:default [Connect call failed ('2600:1f11:f39:6f3f:ad82:13e1:7fed:7818', 443, 0, 0)]
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f72b01a03d0>
The code is in the .txt
Does anyone know how to solve this?