We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When setting overflow_mode = "split", every command crashes.
overflow_mode = "split"
⚠️ Error in command handler: Traceback (most recent call last): File "pyrobud/core/command_dispatcher.py", line 145, in on_command await ctx.respond( File "pyrobud/command.py", line 140, in respond return await self.respond_split( File "pyrobud/command.py", line 212, in respond_split last_msg = await self.respond_multi(page, kwargs) File "pyrobud/command.py", line 238, in respond_multi return await self.respond( File "pyrobud/command.py", line 140, in respond return await self.respond_split( File "pyrobud/command.py", line 212, in respond_split last_msg = await self.respond_multi(page, kwargs) File "pyrobud/command.py", line 238, in respond_multi return await self.respond( File "pyrobud/command.py", line 140, in respond return await self.respond_split( File "pyrobud/command.py", line 212, in respond_split last_msg = await self.respond_multi(page, kwargs) File "pyrobud/command.py", line 238, in respond_multi return await self.respond( File "pyrobud/command.py", line 140, in respond return await self.respond_split( File "pyrobud/command.py", line 212, in respond_split last_msg = await self.respond_multi(page, kwargs) File "pyrobud/command.py", line 238, in respond_multi return await self.respond( File "pyrobud/command.py", line 140, in respond return await self.respond_split( File "pyrobud/command.py", line 212, in respond_split last_msg = await self.respond_multi(page, kwargs) File "pyrobud/command.py", line 238, in respond_multi return await self.respond( File "pyrobud/command.py", line 140, in respond return await self.respond_split( File "pyrobud/command.py", line 212, in respond_split last_msg = await self.respond_multi(page, kwargs) File "pyrobud/command.py", line 238, in respond_multi return await self.respond( File "pyrobud/command.py", line 140, in respond return await self.respond_split( File "pyrobud/command.py", line 212, in respond_split last_msg = await self.respond_multi(page, kwargs) File "pyrobud/command.py", line 238, in respond_multi return await self.respond( File "pyrobud/command.py", line 140, in respond return await self.respond_split( File "pyrobud/command.py", line 212, in respond_split last_msg = await self.respond_multi(page, kwargs) File "pyrobud/command.py", line 238, in respond_multi return await self.respond( File "pyrobud/command.py", line 140, in respond return await self.respond_split( File "pyrobud/command.py", line 212, in respond_split last_msg = await self.respond_multi(page, kwargs) File "pyrobud/command.py", line 238, in respond_multi return await self.respond( File "pyrobud/command.py", line 140, in respond return await self.respond_split( File "pyrobud/command.py", line 212, in respond_split last_msg = await self.respond_multi(page, kwargs) File "pyrobud/command.py", line 238, in respond_multi return await self.respond( File "pyrobud/command.py", line 140, in respond return await self.respond_split( File "pyrobud/command.py", line 212, in respond_split last_msg = await self.respond_multi(page, kwargs) File "pyrobud/command.py", line 238, in respond_multi return await self.respond( File "pyrobud/command.py", line 140, in respond return await self.respond_split( File "pyrobud/command.py", line 212, in respond_split last_msg = await self.respond_multi(page, kwargs) File "pyrobud/command.py", line 238, in respond_multi return await self.respond( File "pyrobud/command.py", line 140, in respond return await self.respond_split( File "pyrobud/command.py", line 212, in respond_split last_msg = await self.respond_multi(page, kwargs) File "pyrobud/command.py", line 238, in respond_multi return await self.respond( File "pyrobud/command.py", line 140, in respond return await self.respond_split( File "pyrobud/command.py", line 212, in respond_split last_msg = await self.respond_multi(page, kwargs) Fil... (truncated)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When setting
overflow_mode = "split"
, every command crashes.Crash logs
The text was updated successfully, but these errors were encountered: