craiyon logo

A futuristic armored robot stands in a dark, glowing data center with monitors displaying illegible green text.

A futuristic armored robot stands in a dark, glowing data center with monitors displaying illegible green text.

INFO:discord.client:logging in using static token INFO:discord:Synced 10 command(s) INFO:discord.gateway:Shard ID None has connected to Gateway (Session ID: 30b23b870468507b556b9b68fb9d3329). INFO:discord:Minecraft Miner#2228 has connected to Discord! INFO:discord:Bot is ready! Serving 3 guilds ERROR:discord.app_commands.tree:Ignoring exception in command 'draw' Traceback (most recent call last): File "/home/runner/workspace/.pythonlibs/lib/python3.11/site-packages/discord/app_commands/commands.py", line 857, in _do_call return await self._callback(self.binding, interaction, **params) # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/workspace/cogs/drawings2.py", line 16, in draw result = await self.generator.async_generate(prompt) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/workspace/.pythonlibs/lib/python3.11/site-packages/craiyon/craiyon.py", line 81, in async_generate resp = await resp.json() ^^^^^^^^^^^^^^^^^ File "/home/runner/workspace/.pythonlibs/lib/python3.11/site-packages/aiohttp/client_reqrep.py", line 749, in json raise ContentTypeError( aiohttp.client_exceptions.ContentTypeError: 403, message='Attempt to decode JSON with unexpected mimetype: text/html; charset=utf-8', url='https://api.craiyon.com/v3' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/runner/workspace/.pythonlibs/lib/python3.11/site-packages/discord/app_commands/tree.py", See more