Skip to content
New issue

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

Cannot use split for long messages #499

Open
androidacy-user opened this issue Mar 2, 2022 · 0 comments
Open

Cannot use split for long messages #499

androidacy-user opened this issue Mar 2, 2022 · 0 comments

Comments

@androidacy-user
Copy link

When setting overflow_mode = "split", every command crashes.

Crash logs
⚠️ 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant