randomneo

Results 6 comments of randomneo

``` % coverage debug sys -- sys ------------------------------------------------------- coverage_version: 6.4.1 coverage_module: /home/randomneo/.virtualenvs/default/lib/python3.10/site-packages/coverage/__init__.py tracer: -none- CTracer: available plugins.file_tracers: -none- plugins.configurers: -none- plugins.context_switchers: -none- configs_attempted: .coveragerc setup.cfg tox.ini pyproject.toml configs_read: -none- config_file:...

This is not actually a bug. @ParseDark I can suggest to you workaround is change base_url. But this won't help in case of different `base_url`s. This would be a nice...

``` import sys import discord from discord import Intents from discord.ext import commands bot = commands.Bot(command_prefix='/', intents=Intents.all()) @bot.tree.command() async def create_event(interaction: discord.Interaction): ''' Creates embed message for event on server...

@Puncher1 on which version/commit are you running? Issue reproducible after [this commit](https://github.com/Rapptz/discord.py/tree/d826f4f3a8d4d97d24499f5de5c51e11e640e98f)

Some traceback with debug_deadlock = True File "", line 1, in File "/usr/local/lib/python3.9/site-packages/redis/client.py", line 1171, in set return self.execute_command('SET', *pieces) File "/usr/local/lib/python3.9/site-packages/redis/client.py", line 667, in execute_command connection.send_command(*args) File "/usr/local/lib/python3.9/site-packages/redis/connection.py", line...